index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ruby
/
test_io.rb
Age
Commit message (
Expand
)
Author
2023-09-28
Move IO#readline to Ruby
Aaron Patterson
2023-08-10
Deprecate Kernel#open and IO support for subprocess creation/forking
Mike Dalessio
2023-05-27
Improve `read`/`write`/`pread`/`pwrite` consistency. (#7860)
Samuel Williams
2023-05-26
Remvoe very high timeout on test_race_gets_and_close
KJ Tsanaktsidis
2023-03-24
Raise ArgumentError if IO.read is provided negative offset
Jeremy Evans
2023-03-06
s/mjit/rjit/
Takashi Kokubun
2023-03-06
s/MJIT/RJIT/
Takashi Kokubun
2022-12-08
Introduce `IO.new(..., path:)` and promote `File#path` to `IO#path`. (#6867)
Samuel Williams
2022-11-17
Add support for `sockaddr_un` on Windows. (#6513)
Samuel Williams
2022-10-15
Add missing `#close` call to `test_dup_timeout` test. (#6560)
Samuel Williams
2022-10-15
Copy `IO#timeout` on `IO#dup`. (#6546)
Samuel Williams
2022-10-11
Ignore failure to set nonblock mode. (#6524)
Samuel Williams
2022-10-07
Add IO#timeout attribute and use it for blocking IO operations. (#5653)
Samuel Williams
2022-09-11
[Win32] Negative length `IO#sysread`
Jeremy Bopp
2022-08-25
Raise ArgumentError for IO.foreach with limit of 0
Jeremy Evans
2022-07-28
Skip randomly failing tests with FreeBSD 12
Hiroshi SHIBATA
2022-07-21
Do not chomp trailing line separator IO#each with nil separator and chomp
Jeremy Evans
2022-07-21
Revert "Do not chomp trailing line separator IO#each with nil separator and c...
Jeremy Evans
2022-07-21
Do not chomp trailing line separator IO#each with nil separator and chomp
Jeremy Evans
2022-06-09
Stop ignoring 4th positional argument to IO.#{foreach,readlines}
Jeremy Evans
2022-01-04
Use omit instead of skip: test/ruby/**/*.rb
Hiroshi SHIBATA
2021-12-22
Empty and return the buffer if zero size is given [Bug #18421]
Nobuyoshi Nakada
2021-12-13
Prepare for removing RubyVM::JIT (#5262)
Takashi Kokubun
2021-12-05
Do not use `fcopyfile` if appending to non-empty file [Bug #18388]
Nobuyoshi Nakada
2021-11-08
[Feature #18290] Remove tests that test use of rb_gc_force_recycle
Peter Zhu
2021-08-22
Fix Marshal.dump(closed_io) to raise TypeError and allow encoding on closed IO
Lars Kanis
2021-06-29
Prefer qualified names under Thread
Nobuyoshi Nakada
2021-06-27
Check if closed after each yield [Bug #17661]
Nobuyoshi Nakada
2021-06-22
Rework `sysread` to use blocking `read_internal_locktmp`.
Samuel Williams
2021-01-13
Rename RubyVM::MJIT to RubyVM::JIT
Takashi Kokubun
2020-12-18
Use category: :deprecated in warnings that are related to deprecation
Jeremy Evans
2020-12-04
Guard all accesses to RubyVM::MJIT with defined?(RubyVM::MJIT) &&
Benoit Daloze
2020-12-03
test/ruby/test_io.rb: some test methods had been overwritten
Yusuke Endoh
2020-12-03
delete deprecated IO-like methods
卜部昌平
2020-09-27
Revert the first diff of "Use Tempfile.create instead of Tempfile.open in tes...
Benoit Daloze
2020-09-26
Use Tempfile.create instead of Tempfile.open in test_io.rb
Benoit Daloze
2020-09-25
Disable deprecation warning by the default [Feature #16345]
Nobuyoshi Nakada
2020-09-09
Revert the related commits about `Tempfile.open` change.
Hiroshi SHIBATA
2020-08-29
Simplify Tempfile.open calls with a block as they now unlink the file automat...
Benoit Daloze
2020-08-27
[stringio] fix stringio codepoint enumerator off by one error
Yoann Lecuyer
2020-08-17
Ensure the shortcut cached in the class
Nobuyoshi Nakada
2020-05-07
Suffixed memory leak tests as "memory_leak"
Nobuyoshi Nakada
2020-04-11
Silence broken pipe error messages on STDOUT [Feature #14413]
Nobuyoshi Nakada
2020-03-27
Set external encoding correctly for File.open('f', FILE::BINARY) on Windows
Jeremy Evans
2020-03-02
Revert "show debug info."
Koichi Sasada
2020-03-02
show debug info.
Koichi Sasada
2020-02-23
Warn non-nil `$\` [Feature #14240]
Nobuyoshi Nakada
2020-02-23
Warn non-nil `$,` in `IO#print` too
Nobuyoshi Nakada
2020-01-02
Update tests for full keyword argument separation
Jeremy Evans
2019-12-23
Reword keyword arguments warning messages to convey these are deprecation war...
Marc-Andre Lafortune
[next]