| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-01-10 | Merge pull request #2697 from cubicdaiya/use-sizeof | Yukihiro "Matz" Matsumoto | |
| Use sizeof() instead of strlen(). | |||
| 2015-01-03 | Removed duplicated declarations. | Tatsuhiko Kubo | |
| * `mrb_show_version()` * `mrb_show_copyright()` | |||
| 2015-01-03 | Use sizeof() instead of strlen(). | Tatsuhiko Kubo | |
| 2015-01-03 | fixed error-handling for mrb_open(). | Tatsuhiko Kubo | |
| When mrb_open() is called again, it is not checked. | |||
| 2014-11-26 | free memory used by breakpoints | cremno | |
| 2014-11-20 | remove const type qualifier | cremno | |
| clang 3.5.0 with -Wextra produces a -Wignored-qualifiers diagnostic. | |||
| 2014-11-18 | Add mruby debugger (mrdb) | mimaki | |
