index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
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
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
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
2017-06-17
Mark the GC arena in `final_marking_phase`.
Yukihiro "Matz" Matsumoto
2017-06-17
Mark the root context in `final_marking_phase`.
Yukihiro "Matz" Matsumoto
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
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
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 ksss-string-...
Yukihiro "Matz" Matsumoto
2017-06-16
Allow `break` from a block called by `mrb_yield`; close #3359
Yukihiro "Matz" Matsumoto
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
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
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
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
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
[next]