| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fixes *.mrb dump/load format with escaped character.
|
|
|
|
- hex-style string support
- mrb format changes like:
- "\n" (before: \n -> after: \n)
- '\n' (before: \n -> after: \\n)
|
|
|
|
Remove redundant sizeof(char).
|
|
ISO C specs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|