| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Array#rotate
|
|
|
|
|
|
|
|
|
|
Add args in Enumerator#inspect
|
|
Check sum of `ObjectSpace.count_objects` values is twice of total objects count.
(Which is CRuby's behavior.)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
stack length.
|
|
Add API to define cfunc Proc with userdata.
|
|
The APIs are defined in mruby-proc-ext so include it before using this API.
See mruby-proc-ext's test code for usage.
This should resolve #1794.
|
|
9434506035c3fc01de55ac0bc8b75497f8b5df5f
|
|
|
|
|
|
|
|
Add Array#fill
|
|
|
|
|
|
|
|
|
|
Add Array#fetch
|
|
|
|
|
|
|
|
|
|
add String#oct
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Implement String#hex
|
|
Use size_t instead of int
|
|
|
|
|
|
|
|
|