summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
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
2014-03-14remove unsed.Tomoyuki Sahara
2014-03-14Merge pull request #11 from pbosetti/masterTomoyuki Sahara
2014-03-07Fixed bug in File.expand_path() on Windows (forever recursive loop)Paolo Bosetti
2014-03-04Added File.foreach method.Paolo Bosetti
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-12add dummy IO#flush for better compatibility with CRuby.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
2014-02-03move license terms to the bottom.Tomoyuki Sahara
2014-01-13Now the drive letter is returned as leading path element by File#dirname on ...Paolo Bosetti
2014-01-07Merge branch 'master' of https://github.com/iij/mruby-ioPaolo Bosetti
2013-12-13Catch Errno::ENFILE too.Tomoyuki Sahara
2013-12-10Made compatible with VisualStudioPaolo Bosetti
2013-12-02Fix for compilation under Win/MinGWPaolo Bosetti
2013-11-16Try GC when Too many open files (revert a part of 1e8097a).Tomoyuki Sahara
2013-11-16test for #6.Tomoyuki Sahara
2013-11-16IO.sysopen raises an exception when open(2) fails. closes #6.Tomoyuki Sahara
2013-10-09fix typo...Tomoyuki Sahara
2013-10-03fix RSTRING_PTR usage.Tomoyuki Sahara
2013-10-02Merge pull request #4 from pbosetti/masterTomoyuki Sahara
2013-10-02Merge branch 'master' of https://github.com/iij/mruby-ioPaolo Bosetti
2013-10-02Truncate file on File.open(file, "w")Paolo Bosetti
2013-09-30syswrite must write to fd2 if it is properly set.Tomoyuki Sahara
2013-09-30styleTomoyuki Sahara
2013-09-30don't retry when we cannot fork(2).Tomoyuki Sahara
2013-09-30fix descriptor leakage.Tomoyuki Sahara
2013-09-30add File#flock.Tomoyuki Sahara
2013-09-26remove duplicated white spaces.Tomoyuki Sahara
2013-09-26suppress a warning and fix a possible segv.Tomoyuki Sahara
2013-09-25Merge pull request #2 from pbosetti/masterTomoyuki Sahara
2013-09-25Catch up with API changes on mrb_intern() -> mrb_intern_cstr()Paolo Bosetti