| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Add new API mrb_flo_to_fixnum(). You can replace mrb_flt2big() to mrb_flo_to_fixnum() with few modifications.
|
|
mrb_string_value() is no merit to keep using.
|
|
|
|
|
|
Remove mrb_str_new2().
|
|
|
|
Make mrb_str_new_cstr() accept NULL pointer. It generates 0byte strings by NULL pointer.
|
|
|
|
|