| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added Math.sqrt() that was missing in math.c, and added relevant test case
|
|
|
|
|
|
guard mrb_open mem allocation and downstream usage
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add Test Case for issue #211
|
|
|
|
|
|
|
|
|
|
|
|
|
|
about literals which yet need to be proper implementation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Object
|
|
Add ISO Test Cases for Kernel
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|