| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-06-20 | Added `MRB_OBJ_ALLOC()` macro that does not require a cast | dearblue | |
| The `MRB_OBJ_ALLOC()` macro function returns a pointer of the type corresponding to the constant literal defined in `enum mrb_vtype`. | |||
| 2021-04-24 | Introduce `MRB_GC_RED` | dearblue | |
| Replaces the magic number `7` except in `src/gc.c`. | |||
| 2021-04-04 | Making a proc object static for a method with static irep | dearblue | |
| The following methods will be made static. - `Class#new` - `Proc#call` - `Kernel#catch` Previously, static const RProc could not be registered as a method, but this has been changed to allow it. | |||
| 2021-02-12 | Fix build `mruby-catch` gem without presym | KOBAYASHI Shuji | |
| 2021-02-12 | Rename `mruby-catch.c` to `catch.c`; ref #5328 | Yukihiro "Matz" Matsumoto | |
