| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
mrb_define_method setting mrb->proc_class for method proc
|
|
|
|
|
|
|
|
|
|
|
|
stack length.
|
|
Remove redundant NULL checks.
|
|
mrb_malloc causes an exception when memory was empty.
|
|
|
|
on a patch from @Fleurer; close #1627
|
|
|
|
|
|
|
|
|
|
removing irep array from mrb_state. note that instructions OP_LAMBDA,
OP_EXEC and OP_EPUSH are incompatible, and dumped mrb format has changed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Stop warning in compiling proc.c
|
|
|
|
proc.c:46: warning: ‘return’ with a value, in function returning void
introduced in f312af11.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|