| Age | Commit message (Collapse) | Author |
|
Stop warning in compiling proc.c
|
|
|
|
proc.c:46: warning: ‘return’ with a value, in function returning void
introduced in f312af11.
|
|
|
|
|
|
|
|
refactor OP_RETURN switch to remove a redundant label and avoid goto
|
|
|
|
|
|
fix incorrect checkups in check_iv_name
|
|
Added LDFLAGS to Makefiles
|
|
Fix memory leak in String#to_i and String#to_f.
|
|
|
|
|
|
|
|
mrbgems - Improvements for masuidrive's mobiruby
|
|
|
|
|
|
|
|
'mrbgems/g'
|
|
header files of every GEM.
|
|
|
|
Fix: A GEM with a Dash inside of the name doesn't work.
|
|
|
|
Mention mrbgems in the README
|
|
|
|
mrbgems
|
|
Fix for issue #569
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Keep stack depth and allocation better under control and fix crash on infinite recursion.
|
|
Fix out of boundary scan in case of octal formatted string
|
|
|
|
This patch fixes a side effect of #2e7953536e
|
|
|
|
Fix loss of MSB in conditions of octal formatted string
|
|
|
|
|
|
|
|
|
|
add check_const_name for Module#const_defined?/const_get/const_set
|
|
|
|
|
|
|
|
|