| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
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
|
|
Use mrb_format() instead of s*printf().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added debug infomation section into .mrb file
|
|
(stringify) and takes mrb_value; close #1062
|
|
|
|
|