| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Did not update the result from `mrb_check_string_type()` before
string-to-integer conversion.
|
|
|
|
The fix for #3539 was incomplete.
|
|
GC may be called with OP_ENTER (especially when GC_STRESS is set).
|
|
|
|
VM stack is cleared by 5c114c9, 0cb501 and c063641.
|
|
|
|
|
|
|
|
Otherwise, the following script prints an uninitialized value.
def f(*a)
if false
b = 15
end
p b
end
f(1,2,3)
|
|
|
|
Attach a name to embbeded value of rescue/ensure stack size
|
|
|
|
Get constant of parent class even if child class is defined in signle…
|
|
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
|
|
|