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
2024-06-19
[DOC] IO#close on closed IO is not an error.
Tanaka Akira
2024-06-02
IO.select accepts a numeric value as timeout.
Tanaka Akira
2024-05-25
[Bug #20510] Do not count optional hash argument for `IO.new`
Nobuyoshi Nakada
2024-04-04
Update `ARGF.write` interface
Nobuyoshi Nakada
2024-03-06
Refactor VM root modules
Jean Boussier
2024-03-06
Move FL_SINGLETON to FL_USER1
Jean Boussier
2024-03-01
Turn `rb_sys_fail_on_write` into a function
Nobuyoshi Nakada
2024-02-23
Remove unneeded RUBY_FUNC_EXPORTED
Peter Zhu
2024-02-20
[DOC] Fix links in doc (#9970)
Burdette Lamar
2024-02-15
Remove used str field in struct binwrite_arg
Peter Zhu
2024-02-15
Do not include a backtick in error messages and backtraces
Yusuke Endoh
2024-02-09
More on IO doc (#9842)
Burdette Lamar
2024-02-05
Make io_fwrite safe for compaction
Peter Zhu
2024-02-01
Don't wait in `io_binwrite_string` if not necessary. (#9792)
Samuel Williams
2024-01-24
Define `IO_WITHOUT_GVL` macro
Nobuyoshi Nakada
2024-01-18
[DOC] RDoc for ARGF (#9558)
Burdette Lamar
2024-01-12
s/SafeStringValue/StringValue/
Xavier Noria
2024-01-10
Remove unnecessary semicolons (#9469)
S.H
2024-01-10
Fix CRLF -> LF conversion on read for rb_io_fdopen & rb_file_open
KJ Tsanaktsidis
2024-01-05
Do not `poll` first
Koichi Sasada
2023-12-23
MN: skip waiting on `read_nonblock'
Koichi Sasada
2023-12-20
use `rb_thread_io_blocking_call()` more
Koichi Sasada
2023-12-18
[DOC] Add documents of constants for IO#wait event mask
Nobuyoshi Nakada
2023-12-01
[DOC] Update ARGF.readlines documentation to match/reference IO.readlines.
Ryan Davis
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
[next]