- 23 Jun, 2017 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
It's incompatible with CRuby, but it is required for mruby because it cannot detect `break` outside of loops in the parsing time, but in the code generation time where it cannot raise `SyntaxError`.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 21 Jun, 2017 6 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
-
- 20 Jun, 2017 6 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
#3711 fix
-
Miura Hideki authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Save gc_arena after buffer got allocated
-
- 19 Jun, 2017 5 commits
-
-
Asmod4n authored
Latest fix was freeing the buffer while it was still in use. Fixes #3712
-
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 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-