- 26 May, 2017 7 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Related to #3662
-
Yukihiro "Matz" Matsumoto authored
When MRB_INT64, valid value range of mrb_int is bigger than double, which only has 53 bits significant precision.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 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
-