summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2020-04-28Avoid `snprintf` in `mruby-io` test; ref #4981Yukihiro "Matz" Matsumoto
2020-04-28Remove the temporary file from the `AF_UNIX` socket test; #4981Yukihiro "Matz" Matsumoto
2020-04-28Fix `IO#readchar` to return broken UTF-8 rather than `EOF` error.Yukihiro "Matz" Matsumoto
2020-04-28Fix `IO#readchar` to support UTF-8 char reading; fix #4712Yukihiro "Matz" Matsumoto
2020-04-28Rename (and expose) UTF-8 related functions; ref #4712Yukihiro "Matz" Matsumoto
2020-04-28Fix `_read_buf` to be more efficient; fix #4982Yukihiro "Matz" Matsumoto
2020-04-28Fix `IO#sysread` to update buffer string on `EOF`; ref #4982Yukihiro "Matz" Matsumoto
2020-04-28Update `IO#ungetc` to keep `@buf` string; ref #4982Yukihiro "Matz" Matsumoto
2020-04-28Fix UTF-8 boundary check; ref #4982Yukihiro "Matz" Matsumoto
2020-04-28Merge pull request #4981 from udzura/fix-test-mruby-io-on-vboxsfYukihiro "Matz" Matsumoto
2020-04-28Fix typo and include locationUchio Kondo
2020-04-28Skip socket check on windowsUchio Kondo
2020-04-28Follow C90 styleUchio Kondo
2020-04-28Test mruby-io in tmpdir when AF_UNIX cannot be created on cwdUchio Kondo
2020-04-27Updating `parse.y for recent `bison` (retry).Yukihiro "Matz" Matsumoto
2020-04-27Revert "Change obsolete `%pure-parser` to `%define api.pure`."Yukihiro "Matz" Matsumoto
2020-04-27Update `.travis.yml` to support newer `bison` on MacOS.Yukihiro "Matz" Matsumoto
2020-04-27Change obsolete `%pure-parser` to `%define api.pure`.Yukihiro "Matz" Matsumoto
2020-04-27Merge pull request #4978 from dearblue/test-ensureYukihiro "Matz" Matsumoto
2020-04-27Merge pull request #4980 from dearblue/contextYukihiro "Matz" Matsumoto
2020-04-27Merge pull request #4979 from dearblue/mruby-binYukihiro "Matz" Matsumoto
2020-04-26Integrate class `EnsureYieldBreak` under testdearblue
2020-04-26Remove unused `mruby-error` in `mruby-bin-mruby`dearblue
2020-04-26Reduce `struct mrb_context`dearblue
2020-04-25Implemented argument forwarding by `...`Yukihiro "Matz" Matsumoto
2020-04-24Merge pull request #4976 from dearblue/splice-undefYukihiro "Matz" Matsumoto
2020-04-24Merge pull request #4975 from dearblue/io-commentYukihiro "Matz" Matsumoto
2020-04-24Removed comments mentioning `MRB_WITHOUT_FLOAT`; ref 2e661e8dearblue
2020-04-24Support `undef` for `mrb_ary_splice()` instead of `[]`dearblue
2020-04-22Fix `instance_exec` and `class_exec` to avoid crash on indirect calls.Yukihiro "Matz" Matsumoto
2020-04-22Make `mrb_obj_instance_eval` to use `mrb_singleton_class_ptr`; #4973Yukihiro "Matz" Matsumoto
2020-04-22Add new function `mrb_singleton_class_ptr()`; ref #4973Yukihiro "Matz" Matsumoto
2020-04-21Removed comments mentioning `MRB_INT16`.Yukihiro "Matz" Matsumoto
2020-04-21Fix the bug by `#instance_eval` called via a method object; fix #4973Yukihiro "Matz" Matsumoto
2020-04-21Simplified `mrb_obj_instance_eval`; ref #4973Yukihiro "Matz" Matsumoto
2020-04-21`Kernel#clone` and `Kernel#dup` no longer raise `TypeError`; fix #4974Yukihiro "Matz" Matsumoto
2020-04-15Merge pull request #4968 from dearblue/check-fdYukihiro "Matz" Matsumoto
2020-04-14Selecting fd should be less than `FD_SETSIZE`; close #4966Yukihiro "Matz" Matsumoto
2020-04-14Merge pull request #4972 from dearblue/boxnan-cptrYukihiro "Matz" Matsumoto
2020-04-14Merge pull request #4969 from dearblue/nostdio-packYukihiro "Matz" Matsumoto
2020-04-14Merge pull request #4970 from dearblue/nostdio-sprintfYukihiro "Matz" Matsumoto
2020-04-14Merge pull request #4971 from dearblue/mruby-configYukihiro "Matz" Matsumoto
2020-04-13Fix `MRB_TT_CPTR` object with `MRB_NAN_BOXING`dearblue
2020-04-12Check the file descriptor with `IO#initialize`; resolve #4966dearblue
2020-04-11Support `MRB_DISABLE_STDIO` for mruby-sprintf; ref #4954dearblue
2020-04-11Add `mrb_float_to_cstr()` MRB_API functiondearblue
2020-04-11Supports some specifier flags with `mrb_float_to_str()`dearblue
2020-04-11Supports width specifier with `mrb_float_to_str()`dearblue
2020-04-11Add missing `MRB_API`dearblue
2020-04-11Fixed a build error in mruby-configdearblue