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