| Age | Commit message (Collapse) | Author |
|
|
|
Add block argument with Array#uniq! and Array#uniq
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
raises exception
|
|
|
|
|
|
|
|
|
|
based on a patch from @ksss; close #2071
|
|
based on a patch from @ksss; close #2070
|
|
|
|
|
|
|
|
|
|
>If the calendar time cannot be represented, the function returns the
value (time_t)(-1).
http://www.iso-9899.info/n1256.html#7.23.2.3p3
|
|
The gem doesn't use the global variables and:
>Local timezone information is used as though localtime() calls tzset().
http://pubs.opengroup.org/onlinepubs/9699919799/functions/localtime.html
|
|
|
|
from @take-cheeze; ref #2052
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|