- 25 Feb, 2013 8 commits
-
-
mattn authored
-
Yukihiro "Matz" Matsumoto authored
Make OP_ASGN faster.
-
Yukihiro "Matz" Matsumoto authored
chipKitMax32 target example
-
Yukihiro Matz Matsumoto authored
-
Yukihiro Matz Matsumoto authored
-
Yukihiro Matz Matsumoto authored
-
-
Yukihiro "Matz" Matsumoto authored
Adjust stack position of NODE_RESCUE.
-
- 24 Feb, 2013 9 commits
-
-
Masamitsu MURASE authored
-
Masamitsu MURASE authored
-
Daniel Bovensiepen authored
-
Daniel Bovensiepen authored
-
Masamitsu MURASE authored
I think that `*=` and `/=` can be compiled to `OP_MUL` and `OP_DIV`.
-
Yukihiro "Matz" Matsumoto authored
Reduce sprintf() calls. Remove mrb_int_to_str() and MRB_INT_FORMAT.
-
Yukihiro "Matz" Matsumoto authored
Fix errors caused by stdio.h dependent code.
-
Yukihiro "Matz" Matsumoto authored
Remove commented out code. Remove redundant function calls.
-
Yukihiro "Matz" Matsumoto authored
Support to build on pwd != mruby source root
-
- 23 Feb, 2013 12 commits
-
-
Masaki Muranaka authored
-
Masaki Muranaka authored
-
Yuichiro MASUI authored
-
Masaki Muranaka authored
-
Yukihiro "Matz" Matsumoto authored
Fix mrb_fix2str().
-
Yukihiro "Matz" Matsumoto authored
Clean numeric.c up.
-
Masaki Muranaka authored
-
Masaki Muranaka authored
Fix an underlying bug. flodivmod() will be crashed in case ((y == 0) && ((divp == NULL) || (modp == NULL))).
-
Masaki Muranaka authored
-
Masaki Muranaka authored
-
Masaki Muranaka authored
-
Masaki Muranaka authored
Fix mrb_fix2str() to enable handling some negative values correctly. This fix is based on @cremno's hack. It will fix #869.
-
- 22 Feb, 2013 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
Regexp compile
-
mattn authored
-
mattn authored
-
Akira Yumiyama authored
-
- 21 Feb, 2013 7 commits
-
-
Yukihiro Matz Matsumoto authored
-
Yukihiro Matz Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Clean up mrbconf.h
-
Yukihiro "Matz" Matsumoto authored
fix access denied error at incremental build
-
brainopia authored
- undef for windows is not used by default so comment it - casting to the same type is not needed - parenthesis are not needed for macro attributes separated by commas - change order of MRB_NAN_BOXING and MRB_INT64 to simplify logic
-
nkshigeru authored
-
Yukihiro Matz Matsumoto authored
-