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-05-23
Support the case when the backtrace is not an array.
Yukihiro "Matz" Matsumoto
2017-05-23
Use index in `each_object`.
Yukihiro "Matz" Matsumoto
2017-05-23
Type check before `print_backtrace()`
Yukihiro "Matz" Matsumoto
2017-05-23
Update comments regarding Exception#to_str
Yukihiro "Matz" Matsumoto
2017-05-15
Avoid call to_s during backtrace traversal
Craig Lehmann
2017-05-13
Make string embad from shared
ksss
2017-05-05
Adjust to the optimum type
ksss
2017-04-25
Avoid duplicated `envadjust()` of env stacks; fix #3637
Yukihiro "Matz" Matsumoto
2017-04-25
Merge pull request #3637 from dabroz/fix-32-bit
Yukihiro "Matz" Matsumoto
2017-04-25
Silence warnings caused by implicit type casting.
Yukihiro "Matz" Matsumoto
2017-04-25
Stop invoking GC before `each_object` to avoid test failure; #3616
Yukihiro "Matz" Matsumoto
2017-04-25
Prevent GC during `each_object`; fix #3616
Yukihiro "Matz" Matsumoto
2017-04-25
Avoid use of `snprintf()` when DISABLE_STDIO is set; fix #3632
Yukihiro "Matz" Matsumoto
2017-04-25
Should terminate nested iterations in each_object; ref #3359
Yukihiro "Matz" Matsumoto
2017-04-25
Revert "Disable GC during `gc_each_objects()`; fix #3616"
Yukihiro "Matz" Matsumoto
2017-04-25
Use fiber marking instead of `mark_context`.
Yukihiro "Matz" Matsumoto
2017-04-24
Revert "Simplify pointer calculation in `envadjust`."
Tomasz Dąbrowski
2017-04-22
Small cosmetic changes.
Yukihiro "Matz" Matsumoto
2017-04-22
Use env preserved in Proc structure in ecall(); fix #3612
Yukihiro "Matz" Matsumoto
2017-04-22
Keep reference to mrb_context from env; fix #3619
Yukihiro "Matz" Matsumoto
2017-04-21
Simplify pointer calculation in `envadjust`.
Yukihiro "Matz" Matsumoto
2017-04-21
Revert e8dca6b03; fix #3550
Yukihiro "Matz" Matsumoto
2017-04-21
Fixed a possible memory leak.
Yukihiro "Matz" Matsumoto
2017-04-21
Revert ae4217e81; fix #3619
Yukihiro "Matz" Matsumoto
2017-04-21
Merge pull request #3625 from take-cheeze/pool_64bit
Yukihiro "Matz" Matsumoto
2017-04-21
Add missing `arg_i++` to fix bug of `s!` in mrb_get_args.
take_cheeze
2017-04-21
Align pool allocator with 8 byte in 64-bit environment.
take_cheeze
2017-04-21
VM stack may be reallocated in `mrb_convert_type()`; fix #3622
Yukihiro "Matz" Matsumoto
2017-04-21
`mrb_int` may overflow in bit-shifting; fix #3620
Yukihiro "Matz" Matsumoto
2017-04-21
Bit-shifting zero should be zero; ref #3620
Yukihiro "Matz" Matsumoto
2017-04-20
Disable GC during `gc_each_objects()`; fix #3616
Yukihiro "Matz" Matsumoto
2017-04-20
Allow `mrb_objspace_each_objects()` to break iteration; ref #3359
Yukihiro "Matz" Matsumoto
2017-04-20
Do not raise an exception for living closure; ref #3359
Yukihiro "Matz" Matsumoto
2017-04-19
Use trampoline technique for `instance_exec`; ref #3359
Yukihiro "Matz" Matsumoto
2017-04-19
Need to raise "break from proc-closure" error; fix #3359 fix #3495
Yukihiro "Matz" Matsumoto
2017-04-19
Fixed a bug caused by last minute change; fix #3610
Yukihiro "Matz" Matsumoto
2017-04-18
Check if sc->mt is initialized before copying it.
Clayton Smith
2017-04-18
Call envadjust() before updating VM stack.
Yukihiro "Matz" Matsumoto
2017-04-18
Fixed a wrong condition; fix #3550
Yukihiro "Matz" Matsumoto
2017-04-18
Revert 6dd1a57; fix #3612; ref #3550
Yukihiro "Matz" Matsumoto
2017-04-18
Make `mrb_codedump_all()` to print type of Proc.
Yukihiro "Matz" Matsumoto
2017-04-18
`super` may call context switching method like `send`; fix #3611
Yukihiro "Matz" Matsumoto
2017-04-18
Call exc_debug_info() in mrb_exc_set(); ref #3610
Yukihiro "Matz" Matsumoto
2017-04-18
Add "no super" check to OP_ARGARY; fix #3610
Yukihiro "Matz" Matsumoto
2017-04-18
Hash#dup didn't check if internal khash is initialized; fix #3609
Yukihiro "Matz" Matsumoto
2017-04-17
Mark whole root objects in final_marking_phase(); fix #3603
Yukihiro "Matz" Matsumoto
2017-04-13
Proc#call needs to reserve at least 2 registers; fix #3606
Yukihiro "Matz" Matsumoto
2017-04-13
Merge pull request #3604 from keizo042/fix_issue3598
Yukihiro "Matz" Matsumoto
2017-04-12
Use while statement instead of for statement
Kouichi Nakanishi
2017-04-12
Find Class/Module in nested singleton class; fix #3598
Kouichi Nakanishi
[prev]
[next]