- 15 Jun, 2017 1 commit
-
-
Tomoyuki Sahara authored
Fix for IO#read(n) with n > IO::BUF_SIZE
-
- 13 Jun, 2017 1 commit
-
-
Christopher Aue authored
-
- 12 Jun, 2017 5 commits
-
-
Tomoyuki Sahara authored
Support outbuf argument for IO#read
-
Tomoyuki Sahara authored
Reseek when write
-
Tomoyuki Sahara authored
To accurate `pos`
-
ksss authored
-
ksss authored
-
- 11 Jun, 2017 1 commit
-
-
ksss authored
pos shouldn't cache because it's not controllable
-
- 07 Jun, 2017 1 commit
-
-
Tomoyuki Sahara authored
-
- 05 Jun, 2017 1 commit
-
-
Tomoyuki Sahara authored
IO#sysread Check for readable
-
- 27 May, 2017 1 commit
-
-
ksss authored
-
- 23 May, 2017 2 commits
-
-
Tomoyuki Sahara authored
Should raise SyscallError on IO#syswrite
-
Tomoyuki Sahara authored
Fix some spec for IO#sysread
-
- 22 May, 2017 1 commit
-
-
ksss authored
-
- 21 May, 2017 3 commits
- 19 May, 2017 1 commit
-
-
Tomoyuki Sahara authored
-
- 25 Apr, 2017 1 commit
-
-
Tomoyuki Sahara authored
Make backquote work with the latest mruby. Fixed #75
-
- 24 Apr, 2017 1 commit
-
-
Yuji Yamano authored
-
- 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