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
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
2022-07-23
[DOC] IO#eof
Kaíque Kandy Koga
2022-07-21
Do not chomp trailing line separator IO#each with nil separator and chomp
Jeremy Evans
2022-07-21
Expand tabs [ci skip]
Takashi Kokubun
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-07-15
[DOC] Fix documentation for ARGF#readlines
Peter Zhu
2022-07-14
[DOC] Fix typo in documentation for IO#readlines
Peter Zhu
2022-07-07
[Bug #18892] Reset `ARGF.lineno` after reading shebang
Nobuyoshi Nakada
2022-07-06
[Bug #18898] Fallback invalid external encoding to the default
Nobuyoshi Nakada
2022-06-25
Copy `IO#wait*` methods from `io-wait` gem to `io.c`.
Samuel Williams
2022-06-20
Allow to just warn as bool expected, without an exception
Nobuyoshi Nakada
2022-06-17
Using is_ascii_string to check encoding
S-H-GAMELINKS
2022-06-13
Handle case where write result is zero.
Samuel Williams
2022-06-09
Stop ignoring 4th positional argument to IO.#{foreach,readlines}
Jeremy Evans
2022-05-28
Make `Kernel#p` completely uninterruptible.
Samuel Williams
2022-05-28
Tidy up usage of write_lock.
Samuel Williams
2022-05-28
Improve handling of zero length writes.
Samuel Williams
2022-05-28
Improve consistency of `io_binwritev_internal` implementaiton.
Samuel Williams
2022-05-28
Improve error handling in `finish_writeconv`.
Samuel Williams
2022-05-28
Better handling of `error`.
Samuel Williams
2022-05-28
Always allocate write_lock
machty
2022-05-28
Make `io_binwritev` atomic.
Samuel Williams
2022-05-28
Make `io_binwrite` atomic.
Samuel Williams
2022-05-25
Fix out of bounds read.
Samuel Williams
2022-05-20
[DOC] Add a note to clarify binary flags to `IO.new`
David Rodríguez
[next]