| Age | Commit message (Collapse) | Author |
|
|
|
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
|
|
|
|
|
|
|
|
|
|
Potential memory management bug (issue #553)
|
|
|
|
|
|
add "Module#module_eval" and "Module#class_eval" for mruby
|
|
Fix compile warnings in mirb
|
|
Stop warning: extra ';' outside of a function
|
|
remove incorrect pop() call in codegen
|
|
|
|
|
|
|
|
|
|
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]
|
|
|
|
|