| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Use default case in switch statement.
|
|
|
|
|
|
exception objects
|
|
|
|
|
|
remove extraneous cmake build targets
|
|
|
|
|
|
|
|
Also removes an unnecessary build target from the CMake generated
build and project files.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
call mrb_close() in tools and test programs
|
|
|
|
Avoid warning: redundant redeclaration of ‘OnigEncDefaultCharEncoding’
|
|
|
|
Add CMake build infrastructure
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|