summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-catch
AgeCommit message (Expand)Author
2021-06-20Added `MRB_OBJ_ALLOC()` macro that does not require a castdearblue
2021-04-24Introduce `MRB_GC_RED`dearblue
2021-04-04Making a proc object static for a method with static irepdearblue
2021-02-12Merge pull request #5336 from shuujii/fix-build-mruby-catch-gem-without-presymYukihiro "Matz" Matsumoto
2021-02-12Fix build `mruby-catch` gem without presymKOBAYASHI Shuji
2021-02-12Add `UncaughtThrowError#{tag,value}` for Ruby compatibilityKOBAYASHI Shuji
2021-02-12Rename `mruby-catch.c` to `catch.c`; ref #5328Yukihiro "Matz" Matsumoto
2021-02-10Refactor `mruby-catch`; ref #5328Yukihiro "Matz" Matsumoto
2021-02-06Reimplement mruby-catch; ref #5321dearblue
2021-02-06Make the argument of `Kernel#catch` optional as Ruby doesKOBAYASHI Shuji
2021-02-05Fix message of `ThrowCatchJump` in `mruby-catch` gemKOBAYASHI Shuji
2020-10-12Add a new gem: `mruby-catch`.Yukihiro "Matz" Matsumoto