| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-18 | Merge pull request #35 from tmtm/fix-read-create-many-objects | Tomoyuki Sahara | |
| FIX: IO#read create a large number of objects. | |||
| 2014-12-18 | FIX: IO#read create a large number of objects. | TOMITA Masahiro | |
| 2014-12-17 | Merge pull request #33 from iij/revert-32-fix-read-create-many-objects | Tomoyuki Sahara | |
| Revert "FIX: IO#read create a large number of objects." | |||
| 2014-12-17 | Revert "FIX: IO#read create a large number of objects." | Tomoyuki Sahara | |
| 2014-12-17 | Merge pull request #32 from tmtm/fix-read-create-many-objects | Tomoyuki Sahara | |
| FIX: IO#read create a large number of objects. | |||
| 2014-12-17 | FIX: IO#read create a large number of objects. | TOMITA Masahiro | |
| 2014-12-16 | Merge pull request #31 from tmtm/fix-sysread-segv | Tomoyuki Sahara | |
| FIX: IO#sysread occurs SEGV | |||
| 2014-12-15 | FIX: IO#sysread occurs SEGV | TOMITA Masahiro | |
| 2014-11-25 | IO.sysopen does retry. closes #26. | Tomoyuki Sahara | |
| 2014-11-25 | Merge pull request #29 from sdottaka/fix-for-msvc | Tomoyuki Sahara | |
| Fix broken build for Visual C++ | |||
| 2014-11-22 | Fix broken build for Visual C++ | sdottaka | |
| 2014-11-18 | Merge pull request #28 from ksss/file-size | Tomoyuki Sahara | |
| Implement FileTest.size | |||
| 2014-11-16 | Implement FileTest.size | ksss | |
| - File.size delegate to FileTest.size - File.size more faster by reading i-node value | |||
| 2014-11-13 | Merge pull request #25 from matz/gc_on_enfile | Tomoyuki Sahara | |
| garbage collect when open(2) fails with ENFILE or EMFILE | |||
| 2014-11-13 | garbage collect when open(2) fails with ENFILE or EMFILE | Yukihiro "Matz" Matsumoto | |
| 2014-08-08 | Merge pull request #23 from jbreeden/master | Tomoyuki Sahara | |
| Correcting E_NOTIMP_ERROR reference | |||
| 2014-08-05 | update implemented methods table | Akito Mochizuki | |
| 2014-08-03 | Correcting E_NOTIMP_ERROR reference | jbreeden | |
| 2014-07-29 | add IO#sync and IO#sync= | Tomoyuki Sahara | |
| 2014-07-22 | remove extra ';'. | Tomoyuki Sahara | |
| 2014-07-22 | Merge pull request #22 from take-cheeze/fix_arg | Tomoyuki Sahara | |
| Fix type of argument passed to mrb_get_args. | |||
| 2014-07-19 | Fix type of argument passed to mrb_get_args. | take_cheeze | |
| 2014-07-09 | refactor. | Tomoyuki Sahara | |
| 2014-07-09 | Merge pull request #21 from dreamedge/add_close_on_exec | Tomoyuki Sahara | |
| Add close on exec | |||
| 2014-07-09 | delete debug messages | dreamedge | |
| 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-19 | IO#read(0) should return "" immediately. fixes iij/mruby-socket#13. | Tomoyuki Sahara | |
| 2014-06-10 | fd2 is valid if fd2 >= 0. fixes #18. | Tomoyuki Sahara | |
| 2014-05-09 | Merge pull request #20 from windwiny/patch-1 | Tomoyuki Sahara | |
| compatible 32 bit windows | |||
| 2014-05-07 | compatible 32 bit windows | windwiny | |
| 2014-04-29 | Merge pull request #19 from schmurfy/solaris_flock | Tomoyuki Sahara | |
| raise an error for flock on solaris | |||
| 2014-04-28 | raise an error for flock on solaris | Julien Ammous | |
| 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 | more tests. | Tomoyuki Sahara | |
| 2014-04-21 | IO#flush should raise an exception if it is closed. | 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-04-17 | file.c depends on mruby/ext/io.h now. | Tomoyuki Sahara | |
| 2014-04-17 | function declarations should be in a header file. | Tomoyuki Sahara | |
| 2014-04-17 | remove unused constants. | Tomoyuki Sahara | |
| 2014-04-17 | "struct mrb_io_type" is not used at all. | Tomoyuki Sahara | |
| 2014-04-17 | file.c does not depend on mruby/ext/io.h. | Tomoyuki Sahara | |
| 2014-04-17 | io.write("") -> 0 | Tomoyuki Sahara | |
