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
path:
root
/
src
Age
Commit message (
Expand
)
Author
2017-07-19
Avoid C undefined behavior of division by zero; close #3745
Yukihiro "Matz" Matsumoto
2017-07-19
Avoid constant-set duplication; ref #3747
Yukihiro "Matz" Matsumoto
2017-07-19
Merge branch 'const_set_mod_to_s' of https://github.com/christopheraue/mruby ...
Yukihiro "Matz" Matsumoto
2017-07-18
Fixed Module#to_s and #name for #const_set modules
Christopher Aue
2017-07-18
Simplify `mrb_gc_arena_restore()` to reduce overhead.
Yukihiro "Matz" Matsumoto
2017-07-12
Avoid float operation to shrink arena buffer size.
Yukihiro "Matz" Matsumoto
2017-07-12
Add `inline` modifier to `cipush()` and `cipop()` functions.
Yukihiro "Matz" Matsumoto
2017-07-12
Use "$!" specifier of `mrb_get_args`.
Yukihiro "Matz" Matsumoto
2017-07-12
Update `mrb_get_args()` document.
Yukihiro "Matz" Matsumoto
2017-07-12
Add "*!" argument specifier to avoid stack copying.
Yukihiro "Matz" Matsumoto
2017-07-12
Add `ary_modify_check()` to `Array#unshift`; ref #3737
Yukihiro "Matz" Matsumoto
2017-07-09
Should only check frozen for Array#pop
ksss
2017-07-09
Should only check frozen fix #3737
ksss
2017-07-06
Reduce allocation size of backtrace arrays.
Yukihiro "Matz" Matsumoto
2017-07-06
Avoid out-of-bounds access of the backtrace array.
Yukihiro "Matz" Matsumoto
2017-07-05
Put a space between error position and error message.
Yukihiro "Matz" Matsumoto
2017-07-05
Check stack size before accessing env stack; fix #3727
Yukihiro "Matz" Matsumoto
2017-07-05
Avoid undefined behavior of left shifting negative integer; #3728
Yukihiro "Matz" Matsumoto
2017-07-05
Avoid undefined behavior of signed integer overflow; fix #3728
Yukihiro "Matz" Matsumoto
2017-07-01
`break` should not cross fiber-context boundary; fix #3724
Yukihiro "Matz" Matsumoto
2017-07-01
`super` may be called from a block; fix #3723
Yukihiro "Matz" Matsumoto
2017-06-27
No longer need to copy `argv` from `mrb_get_args`; ref #3722
Yukihiro "Matz" Matsumoto
2017-06-27
Copy argv from VM stack to avoid use-after-free; fix #3722
Yukihiro "Matz" Matsumoto
2017-06-22
No need to mark stacks of terminated fibers; fix #3720
Yukihiro "Matz" Matsumoto
2017-06-22
Add write barrier to protect singleton class from GC; fix #3717
Yukihiro "Matz" Matsumoto
2017-06-21
Should call `ecall()` before callinfo adjustment; fix #3715
Yukihiro "Matz" Matsumoto
2017-06-20
Array size can be cause integer overflow; fix #3710
Yukihiro "Matz" Matsumoto
2017-06-20
#3711 fix
Miura Hideki
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
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
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-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
[next]