| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-05-08 | Move declaration of kernel to the beginning of the method | Daniel Bovensiepen | |
| 2013-05-08 | Implement fallback print method for testing environment in case mruby-print ↵ | Daniel Bovensiepen | |
| GEM wasn't included. | |||
| 2013-03-24 | Add stdio.h. This is just for now. We should discuss about remote tests later. | Masaki Muranaka | |
| 2013-03-17 | resolve conflict from #1017 | Yukihiro Matz Matsumoto | |
| 2013-03-17 | refine abf1b18 to remove nested if | Yukihiro Matz Matsumoto | |
| 2013-03-16 | Remove stdlib.h from mruby.h. It is for portability (care for freestanding ↵ | Masaki Muranaka | |
| environments). This is a first step. It will be reduced stdlib.h in each files later. | |||
| 2013-03-16 | Remove unused string.h. | Masaki Muranaka | |
| 2013-03-16 | Remove strncmp(). It enables to process various options. | Masaki Muranaka | |
| 2013-03-13 | Cut off eval_test from main | kano4 | |
| 2013-03-12 | Add static declaration | kano4 | |
| 2013-02-09 | add mrbtest verbose mode ('-v' option) | Akira Yumiyama | |
| 2012-11-04 | replace FIXNUM_P() by mrb_fixnum_p() | Yukihiro Matz Matsumoto | |
| 2012-07-29 | Modify return value of mrbtest. | Masamitsu MURASE | |
| This is an improvement for CI, such as Travis. | |||
| 2012-07-03 | remove unused variables | Yukihiro Matsumoto | |
| 2012-07-03 | test/driver to use EXIT_SUCCESS | Yukihiro Matsumoto | |
| 2012-07-03 | add context to parser, that would hold local variable info, filename, and ↵ | Yukihiro Matsumoto | |
| line number. mrbc_context argument has been added to mrb_parse_xxx() functions. Normally, you just to need to add NULL (or 0) to the last argument of the above functions. | |||
| 2012-06-03 | Check mrb_open return value for NULL | Jon | |
| 2012-05-22 | change example code to do mrb_close() | Mitchell Blank Jr | |
| I was hoping this would cause valgrind to complain less, but there is still a lot of memory leaked (does mrb_close() actually free all of the managed blocks?) Anyway this helps somewhat and is good practice | |||
| 2012-05-18 | refactor test driver | Yukihiro Matsumoto | |
| 2012-05-18 | rename compiler.h to mruby/compiler.h | Yukihiro Matsumoto | |
| 2012-05-14 | make test restructuring | Yukihiro Matsumoto | |
