| Age | Commit message (Collapse) | Author |
|
class; fix #3575
|
|
Should use `to_int` instead of `to_i`
|
|
|
|
ref #3588
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
For CRuby compatibility
|
|
Correctly handle large negative usec value.
|
|
|
|
|
|
|
|
|
|
Change AppVeyor's clone_depth
|
|
|
|
This reverts commit 6dabb33635a149fc571cf285352ea4f89bdc52f0.
|
|
|
|
|
|
|
|
Change return value of Enumerable#each_slice
|
|
Change return value of Enumberable#each_cons
|
|
|
|
|
|
|
|
|
|
More compatibility to CRuby.
|
|
More compatibility to CRuby.
|
|
|
|
|
|
Note this is a temporary fix. Error message generation
(including `inspect`) should be deferred until its use.
|
|
|
|
|
|
|
|
|
|
Fix parameters when noname rest
|
|
|
|
|
|
|
|
According to CRuby [Feature#12746]
|
|
|
|
|
|
|
|
|