| Age | Commit message (Collapse) | Author |
|
|
|
Modify stack position of NODE_DEF and NODE_SDEF.
|
|
Simplify mrb_range_beg_len(). Don't use OTHER macro.
|
|
Modify handling of NODE_RETURN and NODE_NEXT.
|
|
Clean code up.
|
|
|
|
modification of handling of `NODE_RETURN` reduces stack size.
|
|
|
|
|
|
Remove needress file
|
|
Remove needless files
|
|
|
|
|
|
|
|
Add skip method for test
|
|
|
|
Make OP_ASGN faster.
|
|
chipKitMax32 target example
|
|
|
|
|
|
|
|
iij-pr-mrbtest-assert-ext
|
|
Adjust stack position of NODE_RESCUE.
|
|
|
|
|
|
|
|
|
|
I think that `*=` and `/=` can be compiled to `OP_MUL` and `OP_DIV`.
|
|
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.
|
|
Remove commented out code. Remove redundant function calls.
|
|
Support to build on pwd != mruby source root
|
|
|
|
|
|
|
|
|
|
Fix mrb_fix2str().
|
|
Clean numeric.c up.
|
|
|
|
((divp == NULL) || (modp == NULL))).
|
|
|
|
|
|
|
|
fix is based on @cremno's hack. It will fix #869.
|
|
Regexp compile
|
|
|
|
|
|
|
|
|
|
|