- 06 Jun, 2018 2 commits
-
-
Ichito Nagata authored
-
Ichito Nagata authored
This reverts commit b8869498.
-
- 03 Jun, 2018 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
fix env->stack misadjusting: fix #4029
-
Ichito Nagata authored
-
- 01 Jun, 2018 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
`Hash#clone` did not work properly; fix #4030
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
let Hash#merge keep ifnone value
-
Ichito Nagata authored
-
- 30 May, 2018 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Since `TT_ICLASS` is a internal object that should never be revealed to Ruby world.
-
Yukihiro "Matz" Matsumoto authored
-
- 22 May, 2018 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
`exc_debug_info()` and `mrb_keep_backtrace()` raise `FrozenError` if the exception is frozen and lead to infinite loop.
-
Yukihiro "Matz" Matsumoto authored
`then' was added in CRuby 2.6.
-
- 11 May, 2018 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
Fix test of mruby-pack with big-endian CPUs
-
- 10 May, 2018 1 commit
-
-
Nobuhiro Iwamatsu authored
When running the mruby-pack test with big endian, test data is incorrect, so it will fail with "i" and "I". ------ Fail: pack/unpack "i" (mrbgems: mruby-pack) - Assertion[1] Failed: Expected to be equal Expected: "\xff\xff\xc7\xcf" Actual: "\xff\xff\xcf\xc7" - Assertion[2] Failed: Expected to be equal Expected: [-12345] Actual: [-14385] Fail: pack/unpack "I" (mrbgems: mruby-pack) - Assertion[1] Failed: Expected to be equal Expected: "\x00\x0090" Actual: "\x00\x0009" - Assertion[2] Failed: Expected to be equal Expected: [12345] Actual: [14640] ------ This will fix the test data at big-endian. Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
-
- 09 May, 2018 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
Add `-r` option for `mruby` and `mirb`. (mrbgem is not supported)
-
- 08 May, 2018 1 commit
-
-
Hiroshi Mimaki authored
-
- 07 May, 2018 3 commits
-
-
Hiroshi Mimaki authored
-
Yukihiro "Matz" Matsumoto authored
Add `-d` option for `mruby` and `mirb`.
-
Hiroshi Mimaki authored
-
- 03 May, 2018 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
Because `mirb` keeps top-level environment across each iteration.
-
- 02 May, 2018 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
If `str` and `str2` are the same string object `str->ptr` may be rewritten by `mrb_str_modify()`.
-
Hiroshi Mimaki authored
-
- 01 May, 2018 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
The return value (void*) may be NULL. Avoid using `mrb_get_datatype()` directly and use `io_get_open_fptr()` instead.
-
Yukihiro "Matz" Matsumoto authored
This was caused by a patch from #2684.
-
- 28 Apr, 2018 6 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
kimu_shu authored
-
Yukihiro "Matz" Matsumoto authored
Set the mruby-1.4.1 release date to `2018-4-27`.
-
Yukihiro "Matz" Matsumoto authored
Fix heap use after free on mruby-aws-sigv4.
-
- 27 Apr, 2018 2 commits
-
-
Hiroshi Mimaki authored
-
Takeshi Watanabe authored
-
- 26 Apr, 2018 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Fix wrong the number of marked objects of MRB_TT_ENV in gray mark phase
-
Kouhei Sutou authored
If MRB_TT_ENV has stack shared flag or bidx flag, flags is too large than the real stack size.
-
- 25 Apr, 2018 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Fix array replace leak error in mruby-uri.
-
Takeshi Watanabe authored
-
- 23 Apr, 2018 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
sort method should not consume system stack.
-
Yukihiro "Matz" Matsumoto authored
Fix undefined error of pointer dereference.
-
Tomoyuki Sahara authored
-