- 25 May, 2017 5 commits
-
-
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 12 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
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Restore 32-bit OSX builds
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
ref #3492 #3515 #3517
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
This reverts commit d2cad9ac.
-
Yukihiro "Matz" Matsumoto authored
To avoid redundant `mark_context()`.
-
- 24 Apr, 2017 2 commits
-
-
Tomasz Dąbrowski authored
This reverts commit a1d32af9.
-
Yukihiro "Matz" Matsumoto authored
Fix space flag with inf/nan
-