summaryrefslogtreecommitdiffhomepage
path: root/mrblib
AgeCommit message (Expand)Author
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