| Age | Commit message (Collapse) | Author |
|
Fix exit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2nd argument for `NameError.new` in C API.
|
|
|
|
|
|
mrb_data_check_and_get
|
|
Change to return the exception object when an exception occurred in mrb_funcall
|
|
|
|
|
|
|
|
Check malloc failed
|
|
|
|
Cleanup around mrb_raise calls
|
|
|
|
|
|
|
|
At the first time, mrb_realloc raise RuntimeError.
At the time fails twice in a row, it causes panic.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Cleanup numeric.c
|
|
|
|
|
|
|
|
Export mrb_flo_to_str() as API.
|
|
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.
|
|
|
|
|
|
it cannot be more than UINT16_MAX because of the mrbc binary format.
|
|
|
|
|
|
Allow globals that start with $_
|
|
Cleanup includes
|
|
|
|
seems SIZE_MAX is defined in stdint.h. And it possibly (depends on the version of VC++) conflicts with SIZE_MAX in limits.h. This patch is no need if I did not support VC++.
|
|
|
|
|
|
|
|
Add arena guard. It will be exausted when the pool is huge.
|
|
monaka-pr-fix-mrb_format
|