| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
Also removes an unnecessary build target from the CMake generated
build and project files.
|
|
|
|
|
|
call mrb_close() in tools and test programs
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
file systems; close #136
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|