summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
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-25IO.sysopen does retry. closes #26.Tomoyuki Sahara
2014-11-25Merge pull request #29 from sdottaka/fix-for-msvcTomoyuki Sahara
2014-11-22Fix broken build for Visual C++sdottaka
2014-11-18Merge pull request #28 from ksss/file-sizeTomoyuki Sahara
2014-11-16Implement FileTest.sizeksss
2014-11-13Merge pull request #25 from matz/gc_on_enfileTomoyuki Sahara
2014-11-13garbage collect when open(2) fails with ENFILE or EMFILEYukihiro "Matz" Matsumoto
2014-08-08Merge pull request #23 from jbreeden/masterTomoyuki Sahara
2014-08-05update implemented methods tableAkito Mochizuki
2014-08-03Correcting E_NOTIMP_ERROR referencejbreeden
2014-07-29add IO#sync and IO#sync=Tomoyuki Sahara
2014-07-22remove extra ';'.Tomoyuki Sahara
2014-07-22Merge pull request #22 from take-cheeze/fix_argTomoyuki Sahara
2014-07-19Fix type of argument passed to mrb_get_args.take_cheeze
2014-07-09refactor.Tomoyuki Sahara
2014-07-09Merge pull request #21 from dreamedge/add_close_on_execTomoyuki Sahara
2014-07-09delete debug messagesdreamedge
2014-07-08Add IO#close_on_exec=dreamedge
2014-07-07add IO.close_on_exec?dreamedge
2014-06-19IO#read(0) should return "" immediately. fixes iij/mruby-socket#13.Tomoyuki Sahara
2014-06-10fd2 is valid if fd2 >= 0. fixes #18.Tomoyuki Sahara
2014-05-09Merge pull request #20 from windwiny/patch-1Tomoyuki Sahara
2014-05-07compatible 32 bit windowswindwiny
2014-04-29Merge pull request #19 from schmurfy/solaris_flockTomoyuki Sahara
2014-04-28raise an error for flock on solarisJulien Ammous
2014-04-21fix mrb_raisef usage.Tomoyuki Sahara
2014-04-21IO.for_fd can be written in Ruby.Tomoyuki Sahara
2014-04-21more tests.Tomoyuki Sahara
2014-04-21IO#flush should raise an exception if it is closed.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-04-17file.c depends on mruby/ext/io.h now.Tomoyuki Sahara
2014-04-17function declarations should be in a header file.Tomoyuki Sahara
2014-04-17remove unused constants.Tomoyuki Sahara
2014-04-17"struct mrb_io_type" is not used at all.Tomoyuki Sahara
2014-04-17file.c does not depend on mruby/ext/io.h.Tomoyuki Sahara
2014-04-17io.write("") -> 0Tomoyuki Sahara
2014-04-17return value of syswrite may be less than length of given string.Tomoyuki Sahara
2014-04-11Merge pull request #16 from schmurfy/solarisTomoyuki Sahara
2014-04-10solaris does not have flockJulien Ammous
2014-04-05Merge pull request #15 from monami-ya-mrb/pr-add-error-check-in-testTomoyuki Sahara
2014-04-05Don't ignore the return value of symlink().Masaki Muranaka
2014-04-04Update .travis.ymlAkira Yumiyama
2014-04-04Create .travis.ymlAkira Yumiyama
2014-03-26nonexistent test fixes (for travis-ci)Akira Yumiyama
2014-03-26IO.close should be IO._sysclose. closes #13.Tomoyuki Sahara