- 31 May, 2017 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-
- 30 May, 2017 6 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Top-level local variables contained junk after ab25eaea
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
The old order generated some strings with their class set to NULL.
-
Yukihiro "Matz" Matsumoto authored
-
- 29 May, 2017 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Even though the returning value is retrieved from the stack, it may be freed if GC is caused during stack rewinding (e.g. ensure calls).
-
Yukihiro "Matz" Matsumoto authored
-
- 27 May, 2017 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
They didn't work well with inexact numbers (inf,nan). Fix #3671
-
Yukihiro "Matz" Matsumoto authored
Fix #3668
-
Yukihiro "Matz" Matsumoto authored
-
- 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 2 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
-