| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
