| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-08-09 | Apparently, in mruby-process gem, Process is now a Module, not a Class | Carlo - PERI | |
| 2016-08-07 | Enable Fixnum option | ksss | |
| 2016-08-07 | Enable option :in, :out, :err | ksss | |
| 2016-06-22 | update $? when IO object is closed. closes #58. | Tomoyuki Sahara | |
| 2016-06-21 | add IO#isatty and IO#tty? | Tomoyuki Sahara | |
| 2015-12-02 | build on Win32 | takahashim | |
| 2015-11-24 | Implement IO.pipe | ksss | |
| 2015-10-20 | off_t can be larger than mrb_int. | Tomoyuki Sahara | |
| 2015-10-20 | raise a SystemCallError when lseek(2) fails. | Tomoyuki Sahara | |
| 2015-10-20 | fix typo. | Tomoyuki Sahara | |
| 2015-10-20 | Merge branch 'master' of github.com:iij/mruby-io | Tomoyuki Sahara | |
| 2015-10-19 | Fix buffer overflow of `pos` when file-size is too big | MATSUMOTO, Ryosuke | |
| 2015-08-27 | variables are not used on the platforms lack FD_CLOEXEC. | Tomoyuki Sahara | |
| 2015-08-26 | Merge pull request #30 from ksss/cloexec | Tomoyuki Sahara | |
| Opened fd should be set FD_CLOEXEC by default | |||
| 2015-07-02 | Remove mrb_io_s_select typo. | Blaž Hrastnik | |
| Uncovered with a Coverity scan of our project using mruby-io. https://scan8.coverity.com/reports.htm#v26153/p11375/fileInstanceId=6844382&defectInstanceId=2515905&mergedDefectId=121921 | |||
| 2015-04-05 | Excluding wait call for windows | Jared Breeden | |
| 2015-04-03 | wait for child processes when we close pipes. fixes #37. | Tomoyuki Sahara | |
| 2014-12-26 | rewrite IO.for_fd. | Tomoyuki Sahara | |
| IO.for_fd should call IO#initialize to initialize the created object properly. It cannot be implemented in Ruby. | |||
| 2014-12-26 | better error message. | Tomoyuki Sahara | |
| 2014-12-15 | FIX: IO#sysread occurs SEGV | TOMITA Masahiro | |
| 2014-12-04 | IO.popen fd set close_on_exec flag by default | ksss | |
| 2014-12-04 | Opened fd should be set FD_CLOEXEC by default | ksss | |
| 2014-11-13 | garbage collect when open(2) fails with ENFILE or EMFILE | Yukihiro "Matz" Matsumoto | |
| 2014-08-03 | Correcting E_NOTIMP_ERROR reference | jbreeden | |
| 2014-07-29 | add IO#sync and IO#sync= | Tomoyuki Sahara | |
| 2014-07-19 | Fix type of argument passed to mrb_get_args. | take_cheeze | |
| 2014-07-09 | refactor. | Tomoyuki Sahara | |
| 2014-07-08 | Add IO#close_on_exec= | dreamedge | |
| and a test on test/io.rb | |||
| 2014-07-07 | add IO.close_on_exec? | dreamedge | |
| 2014-06-10 | fd2 is valid if fd2 >= 0. fixes #18. | Tomoyuki Sahara | |
| 2014-04-21 | fix mrb_raisef usage. | Tomoyuki Sahara | |
| 2014-04-21 | IO.for_fd can be written in Ruby. | Tomoyuki Sahara | |
| 2014-04-21 | remove return statements after mrb_raise(). | Tomoyuki Sahara | |
| 2014-04-18 | remove io_open(). | Tomoyuki Sahara | |
| 2014-04-18 | IO#syswrite should raise an error if it's not opened for writing. | Tomoyuki Sahara | |
| 2014-04-17 | remove standard header files from io.h. | Tomoyuki Sahara | |
| 2014-03-14 | remove unsed. | Tomoyuki Sahara | |
| 2014-03-03 | Merge branch 'master' of https://github.com/iij/mruby-io into test | Paolo Bosetti | |
| Conflicts: src/io.c | |||
| 2014-02-25 | quiet compiler. | Tomoyuki Sahara | |
| 2014-02-25 | remove unused. | Tomoyuki Sahara | |
| 2014-02-25 | Merge branch 'master' of github.com:iij/mruby-io | Tomoyuki Sahara | |
| 2014-02-25 | add IO.read | Tomoyuki Sahara | |
| 2014-02-22 | compatibility support (mruby/mruby, iij/mruby and 1.0.0) | Akira Yumiyama | |
| - refs https://github.com/mruby/mruby/commit/36e234aa377d50d8ee425c7868e0651cf78e85cf | |||
| 2014-02-14 | support older version. | Tomoyuki Sahara | |
| 2014-02-12 | Merge pull request #9 from matsumoto-r/support_mrb_get_module | Tomoyuki Sahara | |
| Support mrb_module_get | |||
| 2014-02-11 | Updated mrb_include_module call after mruby 1.0.0 | Paolo Bosetti | |
| 2014-02-10 | remove _bless trick. closes #8. | Tomoyuki Sahara | |
| 2014-02-08 | Support mrb_module_ge | MATSUMOTO Ryosuke | |
| 2013-12-10 | Made compatible with VisualStudio | Paolo Bosetti | |
| 2013-12-02 | Fix for compilation under Win/MinGW | Paolo Bosetti | |
