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
/
io.c
Age
Commit message (
Expand
)
Author
2023-06-28
[DOC] Fixes for link fragments (#7981)
Burdette Lamar
2023-06-07
Adjust style [ci skip]
Nobuyoshi Nakada
2023-06-01
Expose `enum rb_io_event` flags without `_t` suffix. (#7887)
Samuel Williams
2023-06-01
Drop `_t` suffix from struct names. (#7886)
Samuel Williams
2023-06-01
Use a real Ruby mutex in rb_io_close_wait_list (#7884)
KJ Tsanaktsidis
2023-06-01
Hide the usage of `rb_io_t` where possible. (#7880)
Samuel Williams
2023-06-01
Revert "Hide most of the implementation of `struct rb_io`. (#6511)"
NARUSE, Yui
2023-05-30
Hide most of the implementation of `struct rb_io`. (#6511)
Samuel Williams
2023-05-27
Improve `read`/`write`/`pread`/`pwrite` consistency. (#7860)
Samuel Williams
2023-05-26
Fix busy-loop when waiting for file descriptors to close
KJ Tsanaktsidis
2023-05-15
`rb_io_puts` should not write zero length strings. (#7806)
Samuel Williams
2023-05-01
[Bug #19624] Hide internal IO for backquote
Nobuyoshi Nakada
2023-04-13
[DOC] Fix typos
Nobuyoshi Nakada
2023-04-07
[Bug #19584] Register global variables before assignment
Nobuyoshi Nakada
2023-04-06
[Feature #19474] Refactor NEWOBJ macros
Matt Valentine-House
2023-03-31
Support `IO#pread` / `IO#pwrite` using fiber scheduler. (#7594)
Samuel Williams
2023-03-24
Raise ArgumentError if IO.read is provided negative offset
Jeremy Evans
2023-03-01
[DOC] Clarify IO#autoclose impact on #close
Lars Kanis
2023-02-28
Fix spelling (#7405)
John Bampton
2023-02-26
Adjust `else` style to be consistent in each files [ci skip]
Nobuyoshi Nakada
2023-02-19
Remove (newly unneeded) remarks about aliases
BurdetteLamar
2023-02-19
[DOC] Document IO::Timeout
zverok
2023-01-01
Make IO#set_encoding with binary external encoding use nil internal encoding
Jeremy Evans
2022-12-23
Docs: path: option for IO.new
zverok
2022-12-22
[DOC] IO#read doesn't always read in binary mode
Alan Wu
2022-12-08
Introduce `IO.new(..., path:)` and promote `File#path` to `IO#path`. (#6867)
Samuel Williams
2022-12-02
io.c (read_all): grow the buffer exponentially when size is unknown
Jean Boussier
2022-12-02
Introduce encoding check macro
S-H-GAMELINKS
2022-12-02
Introduce argf_encoding function
S-H-GAMELINKS
2022-12-02
Reuse NIL_OR_UNDEF_P macro
S-H-GAMELINKS
2022-11-16
Using UNDEF_P macro
S-H-GAMELINKS
2022-11-09
[DOC] Enhanced RDoc for IO (#6669)
Burdette Lamar
2022-10-29
[DOC] Enhanced RDOc for IO (#6642)
Burdette Lamar
2022-10-15
Update `Fiber::Scheduler` documentation. (#6562)
Samuel Williams
2022-10-15
Introduce `Fiber::Scheduler#io_select` hook for non-blocking `IO.select`. (#6...
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-08
Try `nil` as default for 'default timeout'. (#6509)
Samuel Williams
2022-10-07
Add IO#timeout attribute and use it for blocking IO operations. (#5653)
Samuel Williams
2022-10-06
[DOC] Integrate io_streams.rdoc into io.c (#6491)
Burdette Lamar
2022-10-02
[DOC] RDoc changes for IO (#6458)
Burdette Lamar
2022-09-16
[ci skip] Fix typos in documentation in io.c
Peter Zhu
2022-09-11
[Win32] Negative length `IO#sysread`
Jeremy Bopp
2022-09-08
[Bug #5317] Use `rb_off_t` instead of `off_t`
Nobuyoshi Nakada
2022-08-25
Raise ArgumentError for IO.foreach with limit of 0
Jeremy Evans
2022-08-05
[DOC] Mention Windows text mode EOF marker interpretation
Alan Wu
2022-08-05
[DOC] Clarify that `IO.read` uses text mode
Alan Wu
2022-07-28
[DOC] Cross references for `ARGF`
Nobuyoshi Nakada
2022-07-27
Fix documentation for ARGF.inplace_mode{,=}
Jeremy Evans
2022-07-27
Adjust styles [ci skip]
Nobuyoshi Nakada
[next]