index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
mrbgems
/
mruby-io
/
test
/
io.rb
Age
Commit message (
Expand
)
Author
2020-10-12
Remove meaningless `IO.open(1<<32)` test.
Yukihiro "Matz" Matsumoto
2020-10-12
Integrate `Fixnum` class into `Integer` class
dearblue
2020-04-12
Check the file descriptor with `IO#initialize`; resolve #4966
dearblue
2020-02-02
Implement `IO#pread` and `IO#pwrite`
dearblue
2019-09-14
Replace `String#byteslice` by custom `IO._bufread`.
Yukihiro "Matz" Matsumoto
2019-07-30
Refine message to `skip` in nested `assert`
KOBAYASHI Shuji
2019-06-29
Use nested `assert`
dearblue
2019-06-29
Use a normal method instead of a lambda
dearblue
2019-04-29
Fix missing assertions in `mruby-io` test
KOBAYASHI Shuji
2019-04-27
Remove duplicated `String#each_char`
KOBAYASHI Shuji
2019-04-15
Fix test, popen and cmd in mruby-io
Shouji Kuboyama
2019-01-27
Remove no meaning statements in `mruby-io` tests
KOBAYASHI Shuji
2019-01-25
Remove definition of `assert_nothing_raised` in `IO` test
KOBAYASHI Shuji
2019-01-01
io: Skip TTY test for environments that TTY device is unavailable.
KOBAYASHI Shuji
2018-08-30
Separate meta-programming features to `mruby-metaprog` gem.
Yukihiro "Matz" Matsumoto
2018-01-14
IO#close_on_exec? is not supported on MinGW
ksss
2018-01-14
Should be true for close_on_exec flag
ksss
2017-12-17
Implement IO#initialize_copy
ksss
2017-12-12
Fixed mruby-io test failure on Windows platform.
Hiroshi Mimaki
2017-12-07
Add 'mrbgems/mruby-io/' from commit '3c8e1f94c44252c836f79a48bb17726da28e2756'
Yukihiro "Matz" Matsumoto