| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
identifier in mruby
|
|
|
|
|
|
|
|
add extern funcs declaration and casts for cimpiling C++ compiler
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code clean-up
|
|
|
|
|
|
is possible to conflict an application's macro.
|
|
|
|
crimsonwoods-suppress_intern
|
|
|
|
|
|
at once
|
|
|
|
|
|
|
|
|
|
|
|
Cleanup around mrb_code, mrb_aspec.
|
|
|
|
|
|
|
|
|
|
|
|
Issue #1137.
In the present implementation, when calling mrb_load_string continuously, irep is not released.
Therefore, a 16-bit index was overflowing.
|
|
|
|
|
|
|
|
mrb_data_check_and_get
|
|
|
|
|
|
|
|
Remove the bit-field by mrb_value.tt
|
|
|
|
|
|
|
|
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 is not used in the core.
It does not have mrb_ prefix.
strtol() is slightly heavy and we have similar API.
|