| Age | Commit message (Collapse) | Author |
|
|
|
Add ARGV constant. It is not required by ISO. Compatibility with CRuby.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
refactor string parsing
|
|
environments).
This is a first step. It will be reduced stdlib.h in each files later.
|
|
|
|
|
|
|
|
support.
|
|
|
|
|
|
Change last_char type to int
Warnings
mirb.c:174:7: warning: comparison is always false due to limited range of data type [-Wtype-limits]
warning: comparison is always false due to limited range of data type [-Wtype-limits]
|
|
|
|
|
|
|
|
changed
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|