| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-02-25 | remove unused. | Tomoyuki Sahara | |
| 2014-02-25 | Merge branch 'master' of github.com:iij/mruby-io | Tomoyuki Sahara | |
| 2014-02-25 | add IO.read | Tomoyuki Sahara | |
| 2014-02-22 | compatibility support (mruby/mruby, iij/mruby and 1.0.0) | Akira Yumiyama | |
| - refs https://github.com/mruby/mruby/commit/36e234aa377d50d8ee425c7868e0651cf78e85cf | |||
| 2014-02-14 | support older version. | Tomoyuki Sahara | |
| 2014-02-12 | add dummy IO#flush for better compatibility with CRuby. | Tomoyuki Sahara | |
| 2014-02-12 | Merge pull request #9 from matsumoto-r/support_mrb_get_module | Tomoyuki Sahara | |
| Support mrb_module_get | |||
| 2014-02-10 | remove _bless trick. closes #8. | Tomoyuki Sahara | |
| 2014-02-08 | Support mrb_module_ge | MATSUMOTO Ryosuke | |
| 2014-02-03 | move license terms to the bottom. | Tomoyuki Sahara | |
| 2013-12-13 | Catch Errno::ENFILE too. | Tomoyuki Sahara | |
| When system file descriptor table is full, errno is set to ENFILE instead of EMFILE. They are similar but different. | |||
| 2013-11-16 | Try GC when Too many open files (revert a part of 1e8097a). | Tomoyuki Sahara | |
| 2013-11-16 | test for #6. | Tomoyuki Sahara | |
| 2013-11-16 | IO.sysopen raises an exception when open(2) fails. closes #6. | Tomoyuki Sahara | |
| 2013-10-09 | fix typo... | Tomoyuki Sahara | |
| 2013-10-03 | fix RSTRING_PTR usage. | Tomoyuki Sahara | |
| 2013-10-02 | Merge pull request #4 from pbosetti/master | Tomoyuki Sahara | |
| Truncate the file to zero length on opening when "w" mode is set | |||
| 2013-10-02 | Merge branch 'master' of https://github.com/iij/mruby-io | Paolo Bosetti | |
| 2013-10-02 | Truncate file on File.open(file, "w") | Paolo Bosetti | |
| 2013-09-30 | syswrite must write to fd2 if it is properly set. | Tomoyuki Sahara | |
| closes #3. | |||
| 2013-09-30 | style | Tomoyuki Sahara | |
| 2013-09-30 | don't retry when we cannot fork(2). | Tomoyuki Sahara | |
| EAGAIN indicates the system is under heavy load. Retrying make things worse. | |||
| 2013-09-30 | fix descriptor leakage. | Tomoyuki Sahara | |
| 2013-09-30 | add File#flock. | Tomoyuki Sahara | |
| 2013-09-26 | remove duplicated white spaces. | Tomoyuki Sahara | |
| 2013-09-26 | suppress a warning and fix a possible segv. | Tomoyuki Sahara | |
| 2013-09-25 | Merge pull request #2 from pbosetti/master | Tomoyuki Sahara | |
| Catch up with API changes on mrb_intern() -> mrb_intern_cstr() | |||
| 2013-09-25 | Catch up with API changes on mrb_intern() -> mrb_intern_cstr() | Paolo Bosetti | |
| 2013-08-30 | use array parameter on IO.open. | Tomoyuki Sahara | |
| 2013-08-30 | STDERR's file descriptor is 2. | Tomoyuki Sahara | |
| closes #1 | |||
| 2013-08-23 | add `cmd` (command output expression). | Tomoyuki Sahara | |
| 2013-08-08 | tests for File.socket? and File.symlink? | Tomoyuki Sahara | |
| 2013-08-08 | use lstat(2) to check if it's a symlink | Tomoyuki Sahara | |
| 2013-06-26 | Fix incorrect condition for pendig-IO | Takashi Sogabe | |
| 2013-06-02 | add method: IO#select | Akira Yumiyama | |
| 2013-06-02 | fix IO#eof? method (consider the read buffer) | Akira Yumiyama | |
| 2013-05-12 | bufix of mrb_file__gethome() | Akira Yumiyama | |
| 2013-05-12 | update run_test.rb | Akira Yumiyama | |
| 2013-05-12 | add return value check of fseek | Akira Yumiyama | |
| 2013-05-12 | add null check | Akira Yumiyama | |
| 2013-05-12 | remove unused variable. | Akira Yumiyama | |
| 2013-05-12 | Use strncpy instead of strcpy. | Akira Yumiyama | |
| 2013-05-12 | Use mkstemp instead of mktemp. | Akira Yumiyama | |
| 2013-05-12 | update run_test.rb | Akira Yumiyama | |
| 2013-05-08 | add $stdin $stdout $stderr STDIN STDOUT STDERR | Akira Yumiyama | |
| 2013-05-08 | add IO#print | Akira Yumiyama | |
| 2013-05-02 | rename mrb_class_obj_get -> mrb_class_get | Akira Yumiyama | |
| 2013-05-02 | update run_test.rb | Akira Yumiyama | |
| 2013-04-27 | put MRB_ prefix before ARGS_XXX macros | Akira Yumiyama | |
| 2013-04-07 | add File.expand_path | Akira Yumiyama | |
