| Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
dump_irep_record(): Set error code in case dump failed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|