| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
class variables.
|
|
|
|
|
|
|
|
|
|
mrb_raise(): API modified. It cannot treat variable arguments.
|
|
iv_del should be called in mrb_iv_remove only when t is not NULL.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-DMRB_USE_IV_SEGLIST; we still need to measure the performance and memory consumption
|
|
|
|
|
|
name
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fixed const_get && const_missing issue
|
|
from @crimsonwoods; close #216
|
|
|
|
|
|
|
|
|
|
add Object.const_missing
|
|
|
|
|
|
|
|
Fix various warnings
|
|
It doesn't appear to serve any purpose and allows removing warning about various unused variables littered around.
Signed-off-by: Patrick Hogan <[email protected]>
|
|
Removed or commented out to stop compiler whining about them.
Signed-off-by: Patrick Hogan <[email protected]>
|