- 25 May, 2017 17 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Without this cast, `long int:63` can cause warnings.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Redundant `mark_context() is far better than crashes.
-
Yukihiro "Matz" Matsumoto authored
The fix was proposed by @block8437. Thank you.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
This reverts commit e26e1186. Fix #3664
-
Yukihiro "Matz" Matsumoto 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
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 23 May, 2017 6 commits
-
-
Yukihiro "Matz" Matsumoto authored
Instead of preserving a backtrace in `mrb_state`, `mrb_exc_set` keeps packed backtrace in an exception object. `#backtrace` unpacks it to an array of strings.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 21 May, 2017 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
String#concat: Try to convert when not string
-
ksss authored
-
- 16 May, 2017 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Avoid call to_s during backtrace traversal
-
Craig Lehmann authored
-
- 13 May, 2017 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
Make string embad from shared
-
ksss authored
-
Yukihiro "Matz" Matsumoto authored
Change return back to break in the default case.
-
- 12 May, 2017 1 commit
-
-
Clayton Smith authored
-
- 08 May, 2017 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Fix segmentation fault ref: #3648
-
ksss authored
-
- 05 May, 2017 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Adjust to the optimum type
-
ksss authored
-
- 29 Apr, 2017 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
Sprintf refactor
-
Nobuyoshi Nakada authored
Raise argument error with the better message, at the only place where the size to fill can be negative.
-
Nobuyoshi Nakada authored
Instead of loop or `memcpy` after `CHECK`, use dedicated macros, `FILL` and `PUSH`, respectively.
-
- 25 Apr, 2017 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Add macOS support to mrb_ro_data_p
-
Asmod4n authored
This adds macOS support to mrb_ro_data_p, fixes #3636
-