| Age | Commit message (Collapse) | Author |
|
Make mrb_str_new_cstr() accept NULL pointer. It generates 0byte strings by NULL pointer.
|
|
close #951
|
|
|
|
|
|
|
|
|
|
Remove declarations of undefined functions
|
|
|
|
|
|
|
|
|
|
|
|
Compact flags for GC
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
mrb_raise(): API modified. It cannot treat variable arguments.
|
|
we need them on the platform where 'char' is signed.
|
|
|
|
|
|
|
|
|
|
|
|
-DMRB_USE_IV_SEGLIST; we still need to measure the performance and memory consumption
|
|
|
|
|
|
name
|
|
Applies to NilClass, TrueClass, FalseClass, Fixnum, and Float. Add
mrb_undef_class_method for DRYness.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
should work with GCC and VC as well
|