summaryrefslogtreecommitdiffhomepage
path: root/mrblib/file.rb
AgeCommit message (Expand)Author
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-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-04-07add File.expand_pathAkira Yumiyama
2013-04-01initial commitAkira Yumiyama