summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
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
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-08-08tests for File.socket? and File.symlink?Tomoyuki Sahara
2013-08-08use lstat(2) to check if it's a symlinkTomoyuki Sahara
2013-06-26Fix incorrect condition for pendig-IOTakashi Sogabe
2013-06-02add method: IO#selectAkira Yumiyama
2013-06-02fix IO#eof? method (consider the read buffer)Akira Yumiyama
2013-05-12bufix of mrb_file__gethome()Akira Yumiyama
2013-05-12update run_test.rbAkira Yumiyama
2013-05-12add return value check of fseekAkira Yumiyama
2013-05-12add null checkAkira Yumiyama
2013-05-12remove unused variable.Akira Yumiyama
2013-05-12Use strncpy instead of strcpy.Akira Yumiyama
2013-05-12Use mkstemp instead of mktemp.Akira Yumiyama
2013-05-12update run_test.rbAkira Yumiyama
2013-05-08add $stdin $stdout $stderr STDIN STDOUT STDERRAkira Yumiyama
2013-05-08add IO#printAkira Yumiyama
2013-05-02rename mrb_class_obj_get -> mrb_class_getAkira Yumiyama
2013-05-02update run_test.rbAkira Yumiyama
2013-04-27put MRB_ prefix before ARGS_XXX macrosAkira Yumiyama
2013-04-07add File.expand_pathAkira Yumiyama
2013-04-02Kernel#open block supportAkira Yumiyama
2013-04-02add Kernel#openAkira Yumiyama
2013-04-01Update README.mdAkira Yumiyama
2013-04-01update README.mdAkira Yumiyama
2013-04-01initial commitAkira Yumiyama