| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
Use mrb_int instead of int
|
|
|
|
|
|
Enumerable#find_index
|
|
|
|
|
|
|
|
|
|
|
|
* add multi value support
* `each` method may not rewind the sequence so that `cycle` should save elements
|
|
Add Enumerable#cycle
|
|
|
|
|
|
|
|
|
|
|