summaryrefslogtreecommitdiffhomepage
path: root/mrblib
AgeCommit message (Expand)Author
2015-04-17Correct File::NULL for WindowsJared Breeden
2014-12-26rewrite IO.for_fd.Tomoyuki Sahara
2014-12-18FIX: IO#read create a large number of objects.TOMITA Masahiro
2014-12-17Revert "FIX: IO#read create a large number of objects."Tomoyuki Sahara
2014-12-17FIX: IO#read create a large number of objects.TOMITA Masahiro
2014-11-25IO.sysopen does retry. closes #26.Tomoyuki Sahara
2014-11-16Implement FileTest.sizeksss
2014-06-19IO#read(0) should return "" immediately. fixes iij/mruby-socket#13.Tomoyuki Sahara
2014-04-21IO.for_fd can be written in Ruby.Tomoyuki Sahara
2014-04-21IO#flush should raise an exception if it is closed.Tomoyuki Sahara
2014-04-17return value of syswrite may be less than length of given string.Tomoyuki Sahara
2014-03-14remove unsed.Tomoyuki 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-02-25add IO.readTomoyuki Sahara
2014-02-12add dummy IO#flush for better compatibility with CRuby.Tomoyuki Sahara
2014-02-10remove _bless trick. closes #8.Tomoyuki Sahara
2013-12-13Catch Errno::ENFILE too.Tomoyuki Sahara
2013-11-16Try GC when Too many open files (revert a part of 1e8097a).Tomoyuki Sahara
2013-11-16IO.sysopen raises an exception when open(2) fails. closes #6.Tomoyuki Sahara
2013-08-30use array parameter on IO.open.Tomoyuki Sahara
2013-08-30STDERR's file descriptor is 2.Tomoyuki Sahara
2013-08-23add `cmd` (command output expression).Tomoyuki Sahara
2013-06-02fix IO#eof? method (consider the read buffer)Akira Yumiyama
2013-05-08add $stdin $stdout $stderr STDIN STDOUT STDERRAkira Yumiyama
2013-05-08add IO#printAkira Yumiyama
2013-04-07add File.expand_pathAkira Yumiyama
2013-04-02Kernel#open block supportAkira Yumiyama
2013-04-02add Kernel#openAkira Yumiyama
2013-04-01initial commitAkira Yumiyama