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-11-09
IO#read always check the provided buffer is mutable
Jean Boussier
2023-10-21
Raise TypeError for bad IO::Buffer.map argument (#8728)
Charles Oliver Nutter
2023-10-04
[DOC] Fix typo in docs of IO: `#.` -> `$.`
Herwin
2023-09-28
Move IO#readline to Ruby
Aaron Patterson
2023-09-25
Invoke the command when RUBY_BUGREPORT_PATH starts with `|`
Nobuyoshi Nakada
2023-09-21
[Bug #19624] Clean up backquote IO
Nobuyoshi Nakada
2023-09-17
[DOC] Mention "-" in ARGF
Nobuyoshi Nakada
2023-09-10
[DOC] Fix a typo in "Open Options" section of IO
Herwin
2023-09-03
[DOC] Fix layout in documentation of IO#fcntl
Herwin
2023-08-30
Document that Kernel#p is for debugging and may be uninterruptible [ci skip]
Jeremy Evans
2023-08-26
Introduce `at_char_boundary` function
Nobuyoshi Nakada
2023-08-16
Extract GC for fd parts as `TRY_WITH_GC `
Nobuyoshi Nakada
2023-08-16
Extract platform dependent part as `fdopen_internal`
Nobuyoshi Nakada
2023-08-12
[DOC] Don't suppress autolinks
BurdetteLamar
2023-08-10
Deprecate Kernel#open and IO support for subprocess creation/forking
Mike Dalessio
2023-07-10
Use `File::NULL` instead of hard coded null device names
Nobuyoshi Nakada
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
[next]