| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-08-09 | Apparently, in mruby-process gem, Process is now a Module, not a Class | Carlo - PERI | |
| 2016-08-08 | Merge pull request #63 from ksss/opt | Tomoyuki Sahara | |
| Enable option :in, :out, :err to IO.popen | |||
| 2016-08-08 | Merge pull request #62 from ksss/global | Tomoyuki Sahara | |
| Should use global variable | |||
| 2016-08-07 | Enable Fixnum option | ksss | |
| 2016-08-07 | Enable option :in, :out, :err | ksss | |
| 2016-08-06 | Should use global variable | ksss | |
| 2016-06-22 | update $? when IO object is closed. closes #58. | Tomoyuki Sahara | |
| 2016-06-21 | Merge pull request #60 from drbrain/test_io_setup_failure | Tomoyuki Sahara | |
| Test io setup failure | |||
| 2016-06-21 | add IO#isatty and IO#tty? | Tomoyuki Sahara | |
| 2016-05-12 | Create socket in /tmp for security | Eric Hodel | |
| Some systems do not allow UNIX sockets from arbitrary directories. Instead of trying to `#define SOCKET_PATH` correctly I assume the /tmp/ directory is accessible and use it. | |||
| 2016-05-12 | Include reason in test failure message | Eric Hodel | |
| I am seeing this test fail in some environments but can't determine why. The extra information will help me determine the reason bind(2) is failing. | |||
| 2016-01-21 | Merge pull request #57 from MaximAbramchuck/patch-1 | Tomoyuki Sahara | |
| Add installation instructions | |||
| 2016-01-20 | Add installation instructions | Maxim Abramchuk | |
| 2015-12-08 | File::ALT_SEPARATOR is always defined (some string or nil). | Tomoyuki Sahara | |
| 2015-12-08 | Merge pull request #56 from takahashim/fix-flock | Tomoyuki Sahara | |
| Fix for windows(mingw) | |||
| 2015-12-08 | Fix for windows(mingw) | takahashim | |
| * File.expand_path: support drive letter and ALT_SEPARATOR * File.dirname: support ALT_SEPARATOR * File.basename: ditto. * IO.popen: raise NotImplementedError * IO.pipe: ditto. * `cmd`: ditto. * File#flock: ditto. * FileTest.pipe?: ditto. * FileTest.symlink?: ditto. * FileTest.socket?: ditto. | |||
| 2015-12-07 | Merge pull request #55 from takahashim/separator | Tomoyuki Sahara | |
| fix file separator | |||
| 2015-12-04 | fix file separator | takahashim | |
| * File::SEPARATOR should be "/" * File::ALT_SEPARATOR should be "\\" or nil. | |||
| 2015-12-03 | Merge pull request #54 from takahashim/win-crlf | Tomoyuki Sahara | |
| fix tests for Win: use binary mode | |||
| 2015-12-02 | fix tests for Win: use binary mode | takahashim | |
| 2015-12-02 | Merge pull request #53 from takahashim/build-win32 | Tomoyuki Sahara | |
| build on Win32 | |||
| 2015-12-02 | build on Win32 | takahashim | |
| 2015-11-24 | symlink(2) returns -1 when it fails. | Tomoyuki Sahara | |
| 2015-11-24 | assert_nothing_raised is not available on mruby 1.0.0. | Tomoyuki Sahara | |
| 2015-11-24 | Merge pull request #51 from ksss/io-pipe | Tomoyuki Sahara | |
| Implement IO.pipe | |||
| 2015-11-24 | Implement IO.pipe | ksss | |
| 2015-11-24 | arguments can be shared strings. | Tomoyuki Sahara | |
| 2015-11-24 | Merge pull request #50 from takahashim/file-symlink | Tomoyuki Sahara | |
| add File.symlink | |||
| 2015-11-22 | add File.symlink | takahashim | |
| 2015-11-22 | Merge pull request #48 from takahashim/file-path | Tomoyuki Sahara | |
| add File.path | |||
| 2015-11-21 | add File.path | takahashim | |
| 2015-10-20 | off_t can be larger than mrb_int. | Tomoyuki Sahara | |
| 2015-10-20 | raise a SystemCallError when lseek(2) fails. | Tomoyuki Sahara | |
| 2015-10-20 | UT for IO#sysseek. | Tomoyuki Sahara | |
| 2015-10-20 | fix typo. | Tomoyuki Sahara | |
| 2015-10-20 | Merge branch 'master' of github.com:iij/mruby-io | Tomoyuki Sahara | |
| 2015-10-19 | Merge pull request #47 from matsumoto-r/patch-1 | Tomoyuki Sahara | |
| Fix buffer overflow of `pos` when file-size is too big | |||
| 2015-10-19 | Fix buffer overflow of `pos` when file-size is too big | MATSUMOTO, Ryosuke | |
| 2015-09-28 | Merge pull request #45 from takahashim/enable-test | Tomoyuki Sahara | |
| enable test | |||
| 2015-09-28 | Merge pull request #46 from takahashim/add-rewind | Tomoyuki Sahara | |
| support IO#rewind | |||
| 2015-09-27 | add IO#rewind | takahashim | |
| 2015-09-27 | Merge pull request #44 from takahashim/io-addstr | Tomoyuki Sahara | |
| support IO#<< | |||
| 2015-09-27 | enable test | takahashim | |
| 2015-09-27 | support IO#<< | takahashim | |
| 2015-08-27 | variables are not used on the platforms lack FD_CLOEXEC. | Tomoyuki Sahara | |
| 2015-08-26 | Merge pull request #30 from ksss/cloexec | Tomoyuki Sahara | |
| Opened fd should be set FD_CLOEXEC by default | |||
| 2015-08-21 | Merge pull request #43 from jkutner/master | Tomoyuki Sahara | |
| Made FILE_SEPERATOR platform dependent | |||
| 2015-08-20 | Made FILE_SEPERATOR platform dependent | Joe Kutner | |
| 2015-08-12 | Merge pull request #42 from hone/path_separator | Tomoyuki Sahara | |
| define PATH_SEPARATOR | |||
| 2015-08-02 | define PATH_SEPARATOR | Terence Lee | |
