| Age | Commit message (Collapse) | Author |
|
|
|
when non String object sent
And should be raise TypeError
when can not responsed to `to_str`
|
|
|
|
|
|
Add tests for String#rindex of mruby-string-utf8.
|
|
Use RARRAY_* macro instead of accessing RArray field.
|
|
|
|
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.)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|