summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2018-05-30Clear `__classname__` of duped class/module; ref #4027Yukihiro "Matz" Matsumoto
2018-05-23Check if the exception is frozen; fix #4025Yukihiro "Matz" Matsumoto
2018-05-23Add `then` alias to `yield_self`.Yukihiro "Matz" Matsumoto
2018-05-11Merge pull request #4023 from iwamatsu/fix-upstreamYukihiro "Matz" Matsumoto
2018-05-10Fix test of mruby-pack with big-endian CPUsNobuhiro Iwamatsu
2018-05-09Merge pull request #4022 from mimaki/mruby-r-optionYukihiro "Matz" Matsumoto
2018-05-08Fix CI build errors and warnings.Hiroshi Mimaki
2018-05-07Add `-r` option for `mruby` and `mirb`.Hiroshi Mimaki
2018-05-07Merge pull request #4017 from mimaki/mruby-d-optionYukihiro "Matz" Matsumoto
2018-05-07Fix CI build errors and warnings.Hiroshi Mimaki
2018-05-03`env` referred from top-level callinfo should not be unshared; fix #4019Yukihiro "Matz" Matsumoto
2018-05-02Need to call `mrb_str_modify()` in `mrb_str_cat_str()`; fix #4018Yukihiro "Matz" Matsumoto
2018-05-02Add `-d` option for `mruby` and `mirb`.Hiroshi Mimaki
2018-05-01Update `MRB_FLO_TO_STR_FMT` to "%.16g"; fix #4016Yukihiro "Matz" Matsumoto
2018-05-01Check the return value from `mrb_get_datatype()`; fix #4009Yukihiro "Matz" Matsumoto
2018-05-01Fix stack position in multiple assignment; fix #4008Yukihiro "Matz" Matsumoto
2018-04-28Update `OP_APOST` description; ref #4008Yukihiro "Matz" Matsumoto
2018-04-28Fix broken support of `MRB_WITHOUT_FLOAT`; fix #4015Yukihiro "Matz" Matsumoto
2018-04-28Update the patch to not use `funcall` in C; ref #4013Yukihiro "Matz" Matsumoto
2018-04-28Fix Enumerable#hash on non 32-bit integer conf.kimu_shu
2018-04-28Merge pull request #4014 from mruby/stableYukihiro "Matz" Matsumoto
2018-04-28Merge pull request #4012 from take-cheeze/fix_heap_use_after_freeYukihiro "Matz" Matsumoto
2018-04-27Set the mruby-1.4.1 release date to `2018-4-27`.1.4.1Hiroshi Mimaki
2018-04-27Fix heap use after free on mruby-aws-sigv4.Takeshi Watanabe
2018-04-26Merge pull request #4011 from kou/fix-gc-env-childrenYukihiro "Matz" Matsumoto
2018-04-26Fix wrong the number of marked objects of MRB_TT_ENV in gray mark phaseKouhei Sutou
2018-04-25Merge pull request #4010 from take-cheeze/fix_ary_replace_leakYukihiro "Matz" Matsumoto
2018-04-25Fix array replace leak error in mruby-uri.Takeshi Watanabe
2018-04-23Merge pull request #4007 from iij/sort-should-not-consume-system-stackYukihiro "Matz" Matsumoto
2018-04-23Merge pull request #4006 from take-cheeze/fix_ub_checkYukihiro "Matz" Matsumoto
2018-04-23sort method should not consume system stack.Tomoyuki Sahara
2018-04-23Fix undefined error of pointer dereference.Takeshi Watanabe
2018-04-21Implement `String#upto` in Ruby.Yukihiro "Matz" Matsumoto
2018-04-19CRuby2.6 stops deprecating `String#lines` with a block.Yukihiro "Matz" Matsumoto
2018-04-19`String#lines` with a block is deprecated style.Yukihiro "Matz" Matsumoto
2018-04-18`ary_dup()` should not use `ary_replace(); fix #4004Yukihiro "Matz" Matsumoto
2018-04-18A new function `ary_from_values()`; ref #4004Yukihiro "Matz" Matsumoto
2018-04-18`mrb_io_initialize_copy` should not free existing `fptr`; fix #4005Yukihiro "Matz" Matsumoto
2018-04-18`mrb_dup()` should fail if `fd` is a negative integer; ref #4005Yukihiro "Matz" Matsumoto
2018-04-18Turn off major GC mode before full GC; fix #4000Yukihiro "Matz" Matsumoto
2018-04-18Avoid unnecessary object allocation (addrinfo) in `_accept`; ref #3999Yukihiro "Matz" Matsumoto
2018-04-17Merge pull request #4003 from take-cheeze/int32_overflowYukihiro "Matz" Matsumoto
2018-04-17Fallback to float when caompiled binary with 64bit compiler.Takeshi Watanabe
2018-04-17`Socket.accept` should have returned `[fd, addr]`; fix #3999Yukihiro "Matz" Matsumoto
2018-04-17Make `ary_replace()` to share entry buffers if possible.Yukihiro "Matz" Matsumoto
2018-04-17Make `ary_concat()` to replace the receiver when it is empty.Yukihiro "Matz" Matsumoto
2018-04-17Make `ary_replace()` to take `struct RArray*` argument.Yukihiro "Matz" Matsumoto
2018-04-17Define `SOL_IP` and `SOL_TCP`; ref #3999Yukihiro "Matz" Matsumoto
2018-04-17Implement `Array#__svalue` in C.Yukihiro "Matz" Matsumoto
2018-04-17Fix `use after free in File#initilialize_copy`; fix #4001Yukihiro "Matz" Matsumoto