1. 13 Apr, 2021 1 commit
    • Ryan Lopopolo's avatar
      Fix incorrect prototype on declaration of mrb_protect_atexit · 7fe6f397
      Ryan Lopopolo authored
      `state.c` makes a prototype declaration for the private
      `mrb_protect_atexit` which is defined in `error.c`. `error.c` defines
      this function with a void return type, but `state.c` defines the
      prototype with an `int` return type.
      
      This mismatch prevents mruby from compiling on stricter compilers like
      emscripten.
      7fe6f397
  2. 12 Apr, 2021 5 commits
  3. 10 Apr, 2021 7 commits
  4. 09 Apr, 2021 2 commits
  5. 07 Apr, 2021 6 commits
  6. 06 Apr, 2021 8 commits
  7. 05 Apr, 2021 1 commit
  8. 04 Apr, 2021 2 commits
  9. 03 Apr, 2021 8 commits