| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
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]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
add "Module#instance_methods" for mruby
|
|
|
|
|
|
|
|
|
|
|
|
|
|
add "Module#include?" for mruby
|
|
|
|
|
|
|
|
|
|
|
|
easily build everywhere
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
remove redundant LOOP_NORMAL checkups in function:codegen. and fix #561
|