| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
invalid base shouldn't silently fail
|
|
Revert 44a5809224e819bf8bcca4ae9a8c5ea5bf4cefd7 and check range of
`base` with `mrb_assert`.
It actually can only be either 2, 8, 10 or 16 (and never 0), unless
mruby sources are modified. But I don't see a reason to impose further
limits.
|
|
|
|
|
|
|
|
|
|
|
|
Remove unnecessary out of memory check in `ary_expand_capa`.
|
|
Since `mrb_realloc` raises when failed to allocate memory.
|
|
|
|
|
|
|
|
|
|
|
|
Use RSTR_NOFREE_P in state.c
|
|
|
|
|
|
|
|
Sacrifice some micro-optimization to remove duplicate code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix to not print unnecessary comma.
|
|
|
|
|
|
|
|
|
|
|
|
Proc class should be defined before a first method definition
|
|
|
|
|
|
|
|
Add fixed state atexit stack feature.
|
|
[minor-fix]Update value pointer comments
|
|
|