- 28 Feb, 2017 2 commits
-
-
Tomoyuki Sahara authored
run mrbtest outside of source tree.
-
Tomoyuki Sahara authored
-
- 17 Feb, 2017 1 commit
-
-
Tomoyuki Sahara authored
-
- 10 Feb, 2017 1 commit
-
-
Tomoyuki Sahara authored
Because IO class, which is the superclass of File class, includes it.
-
- 08 Feb, 2017 1 commit
-
-
Tomoyuki Sahara authored
Current implementation of Enumerable#hash calls #each to collect hash values of enumerated objects (then calculates the hash value of the Enumerable object). But IO#each is a method to read lines. It is not expected that IO#hash reads all lines from the IO object. Or even worse, program waits for the IO object to be readable if it is a socket or something cannot be read immediately.
-
- 26 Dec, 2016 1 commit
-
-
Tomoyuki Sahara authored
Add pointer casting
-
- 24 Dec, 2016 1 commit
-
-
masahino authored
-
- 19 Dec, 2016 1 commit
-
-
Tomoyuki Sahara authored
Add File.readlink
-
- 17 Dec, 2016 2 commits
-
-
Kohei Suzuki authored
-
Kohei Suzuki authored
-
- 16 Dec, 2016 1 commit
-
-
Tomoyuki Sahara authored
Add File.chmod
-
- 15 Dec, 2016 1 commit
-
-
Kohei Suzuki authored
-
- 27 Nov, 2016 1 commit
-
-
Tomoyuki Sahara authored
Add explicit cast from void* to struct mrb_io*
-
- 26 Nov, 2016 1 commit
-
-
Kohei Suzuki authored
For compatibility with C++.
-
- 13 Oct, 2016 1 commit
-
-
Tomoyuki Sahara authored
-
- 30 Sep, 2016 2 commits
-
-
Tomoyuki Sahara authored
-
Tomoyuki Sahara authored
-
- 13 Sep, 2016 1 commit
-
-
Tomoyuki Sahara authored
Support Array argument
-
- 11 Sep, 2016 2 commits
- 10 Aug, 2016 1 commit
-
-
Tomoyuki Sahara authored
Apparently, in mruby-process gem, Process is now a Module, not a Class
-
- 09 Aug, 2016 1 commit
-
-
Carlo - PERI authored
-
- 08 Aug, 2016 2 commits
-
-
Tomoyuki Sahara authored
Enable option :in, :out, :err to IO.popen
-
Tomoyuki Sahara authored
Should use global variable
-
- 07 Aug, 2016 2 commits
- 06 Aug, 2016 1 commit
-
-
ksss authored
-
- 22 Jun, 2016 1 commit
-
-
Tomoyuki Sahara authored
-
- 21 Jun, 2016 2 commits
-
-
Tomoyuki Sahara authored
Test io setup failure
-
Tomoyuki Sahara authored
-
- 13 May, 2016 1 commit
-
-
Eric Hodel authored
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.
-
- 12 May, 2016 1 commit
-
-
Eric Hodel authored
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.
-
- 21 Jan, 2016 1 commit
-
-
Tomoyuki Sahara authored
Add installation instructions
-
- 20 Jan, 2016 1 commit
-
-
Maxim Abramchuk authored
-
- 08 Dec, 2015 2 commits
-
-
Tomoyuki Sahara authored
-
Tomoyuki Sahara authored
Fix for windows(mingw)
-
- 07 Dec, 2015 2 commits
-
-
takahashim authored
* 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.
-
Tomoyuki Sahara authored
fix file separator
-
- 04 Dec, 2015 1 commit
-
-
takahashim authored
* File::SEPARATOR should be "/" * File::ALT_SEPARATOR should be "\\" or nil.
-
- 03 Dec, 2015 1 commit
-
-
Tomoyuki Sahara authored
fix tests for Win: use binary mode
-