| Age | Commit message (Collapse) | Author |
|
Reduce string.h.
|
|
khash cleanup.
|
|
|
|
|
|
environments).
This is a first step. It will be reduced stdlib.h in each files later.
|
|
|
|
|
|
|
|
|
|
|
|
is for compatibility.
|
|
bugs for current code.
|
|
display BasicObject information in mirb
|
|
fix segmentation fault in BasicObject#inspect
|
|
|
|
|
|
Remove bit-fields. They doesn't reduce memory on major environments.
|
|
|
|
|
|
|
|
add mrbgem: mruby-array-ext
|
|
|
|
|
|
|
|
|
|
|
|
Add break to default case in switch statement
|
|
Improve Android platform support.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Define mrb_bool_t.
|
|
|
|
|
|
monaka/pr-cleanup-symbol.c-20130312
|
|
Cleanup symbol.c.
|
|
|
|
Clean up parse.y.
|
|
Remove compiler warning
|
|
It is safer than applying 1bit bit-fields to signed int.
For forward compatibility, you should substiture only 1 or 0 for the variable typed mrb_bool.
|
|
|
|
Add the type check in mrb_str_to_cstr().
|
|
Extract stack zero filling into new function.
|
|
DATA_TYPE must be set as soon as possible
|
|
mrb_sys_fail raises an instance of (subclass of) SystemCallError if we have it
|
|
Cut off eval_test from main
|