- 18 Apr, 2017 6 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
So that `yield expr_with_error` will cause the error from the argument rather than `LocalJumpError` when no block is given.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Otherwise line number information is lacked from exceptions raised in VM, e.g. "super called outside of method".
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 17 Apr, 2017 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
ref #1359 #1362
-
- 13 Apr, 2017 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
Fix an off-by-one causing a buffer overflow in mirb.
-
Clayton Smith authored
-
Yukihiro "Matz" Matsumoto authored
One for the receiver, the other for the block.
-
Yukihiro "Matz" Matsumoto authored
-
- 12 Apr, 2017 11 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Find Class/Module in nested singleton class; fix #3598
-
Yukihiro "Matz" Matsumoto authored
-
Kouichi Nakanishi authored
-
Kouichi Nakanishi authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 11 Apr, 2017 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-
- 10 Apr, 2017 10 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Did not update the result from `mrb_check_string_type()` before string-to-integer conversion.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
The fix for #3539 was incomplete.
-
Yukihiro "Matz" Matsumoto authored
GC may be called with OP_ENTER (especially when GC_STRESS is set).
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
VM stack is cleared by 5c114c91, 0cb501 and c063641a.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 09 Apr, 2017 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
Otherwise, the following script prints an uninitialized value. def f(*a) if false b = 15 end p b end f(1,2,3)
-
- 08 Apr, 2017 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Attach a name to embbeded value of rescue/ensure stack size
-
Kouichi Nakanishi authored
-
- 07 Apr, 2017 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
Get constant of parent class even if child class is defined in signle…
-
- 06 Apr, 2017 2 commits
-
-
Kouichi Nakanishi authored
-
Yukihiro "Matz" Matsumoto authored
-