| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
When "unless" is used without "else", tree->cdr->car of NODE_IF is NULL.
In this case, pop() should not be called because codegen generates no code.
|
|
|
|
Tested CRuby 1.8.6 and 1.9.3
You can see building configuration in build_config.rb
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add Module#class_variable_set for mruby
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It should return non-negative integer.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Call mrb_gc_arena_save/mrb_gc_arena_restore when proper
|
|
index directly
|
|
|
|
|
|
|
|
|
|
Stop warning in compiling proc.c
|
|
|
|
proc.c:46: warning: ‘return’ with a value, in function returning void
introduced in f312af11.
|
|
|
|
|
|
|