- 04 Jul, 2017 1 commit
-
-
Hiroshi Mimaki authored
-
- 03 Jul, 2017 1 commit
-
-
Hiroshi Mimaki authored
-
- 19 Jun, 2017 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
This patch fixes the latter part of #3710. We need to change `struct REnv` to fix the former part of the issue.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
The behavior of `OP_RAISE` has been changed.
-
Yukihiro "Matz" Matsumoto authored
-
- 17 Jun, 2017 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-
- 16 Jun, 2017 15 commits
-
-
Yukihiro "Matz" Matsumoto authored
Fix a typo in gc.c.
-
Yukihiro "Matz" Matsumoto authored
Arena can be modified during the marking phase.
-
Yukihiro "Matz" Matsumoto authored
Because the root context cannot be marked from fibers.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Mostly for debugging purpose.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Masahiko Sawada authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Otherwise the function may terminate and cause memory leaks.
-
Yukihiro "Matz" Matsumoto authored
-
-
Yukihiro "Matz" Matsumoto authored
This means #3701 is now OK to merge.
-
Yukihiro "Matz" Matsumoto authored
-
- 15 Jun, 2017 10 commits
-
-
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
On my machine, gdb reverse-next does not work with memcpy and memset. Add naive implementation of those functions to override.
-
- 14 Jun, 2017 3 commits
- 13 Jun, 2017 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
And arena-overflow error as well. They should not be caught by `rescue` by default.
-
Yukihiro "Matz" Matsumoto authored
-
- 07 Jun, 2017 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-