| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
removing irep array from mrb_state. note that instructions OP_LAMBDA,
OP_EXEC and OP_EPUSH are incompatible, and dumped mrb format has changed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Cleanup numeric.c
|
|
|
|
|
|
mrb_string_value() is no merit to keep using.
|
|
|
|
|
|
|
|
|
|
|
|
monaka/pr-cleanup-symbol.c-20130312
|
|
length. It avoids overflow in the extreme situations.
|
|
causes bugs on modifications in the future.
|
|
|
|
|
|
Reduce sprintf() calls. Remove mrb_int_to_str() and MRB_INT_FORMAT.
|
|
monaka/pr-enable-building-libmruby-with-DISABLE_STDIO-macro
Fix errors caused by stdio.h dependent code.
|
|
|
|
|
|
|
|
|
|
|
|
Error check inprovements in cdump and dump
|
|
|
|
|
|
|