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-04-03
Fixed out-of-bounds access of `ensure[]`; ref #3491
Yukihiro "Matz" Matsumoto
2017-04-03
Protect ensure clause lambdas from GC; fix #3491
Yukihiro "Matz" Matsumoto
2017-04-03
Insert ` mrb_field_write_barrier()` for GC; fix #3534
Yukihiro "Matz" Matsumoto
2017-04-03
Add `struct REnv` to union `RVALUE`; ref #3534
Yukihiro "Matz" Matsumoto
2017-04-03
Unify `else` clause style
Yukihiro "Matz" Matsumoto
2017-04-03
Remove spaces around parens
Yukihiro "Matz" Matsumoto
2017-04-03
Restrict recursion levels in method_missing(); fix #3556
Yukihiro "Matz" Matsumoto
2017-04-03
String#initialize to make a string empty; ref #3574
Yukihiro "Matz" Matsumoto
2017-04-03
Update callinfo->target_class in mrb_exec_irep(); fix #3543
Yukihiro "Matz" Matsumoto
2017-04-01
Add alias "append" to Array#push, and "prepend" to Array#unshift.
Yukihiro "Matz" Matsumoto
2017-04-01
Extend VM stack just in case; ref #3551
Yukihiro "Matz" Matsumoto
2017-04-01
Should not shrink VM stack; fix #3551
Yukihiro "Matz" Matsumoto
2017-04-01
Pacify signed warning; ref #3565
Yukihiro "Matz" Matsumoto
2017-04-01
The stack may be reallocated in the func call; fix #3560
Yukihiro "Matz" Matsumoto
2017-04-01
Expand stack for method_missing; fix #3528
Yukihiro "Matz" Matsumoto
2017-03-31
Merge pull request #3571 from keizo042/fix_get_constant_of_module_from_sigleton
Yukihiro "Matz" Matsumoto
2017-03-31
Modify to get constant of parent module in singleton class; fix #3568
Kouichi Nakanishi
2017-03-31
Avoid crash if hv.n is greater than kh_size(h); fix #3565
Yukihiro "Matz" Matsumoto
2017-03-30
small cosmetic change; ref #3570
Yukihiro "Matz" Matsumoto
2017-03-30
Modify class variable definition in singleton class; fix #3539
Kouichi Nakanishi
2017-03-29
Should raise FloatDomainError
ksss
2017-03-29
Merge pull request #3563 from clayton-shopify/dup-renumber-keys
Yukihiro "Matz" Matsumoto
2017-03-29
Set proper class to subclass of Array
okkez
2017-03-28
Renumber hash keys during dup since there may be duplicates.
Clayton Smith
2017-03-25
Fix lost lineno
ksss
2017-03-20
Add explicit cast from float to mrb_int.
Yukihiro "Matz" Matsumoto
2017-03-20
Use `snprintf()` to stringify fixnum numbers; fix #3492
Yukihiro "Matz" Matsumoto
2017-03-19
Fixed some compiler errors regarding PRId.
Yukihiro "Matz" Matsumoto
2017-03-19
Should not check/call `to_str` for immediate objects; ref #3515
Yukihiro "Matz" Matsumoto
2017-03-19
`super class error` formats the superclass by `inspect`; rerf #3515
Yukihiro "Matz" Matsumoto
2017-03-19
Use MRB_PRId instead of "%d"; fix #3515
Yukihiro "Matz" Matsumoto
2017-03-19
OP_RESCUE refactored; ref #3519
Yukihiro "Matz" Matsumoto
2017-03-19
Remove cname duplication from exc_inspect().
Yukihiro "Matz" Matsumoto
2017-03-19
Avoid possible infinite recursion in mrb_print_error(); ref #3517
Yukihiro "Matz" Matsumoto
2017-03-19
Check call depth when mrb_yield_class() is called; ref #3521
Yukihiro "Matz" Matsumoto
2017-03-19
Update stack only when callinfo is popped; fix #3521
Yukihiro "Matz" Matsumoto
2017-03-19
Need not to call mrb_obj_as_string() is sep is nil.
Yukihiro "Matz" Matsumoto
2017-03-18
Need to setup singleton_class chain; fix #3509
Yukihiro "Matz" Matsumoto
2017-03-18
Small cosmetic change ("* " -> "*").
Yukihiro "Matz" Matsumoto
2017-03-18
Save/restore GC arena index to avoid arena overflow error.
Yukihiro "Matz" Matsumoto
2017-03-18
Fixed access of uninitialized C local variable; fix #3525
Yukihiro "Matz" Matsumoto
2017-03-18
Avoid mrb_check_string_type() in raising exception; fix #3506
Yukihiro "Matz" Matsumoto
2017-03-16
Singleton classes do not have outer class set; fix #3505
Yukihiro "Matz" Matsumoto
2017-03-16
Protect stack region before calling mrb_convert_type(); fix #3504
Yukihiro "Matz" Matsumoto
2017-03-13
OP_BLKPUSH is invalid outside of methods; fix #3501
Yukihiro "Matz" Matsumoto
2017-03-12
Update VM to support new OP_RESCUE behavior; ref #3487
Yukihiro "Matz" Matsumoto
2017-03-12
Enhance OP_RESCUE to take B operand fas matching exception; ref #3487
Yukihiro "Matz" Matsumoto
2017-03-11
Revert 642ab8e; ref #3422
Yukihiro "Matz" Matsumoto
2017-03-10
Update ci->mid according to surrounding scope; fix #3490
Yukihiro "Matz" Matsumoto
2017-03-10
Simplify expression; ref #3490
Yukihiro "Matz" Matsumoto
[next]