summaryrefslogtreecommitdiffhomepage
path: root/test
AgeCommit message (Expand)Author
2014-11-16Implement FileTest.sizeksss
2014-07-29add IO#sync and IO#sync=Tomoyuki Sahara
2014-07-09delete debug messagesdreamedge
2014-07-08Add IO#close_on_exec=dreamedge
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-21more tests.Tomoyuki Sahara
2014-04-18IO#syswrite should raise an error if it's not opened for writing.Tomoyuki Sahara
2014-04-17io.write("") -> 0Tomoyuki Sahara
2014-04-05Don't ignore the return value of symlink().Masaki Muranaka
2014-03-26nonexistent test fixes (for travis-ci)Akira Yumiyama
2014-03-26IO.close should be IO._sysclose. closes #13.Tomoyuki Sahara
2014-02-25add IO.readTomoyuki Sahara
2013-11-16Try GC when Too many open files (revert a part of 1e8097a).Tomoyuki Sahara
2013-11-16test for #6.Tomoyuki Sahara
2013-10-09fix typo...Tomoyuki Sahara
2013-10-03fix RSTRING_PTR usage.Tomoyuki Sahara
2013-09-30add File#flock.Tomoyuki Sahara
2013-09-26remove duplicated white spaces.Tomoyuki Sahara
2013-09-25Catch up with API changes on mrb_intern() -> mrb_intern_cstr()Paolo Bosetti
2013-08-30use array parameter on IO.open.Tomoyuki Sahara
2013-08-23add `cmd` (command output expression).Tomoyuki Sahara
2013-08-08tests for File.socket? and File.symlink?Tomoyuki Sahara
2013-05-12Use mkstemp instead of mktemp.Akira Yumiyama
2013-04-27put MRB_ prefix before ARGS_XXX macrosAkira Yumiyama
2013-04-07add File.expand_pathAkira Yumiyama
2013-04-01initial commitAkira Yumiyama