| Age | Commit message (Collapse) | Author |
|
It's better to have one message for the same error
than two different (although similar worded) ones.
|
|
- HAVE_IEEEFP_H is nowhere defined or needed at all
- FreeBSD < 4 is unsupported since years
- MSVC workaround (around what exactly?)
|
|
|
|
|
|
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.
|
|
|
|
|
|
|