| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-10-12 | Skip array embedding if `MRB_NO_BOXING` and `MRB_32BIT`; fix #4382 | Yukihiro "Matz" Matsumoto | |
| On some platforms, `sizeof(mrb_value) > sizeof(void*)*3`, which makes `MRB_ARY_EMBED_LEN_MAX` zero. And zero sized array cause compile errors. | |||
| 2015-11-27 | include changed from by quotes ("") to by brackets (<>); close #3032 | Yukihiro "Matz" Matsumoto | |
| 2013-03-23 | Make array.c and vm.c share value_move(). | Masaki Muranaka | |
