- 02 Feb, 2017 1 commit
-
-
Clayton Smith authored
-
- 25 Jan, 2017 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 24 Jan, 2017 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 23 Jan, 2017 14 commits
-
-
Yukihiro "Matz" Matsumoto authored
ref #3411
-
Yukihiro "Matz" Matsumoto authored
This issue was first reported by https://hackerone.com/geeknik The fix was proposed by @titanous
-
Yukihiro "Matz" Matsumoto authored
The fix was proposed by @titanous
-
Yukihiro "Matz" Matsumoto authored
This issue was reported by https://hackerone.com/ston3
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Refactoring: Use array_copy instead of for loop
-
ksss authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
The new API is: int mrb_range_beg_len(mrb, range, &beg, &len, len, trunc) The new argument `trunc` is a boolean value that specifies whether the function truncates the range. The new return value is an integer instead of a boolean, that is: 0: not a range 1: range with proper edges 2: out of range To get the old behavior, you have to rewrite: mrb_range_beg_len(mrb, range, &beg, &len, len) to: mrn_range_beg_len(mrb, range, &beg, &len, len, TRUE) == 1 [Breaking Change]
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
ref #3409
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Rewrite mrb_ary_splice
-
- 22 Jan, 2017 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
Should raise RuntimeError when object frozen
-
ksss authored
-
ksss authored
Referenced to CRuby's array.c(rb_ary_splice) fix #3405
-
- 21 Jan, 2017 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
Fix incorrect parsing of block parameters.
-
Clayton Smith authored
-
Yukihiro "Matz" Matsumoto authored
This issue was reported by https://hackerone.com/titanous
-
Yukihiro "Matz" Matsumoto authored
Remove problematic optimization from NODE_MASGN codegen
-
- 20 Jan, 2017 2 commits
-
-
Clayton Smith authored
-
Yukihiro "Matz" Matsumoto authored
-
- 18 Jan, 2017 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-
- 17 Jan, 2017 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
Proc shouldn't have `initialize` method
-
- 16 Jan, 2017 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Implement Kernel.#caller
-
- 14 Jan, 2017 2 commits
- 12 Jan, 2017 5 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
This issue was reported by https://hackerone.com/ssarong
-
Yukihiro "Matz" Matsumoto authored
This issue was reported by https://hackerone.com/icanthack The solution is suggested by @clayton-shopify.
-
Yukihiro "Matz" Matsumoto authored
Fix broken MRB_INT64
-
Yukihiro "Matz" Matsumoto authored
Fix 36fc1f14 not checking in the right location
-