summaryrefslogtreecommitdiffhomepage
path: root/src/io.c
AgeCommit message (Expand)Author
2016-08-09Apparently, in mruby-process gem, Process is now a Module, not a ClassCarlo - PERI
2016-08-07Enable Fixnum optionksss
2016-08-07Enable option :in, :out, :errksss
2016-06-22update $? when IO object is closed. closes #58.Tomoyuki Sahara
2016-06-21add IO#isatty and IO#tty?Tomoyuki Sahara
2015-12-02build on Win32takahashim
2015-11-24Implement IO.pipeksss
2015-10-20off_t can be larger than mrb_int.Tomoyuki Sahara
2015-10-20raise a SystemCallError when lseek(2) fails.Tomoyuki Sahara
2015-10-20fix typo.Tomoyuki Sahara
2015-10-20Merge branch 'master' of github.com:iij/mruby-ioTomoyuki Sahara
2015-10-19Fix buffer overflow of `pos` when file-size is too bigMATSUMOTO, Ryosuke
2015-08-27variables are not used on the platforms lack FD_CLOEXEC.Tomoyuki Sahara
2015-08-26Merge pull request #30 from ksss/cloexecTomoyuki Sahara
2015-07-02Remove mrb_io_s_select typo.Blaž Hrastnik
2015-04-05Excluding wait call for windowsJared Breeden
2015-04-03wait for child processes when we close pipes. fixes #37.Tomoyuki Sahara
2014-12-26rewrite IO.for_fd.Tomoyuki Sahara
2014-12-26better error message.Tomoyuki Sahara
2014-12-15FIX: IO#sysread occurs SEGVTOMITA Masahiro
2014-12-04IO.popen fd set close_on_exec flag by defaultksss
2014-12-04Opened fd should be set FD_CLOEXEC by defaultksss
2014-11-13garbage collect when open(2) fails with ENFILE or EMFILEYukihiro "Matz" Matsumoto
2014-08-03Correcting E_NOTIMP_ERROR referencejbreeden
2014-07-29add IO#sync and IO#sync=Tomoyuki Sahara
2014-07-19Fix type of argument passed to mrb_get_args.take_cheeze
2014-07-09refactor.Tomoyuki Sahara
2014-07-08Add IO#close_on_exec=dreamedge
2014-07-07add IO.close_on_exec?dreamedge
2014-06-10fd2 is valid if fd2 >= 0. fixes #18.Tomoyuki Sahara
2014-04-21fix mrb_raisef usage.Tomoyuki Sahara
2014-04-21IO.for_fd can be written in Ruby.Tomoyuki Sahara
2014-04-21remove return statements after mrb_raise().Tomoyuki Sahara
2014-04-18remove io_open().Tomoyuki Sahara
2014-04-18IO#syswrite should raise an error if it's not opened for writing.Tomoyuki Sahara
2014-04-17remove standard header files from io.h.Tomoyuki Sahara
2014-03-14remove unsed.Tomoyuki Sahara
2014-03-03Merge branch 'master' of https://github.com/iij/mruby-io into testPaolo Bosetti
2014-02-25quiet compiler.Tomoyuki Sahara
2014-02-25remove unused.Tomoyuki Sahara
2014-02-25Merge branch 'master' of github.com:iij/mruby-ioTomoyuki Sahara
2014-02-25add IO.readTomoyuki Sahara
2014-02-22compatibility support (mruby/mruby, iij/mruby and 1.0.0)Akira Yumiyama
2014-02-14support older version.Tomoyuki Sahara
2014-02-12Merge pull request #9 from matsumoto-r/support_mrb_get_moduleTomoyuki Sahara
2014-02-11Updated mrb_include_module call after mruby 1.0.0Paolo Bosetti
2014-02-10remove _bless trick. closes #8.Tomoyuki Sahara
2014-02-08Support mrb_module_geMATSUMOTO Ryosuke
2013-12-10Made compatible with VisualStudioPaolo Bosetti
2013-12-02Fix for compilation under Win/MinGWPaolo Bosetti