summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2018-06-20Fix dependencies.take-cheeze
2018-06-20Comment out unused variable.take-cheeze
2018-06-20Fix forgotten argument passing.take-cheeze
2018-06-20Fix dependencies.take-cheeze
2018-06-20Add forgotten `mkdir_p`s.take-cheeze
2018-06-19Merge pull request #4047 from kou/stop-to-use-freed-valueYukihiro "Matz" Matsumoto
2018-06-19Merge pull request #4046 from kou/fix-wrong-free-functionYukihiro "Matz" Matsumoto
2018-06-19Stop to use freed valueKouhei Sutou
2018-06-19Fix wrong free functionKouhei Sutou
2018-06-15Fixed wrong usages of `mrb_raisef()`; ref #4043Yukihiro "Matz" Matsumoto
2018-06-14Resolve sign comparison warning; ref #4044Yukihiro "Matz" Matsumoto
2018-06-14Merge pull request #4044 from iij/fixes-from-iij-socketTomoyuki Sahara
2018-06-14sa_family_t is not defined on windows.Tomoyuki Sahara
2018-06-14set sockaddr_un.sun_len on the systems that have sockaddr.sa_len.Tomoyuki Sahara
2018-06-14struct sockaddr_un can be truncated.Tomoyuki Sahara
2018-06-14struct sockaddr_un can be shorter than struct sockaddr.Tomoyuki Sahara
2018-06-14Restore GC arena after raised exceptions; ref #4042Yukihiro "Matz" Matsumoto
2018-06-14Need to add a write barrier for ranges; fix #4042Yukihiro "Matz" Matsumoto
2018-06-14Check for switching to uninitialized fiber; fix #4041Yukihiro "Matz" Matsumoto
2018-06-14Merge pull request #4043 from take-cheeze/fix_test_depYukihiro "Matz" Matsumoto
2018-06-13Fix unnecessary rebuild of tests.take-cheeze
2018-06-11Revert "No longer need to insert write barriers for fibers."Yukihiro "Matz" Matsumoto
2018-06-11Retrieve `b` operand from the instruction (for debugging); ref #4020Yukihiro "Matz" Matsumoto
2018-06-08`mrb_class_real()` did not work for `BasicObject`; fix #4037Yukihiro "Matz" Matsumoto
2018-06-07Allow `Object#clone` to copy frozen status only; fix #4036Yukihiro "Matz" Matsumoto
2018-06-07Merge pull request #4035 from katzer/patch-1Yukihiro "Matz" Matsumoto
2018-06-07Merge pull request #4039 from i110/i110/fix-broken-lexical-variablesYukihiro "Matz" Matsumoto
2018-06-07Extend stack when pushing arguments that does not fit in; fix #4038Yukihiro "Matz" Matsumoto
2018-06-07Export `stack_extend` function (renamed `mrb_stack_extend`); fix #3219Yukihiro "Matz" Matsumoto
2018-06-06add test for evalIchito Nagata
2018-06-06Revert "Fix heap use after free on mruby-aws-sigv4."Ichito Nagata
2018-06-05Declare inet_ntop and inet_pton as static Sebastián Katzer
2018-06-03Merge pull request #4033 from i110/i110/fix-envadjustYukihiro "Matz" Matsumoto
2018-06-03fix env->stack misadjustingIchito Nagata
2018-06-01Instead of defining `Hash#dup`, we should define `Hash#initialize_copy`.Yukihiro "Matz" Matsumoto
2018-06-01The `clone` method should copy object status (e.g. frozen) too; #4030Yukihiro "Matz" Matsumoto
2018-06-01Merge pull request #4031 from i110/i110/hash_defaultYukihiro "Matz" Matsumoto
2018-06-01let Hash#merge keep ifnone valueIchito Nagata
2018-05-30Should not call `initialize_copy` for `TT_ICLASS`; fix #4027Yukihiro "Matz" Matsumoto
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