| Age | Commit message (Collapse) | Author |
|
The return-value of mrb_run in top-level-scope
should be the evaluated value at last.
|
|
|
|
|
|
carsonmcdonald-singletonfix
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
instructions for normal cases
|
|
|
|
|
|
Remove 'mrb_state' field from 'kh_xxx_t' structure.
|
|
'kh_xxx_t' requires 'mrb_state' to allocate, free, and compute hash value.
But 'mrb_state' should not be held by 'kh_xxx_t' and 'mrb_state' should be
supplied from outside.
|
|
|
|
fix codegen bug in NODE_CASE
|
|
fix TypeError message
|
|
|
|
|
|
Signed-off-by: Nobuhiro Iwamatsu <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Change scapa and rcapa to size_t, use scapa.
|
|
|
|
Proposal of mrb_intern_lit macro.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
You will not see "arena overflow" error anymore, but I encourage gem authors
to check your gems with MRB_GC_FIXED_ARENA to avoid memory broat.
|
|
|
|
|
|
|
|
|
|
|
|
strict C89 world view.
|
|
renamed mrb_exc_new3 to mrb_exc_new_str
|