| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-12-14 | Declare super class in socket.rb. | Takeshi Watanabe | |
| 2017-12-14 | Fix socket closing by using `closesocket` API in windows instead. | Takeshi Watanabe | |
| 2017-12-14 | Merge pull request #3893 from mimaki/add-mrbgem-summary | Yukihiro "Matz" Matsumoto | |
| Added mrbgem's summary. | |||
| 2017-12-13 | Merge pull request #3894 from mattn/mirb-locale | Yukihiro "Matz" Matsumoto | |
| fix locale message in mirb | |||
| 2017-12-13 | fix locale in mirb | Yasuhiro Matsumoto | |
| 2017-12-13 | Added mrbgem's summary. | Hiroshi Mimaki | |
| 2017-12-13 | Use IPPROTO enum values on WinSock. | Hiroshi Mimaki | |
| 2017-12-13 | Set protocol of AddrInfo | Hiroshi Mimaki | |
| 2017-12-13 | Use `_tempnam` instead of `tempnam` on Windows. | Yukihiro "Matz" Matsumoto | |
| 2017-12-13 | Merge pull request #3889 from mattn/fix-crash | Yukihiro "Matz" Matsumoto | |
| fix crash bug on Windows | |||
| 2017-12-13 | Skip tests on Windows platform | Hiroshi Mimaki | |
| 2017-12-13 | fix crash bug on Windows | Yasuhiro Matsumoto | |
| 2017-12-13 | Remove VC++ compiler warnings. | Yukihiro "Matz" Matsumoto | |
| 2017-12-13 | fix path locales | Yasuhiro Matsumoto | |
| 2017-12-13 | Reduce VC++ type mismatch warnings. | Yukihiro "Matz" Matsumoto | |
| 2017-12-13 | Merge pull request #3886 from mattn/io-windows | Yukihiro "Matz" Matsumoto | |
| implement popen/flock on Windows | |||
| 2017-12-13 | fix build for MSVC | Yasuhiro Matsumoto | |
| 2017-12-13 | close file descriptors | Yasuhiro Matsumoto | |
| 2017-12-13 | mingw have mkstemp | Yasuhiro Matsumoto | |
| 2017-12-13 | fix test | Yasuhiro Matsumoto | |
| 2017-12-12 | implement flock on Windows | Yasuhiro Matsumoto | |
| 2017-12-12 | fix compilation error | Yasuhiro Matsumoto | |
| 2017-12-12 | fix compilation error | Yasuhiro Matsumoto | |
| 2017-12-12 | add definition for pid_t on MSVC | Yasuhiro Matsumoto | |
| 2017-12-12 | close handle | Yasuhiro Matsumoto | |
| 2017-12-12 | implement popen on Windows | Yasuhiro Matsumoto | |
| 2017-12-12 | Merge pull request #3885 from Shokuji/cygwin_mruby_io_test | Yukihiro "Matz" Matsumoto | |
| fixed mruby-io so that the test passes on cygwin | |||
| 2017-12-12 | Merge pull request #3882 from mattn/fix-filename | Yukihiro "Matz" Matsumoto | |
| use filename in locale | |||
| 2017-12-12 | Merge pull request #3884 from mimaki/mruby-io-test-on-windows | Yukihiro "Matz" Matsumoto | |
| Fixed mruby-io test failure on Windows platform. | |||
| 2017-12-12 | fix wrong variable name | Yasuhiro Matsumoto | |
| 2017-12-12 | use filename in locale | Yasuhiro Matsumoto | |
| 2017-12-12 | Modifying frozen objects will raise `FrozenError`. | Yukihiro "Matz" Matsumoto | |
| `FrozenError` is a subclass of `RuntimeError` which used to be raised. [Ruby2.5] | |||
| 2017-12-12 | Do not use `FIXABLE` when `mrb_int` is big enough. | Yukihiro "Matz" Matsumoto | |
| 2017-12-12 | Reduce type mismatch warnings in pack.c. | Yukihiro "Matz" Matsumoto | |
| 2017-12-12 | Winsock uses `int` where UNIX uses `size_t`. | Yukihiro "Matz" Matsumoto | |
| 2017-12-12 | fixed mruby-io so that the test passes on cygwin | 窪山 翔士 | |
| 2017-12-12 | Fixed mruby-io test failure on Windows platform. | Hiroshi Mimaki | |
| 2017-12-12 | fix build on mingw | Yasuhiro Matsumoto | |
| 2017-12-12 | Winsock does not provide `ssize_t`; Use `int` instead. | Yukihiro "Matz" Matsumoto | |
| 2017-12-12 | Fixed the mixture of `int` and `long` in `mruby-pack`. | Yukihiro "Matz" Matsumoto | |
| 2017-12-12 | Support MRB_WITHOUT_FLOAT to mruby-io and mruby-pack | Yusuke Endoh | |
| 2017-12-11 | Reduce VC++ compiler warnings. | Yukihiro "Matz" Matsumoto | |
| 2017-12-09 | Reduce VC++ compiler warnings. | Yukihiro "Matz" Matsumoto | |
| 2017-12-09 | Skip socket tests on Windows platform. | Yukihiro "Matz" Matsumoto | |
| Some test may be OK but we skip everything as a starting point. | |||
| 2017-12-09 | `File.symlink` may not be implemented on some platforms; ref #3877 | Yukihiro "Matz" Matsumoto | |
| 2017-12-09 | Skip "File.readlink fails" test on MSVC | bamchoh | |
| When MSVC, "File.readlink fails with non-symlink" test was failed even if raising NotImplementedError | |||
| 2017-12-08 | Use `RL_READLINE_VERSION` to determine `rl_free` existence; fix #3875 | Yukihiro "Matz" Matsumoto | |
| 2017-12-08 | Merge pull request #3874 from mimaki/fix-mingw-compile-error | Yukihiro "Matz" Matsumoto | |
| Fixed compile error of `mruby-io` gem on MinGW. | |||
| 2017-12-08 | Fixed compile error of `mruby-io` gem on MinGW. | Hiroshi Mimaki | |
| 2017-12-08 | Fix memory leak found by leak sanitizer. | Takeshi Watanabe | |
