| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-07-14 | mrbc: better cleanup before exit | Yukihiro Matsumoto | |
| 2012-07-14 | mrb_load_xxx to return undef + mrb_undef_p | Yukihiro Matsumoto | |
| 2012-07-13 | simpify mruby/mrbc using context | Yukihiro Matsumoto | |
| 2012-07-13 | add missing (empty) default for swtch; close #364 | Yukihiro Matsumoto | |
| 2012-07-03 | use new function mrb_parser_free() | 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-18 | Make CFLAG choices in Makefiles more flexible | Daniel Bovensiepen | |
| 2012-06-03 | Check mrb_open return value for NULL | Jon | |
| 2012-05-27 | Simplify CMake mruby object library | Jon | |
| Also removes an unnecessary build target from the CMake generated build and project files. | |||
| 2012-05-27 | Remove unnecessary mrb_init_ext definition | Jon | |
| 2012-05-23 | Clean and DRY up the basic Makefiles | Jon | |
| 2012-05-22 | Merge pull request #180 from mitchblank/master | Yukihiro "Matz" Matsumoto | |
| call mrb_close() in tools and test programs | |||
| 2012-05-22 | Add native and cross compiling CMake build support | Jon | |
| 2012-05-22 | First cmake build system. Works on Linux. | Beoran | |
| 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 | terminate programs after showing version/copyright | Yukihiro Matsumoto | |
| 2012-05-18 | rename ruby_show_version to mrb_show_version | Yukihiro Matsumoto | |
| 2012-05-18 | revise version description | Yukihiro Matsumoto | |
| 2012-05-18 | move compile.h to mruby/compile.h | Yukihiro Matsumoto | |
| 2012-05-18 | new API for parser | Yukihiro Matsumoto | |
| 2012-05-17 | compile error should contain line number | Yukihiro Matsumoto | |
| 2012-05-17 | avoid updating existing libmruby.a to avoid problems on low time resolution ↵ | Yukihiro Matsumoto | |
| file systems; close #136 | |||
| 2012-05-15 | Makefile: remove echo action from all target | Yukihiro Matsumoto | |
| 2012-05-08 | include string.h instead of memory.h; close #108 | Yukihiro Matsumoto | |
| 2012-05-03 | library file name renamed to libmruby.a on all platforms | Yukihiro Matsumoto | |
| 2012-05-02 | rename ritevm.a to mruby.a | Yukihiro Matsumoto | |
| 2012-04-30 | build process restructured | Yukihiro Matsumoto | |
| 2012-04-30 | add -O3 to CFLAGS by default | Yukihiro Matsumoto | |
| 2012-04-24 | move header files {irep,dump,cdump,ritehash}.h to /include/mruby | Yukihiro Matsumoto | |
| 2012-04-23 | Fixed to forget to remove some files on 'make clean' | Yuichiro MASUI | |
| 2012-04-20 | fix Makefile: quoted CC/LL are heap up to each Makefiles. | mattn | |
| 2012-04-20 | add mruby sources | mimaki | |
