| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-07-04 | Set the mruby-1.3.0 release date to `2017-7-4`.1.3.0 | Hiroshi Mimaki | |
| 2017-07-03 | Fixed an unit test to work on Cygwin. | Hiroshi Mimaki | |
| 2017-06-19 | Fixed disclosure of local variables by `eval`; ref #3710 | Yukihiro "Matz" Matsumoto | |
| This patch fixes the latter part of #3710. We need to change `struct REnv` to fix the former part of the issue. | |||
| 2017-06-19 | Increment the version number to `1.3.0`. | Yukihiro "Matz" Matsumoto | |
| 2017-06-19 | Increment `RITE_BINARY_FORMAT_VER`. | Yukihiro "Matz" Matsumoto | |
| The behavior of `OP_RAISE` has been changed. | |||
| 2017-06-19 | Use `mrb_int` instead of `int` as argument to `mrb_hash_new_capa`. | Yukihiro "Matz" Matsumoto | |
| 2017-06-17 | Use `mrb_int` instead of `int`. | Yukihiro "Matz" Matsumoto | |
| 2017-06-17 | Merge pull request #3706 from MasahikoSawada/fix_typo | Yukihiro "Matz" Matsumoto | |
| Fix a typo in gc.c. | |||
| 2017-06-17 | Mark the GC arena in `final_marking_phase`. | Yukihiro "Matz" Matsumoto | |
| Arena can be modified during the marking phase. | |||
| 2017-06-17 | Mark the root context in `final_marking_phase`. | Yukihiro "Matz" Matsumoto | |
| Because the root context cannot be marked from fibers. | |||
| 2017-06-17 | Mark global variables in `final_marking_phase`; fix #3704 | Yukihiro "Matz" Matsumoto | |
| 2017-06-17 | Store operands to local variables. | Yukihiro "Matz" Matsumoto | |
| Mostly for debugging purpose. | |||
| 2017-06-17 | Correct comments in gc.c | Yukihiro "Matz" Matsumoto | |
| 2017-06-17 | Use `mrb_int` instead of `size_t` for array capacity and length. | Yukihiro "Matz" Matsumoto | |
| 2017-06-17 | Fix a typo in gc.c. | Masahiko Sawada | |
| 2017-06-16 | Use `MRB_PRId` instead of `d` for mrb_int decimal specifier; ref #3701 | Yukihiro "Matz" Matsumoto | |
| 2017-06-16 | Merge branch 'ksss-string-upto' | Yukihiro "Matz" Matsumoto | |
| 2017-06-16 | Use `mrb_str_new()` instead of `malloc()`; ref #3701 | Yukihiro "Matz" Matsumoto | |
| Otherwise the function may terminate and cause memory leaks. | |||
| 2017-06-16 | Should not use `sizeof(buf)` when `buf` is `char*`; #3701 | Yukihiro "Matz" Matsumoto | |
| 2017-06-16 | Merge branch 'string-upto' of https://github.com/ksss/mruby into ↵ | Yukihiro "Matz" Matsumoto | |
| ksss-string-upto | |||
| 2017-06-16 | Allow `break` from a block called by `mrb_yield`; close #3359 | Yukihiro "Matz" Matsumoto | |
| This means #3701 is now OK to merge. | |||
| 2017-06-16 | Use `MRB_THROW` instead of `mrb_exc_raise`. | Yukihiro "Matz" Matsumoto | |
| 2017-06-16 | Need to unshare env from top callinfo; fix #3685 | Yukihiro "Matz" Matsumoto | |
| 2017-06-15 | Call write barriers for stack-modified fibers; fix #3699 | Yukihiro "Matz" Matsumoto | |
| 2017-06-15 | Print the file name along with line number on syntax errors; fix #3698 | Yukihiro "Matz" Matsumoto | |
| 2017-06-15 | Prevent Fiber#initialize to be called twice; fix #3705 | Yukihiro "Matz" Matsumoto | |
| 2017-06-15 | Protect the last exception object from GC in `ecall`; fix #3702 | Yukihiro "Matz" Matsumoto | |
| 2017-06-15 | Mark the exception object in the final marking phase; ref #3702 | Yukihiro "Matz" Matsumoto | |
| 2017-06-15 | Save the register value in a local variable for ease of debugging. | Yukihiro "Matz" Matsumoto | |
| 2017-06-15 | Ensure size of the stack before handling exceptions; fix #3693 | Yukihiro "Matz" Matsumoto | |
| 2017-06-15 | Ensure size of the stack in OP_CALL. | Yukihiro "Matz" Matsumoto | |
| 2017-06-15 | Add helper functions to use gdb reverse-next. | Yukihiro "Matz" Matsumoto | |
| On my machine, gdb reverse-next does not work with memcpy and memset. Add naive implementation of those functions to override. | |||
| 2017-06-14 | Use malloc instead of dynamic allocation | ksss | |
| 2017-06-14 | Fix arena overflow error | ksss | |
| 2017-06-14 | Reimplement String#upto | ksss | |
| 2017-06-14 | Clear stack in OP_CALL; fix #3694 | Yukihiro "Matz" Matsumoto | |
| 2017-06-14 | Fixed uninitialized local variable bug; ref #3692 | Yukihiro "Matz" Matsumoto | |
| 2017-06-14 | The out-of-memory error should not be an instance of RuntimeError. | Yukihiro "Matz" Matsumoto | |
| And arena-overflow error as well. They should not be caught by `rescue` by default. | |||
| 2017-06-14 | Avoid out-of-bound access of VM stack in OP_SENDB; fix #3692 | Yukihiro "Matz" Matsumoto | |
| 2017-06-07 | Handles exceptions from code generation phase; fix #3695 | Yukihiro "Matz" Matsumoto | |
| 2017-06-05 | Limit recursion level of `codegen()`; fix #3690 | Yukihiro "Matz" Matsumoto | |
| 2017-06-03 | Revert "Simplify rescue stack management; ref #3683" | Yukihiro "Matz" Matsumoto | |
| This reverts commit eb5a606fe209944d0757301edb331ed7ff0fd31f and 079f310fbc9c23b97f062230c32bd91ac65e4835. The rescue stack works differently from ensure stack, so the change caused #3686 and #3688. It might take long to solve the problems, so that I would revert the changes for now. Fix #3688 | |||
| 2017-06-03 | Prohibit changing generational mode during GC disabled; fix #3689 | Yukihiro "Matz" Matsumoto | |
| 2017-06-03 | Check if a block is a lambda before marking it orphan; ref #3640 | Yukihiro "Matz" Matsumoto | |
| 2017-06-03 | Add checks for `break from proc-closure`; fix #3640 | Yukihiro "Matz" Matsumoto | |
| 2017-06-02 | Make `break` in lambdas work as `return` according to CRuby behavior. | Yukihiro "Matz" Matsumoto | |
| 2017-06-02 | Revert "Update NODE_BLOCK check logic in `void_expr_error`." | Yukihiro "Matz" Matsumoto | |
| This reverts commit 31e30686b0bd9333eb0593fb1fb43b9b99744517. | |||
| 2017-06-02 | Fixed a bug that make a loop in singleton_class clone; fix #3687 | Yukihiro "Matz" Matsumoto | |
| 2017-06-02 | Update NODE_BLOCK check logic in `void_expr_error`. | Yukihiro "Matz" Matsumoto | |
| 2017-06-02 | Restore `test/t/codegen.rb` | Yukihiro "Matz" Matsumoto | |
