| Age | Commit message (Collapse) | Author |
|
|
|
|
|
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.
|
|
it cannot be more than UINT16_MAX because of the mrbc binary format.
|
|
|
|
|
|
|
|
Added debug infomation section into .mrb file
|
|
(stringify) and takes mrb_value; close #1062
|
|
|
|
A local variables define beginning of a scope block.
VS2012 unacceptable ";;" in struct definition.
|
|
|
|
|
|
|
|
|