| Age | Commit message (Expand) | Author |
| 2018-02-03 | Depend mruby-io and mruby-pack in mruby core | MATSUMOTO, Ryosuke |
| 2018-02-02 | Need `fcntl.h` and `sys/stat.h` as well for `_open`; ref #3938 | Yukihiro "Matz" Matsumoto |
| 2018-02-02 | Need to include `io.h` anyway for _WIN32/64; ref #3938 | Yukihiro "Matz" Matsumoto |
| 2018-01-31 | include io.h on mingw | Yasuhiro Matsumoto |
| 2018-01-31 | Define compatibility only for `_MSC_VER`; ref #3923 | Yukihiro "Matz" Matsumoto |
| 2018-01-31 | Use mkstemp instead of tempnam | ksss |
| 2018-01-30 | Merge pull request #3937 from mattn/file-mtime | Yukihiro "Matz" Matsumoto |
| 2018-01-30 | add File#mtime | Yasuhiro Matsumoto |
| 2018-01-30 | Merge pull request #3936 from ken-mu/uint | Yukihiro "Matz" Matsumoto |
| 2018-01-29 | mruby-time: remove ifdef for mktime error handling | ken-mu |
| 2018-01-28 | mruby-time: support time_t is uint | ken-mu |
| 2018-01-24 | Merge pull request #3921 from ksss/cloexec | Yukihiro "Matz" Matsumoto |
| 2018-01-24 | `Time.new(1969,12,31,23,59,59)` may or may not faile; ref #3932 | Yukihiro "Matz" Matsumoto |
| 2018-01-21 | mruby-time: remove test case less than Dec 31 23:59:58 1969 | ken-mu |
| 2018-01-20 | mruby-time: Fix mruby specific timegm() cannot return minus | ken-mu |
| 2018-01-16 | Limit size of iseq buffer; fix #3927 | Yukihiro "Matz" Matsumoto |
| 2018-01-16 | Allow `-> do rescue; end` as well as `proc do rescue; end` [Ruby2.6] | Yukihiro "Matz" Matsumoto |
| 2018-01-14 | Remove trailing space | ksss |
| 2018-01-14 | IO#close_on_exec? is not supported on MinGW | ksss |
| 2018-01-14 | Should be true for close_on_exec flag | ksss |
| 2017-12-26 | addrinfo.ai_protocol was not set on Cygwin. | Hiroshi Mimaki |
| 2017-12-26 | Disabled UNIXSocket test on Cygwin | Hiroshi Mimaki |
| 2017-12-26 | Add `Integer#{allbits?,anybits?,nobits?}. [Ruby2.5] | Yukihiro "Matz" Matsumoto |
| 2017-12-26 | Move `Intefer#chr` to `Integral#chr`. | Yukihiro "Matz" Matsumoto |
| 2017-12-25 | `KeyError` from `Hash#fetch` should inspect key. | Yukihiro "Matz" Matsumoto |
| 2017-12-25 | `Enumerable#{one?,none?,all?,any?} to take pattern argument [Ruby2.5] | Yukihiro "Matz" Matsumoto |
| 2017-12-25 | Add `Hash#slice` [Ruby 2.5] | Yukihiro "Matz" Matsumoto |
| 2017-12-25 | `assert_equal()` takes result as the first argument | Yukihiro "Matz" Matsumoto |
| 2017-12-23 | Do not initialize a local variable soon to be assigned. | Yukihiro "Matz" Matsumoto |
| 2017-12-23 | Add `#module_exec` and `#class_exec` in `mruby-class-ext` gem. | Yukihiro "Matz" Matsumoto |
| 2017-12-23 | Make source compilable with C++17 | Lothar Scholz |
| 2017-12-18 | Merge pull request #3904 from ksss/mruby-method | Yukihiro "Matz" Matsumoto |
| 2017-12-18 | Fix descriptor leakage; ref #3903 | Yukihiro "Matz" Matsumoto |
| 2017-12-18 | Fix `fptr` leakage; ref #3903 | Yukihiro "Matz" Matsumoto |
| 2017-12-18 | Use `_dup2` instead of `dup2` on Windows; ref #3903 | Yukihiro "Matz" Matsumoto |
| 2017-12-18 | `open` on Windows takes `int` 3rd argument instead of `mode_t`. | Yukihiro "Matz" Matsumoto |
| 2017-12-18 | mruby/data.h doesn't need | ksss |
| 2017-12-18 | Use `_dup` instead of `dup` on Windows; ref #3903 | Yukihiro "Matz" Matsumoto |
| 2017-12-18 | Clean up some files and docs | ksss |
| 2017-12-18 | Shouldn't use alloca | ksss |
| 2017-12-18 | Add mrbgems/mruby-method | ksss |
| 2017-12-17 | Implement IO#initialize_copy | ksss |
| 2017-12-15 | Check if destinations are too distant; fix #3900 fix #3901 | Yukihiro "Matz" Matsumoto |
| 2017-12-14 | Initialized mrb_io.is_socket | Hiroshi Mimaki |
| 2017-12-14 | On Windows, `_S_IREAD` and `_S_IWRITE` is defined in `sys/stat.h`. | Yukihiro "Matz" Matsumoto |
| 2017-12-14 | Use `_open` and `_close` on Windows. | Yukihiro "Matz" Matsumoto |
| 2017-12-14 | fix mkstemp implementation for MSVC | Yasuhiro Matsumoto |
| 2017-12-14 | Merge pull request #3892 from mimaki/ipproto-winsock | Yukihiro "Matz" Matsumoto |
| 2017-12-14 | Rename `BasicSocket#is_socket=` to `#_is_socket`; ref #3878 | Yukihiro "Matz" Matsumoto |
| 2017-12-14 | Exclude `UNIXSocket` tests again; ref #3878 | Yukihiro "Matz" Matsumoto |