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
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
2021-09-23
[DOC] Use `unpack1` instead of `unpack(template)[0]` [ci skip]
Kazuhiro NISHIYAMA
2021-09-11
Using RB_BIGNUM_TYPE_P macro
S-H-GAMELINKS
2021-08-22
Fix Marshal.dump(closed_io) to raise TypeError and allow encoding on closed IO
Lars Kanis
2021-08-16
`popen()` is not available on emscripten
Nobuyoshi Nakada
2021-08-10
Fix ARGF.read(length) short read [Bug #18074]
Csaba Henk
2021-08-08
Reduce chance to receive EBADF when closing an IO from another thread.
Samuel Williams
2021-08-02
Using RBOOL macro
S.H
2021-08-01
Define functions using rb_wait_for_single_fd [Bug #18046]
Nobuyoshi Nakada
2021-07-16
io.c: Clarify the behavior of `IO.read` when called as `File.read`
Yusuke Endoh
2021-07-15
process.c: Call rb_thread_atfork in rb_fork_ruby
Yusuke Endoh
2021-06-30
[DOC] add notes and examples for pipe [ci skip]
Nobuyoshi Nakada
2021-06-27
Check if closed after each yield [Bug #17661]
Nobuyoshi Nakada
2021-06-24
Introduced RUBY_CRLF_ENVIRONMENT to simplify repeated condition
Nobuyoshi Nakada
2021-06-22
Rework `sysread` to use blocking `read_internal_locktmp`.
Samuel Williams
2021-06-22
Deprecate and rework old (fd) centric functions.
Samuel Williams
2021-06-22
Direct io for accept, send, sendmsg, recvfrom, and related methods.
Samuel Williams
2021-06-21
What's Here for Numeric and Comparable
Burdette Lamar
2021-06-17
Adjust styles [ci skip]
Nobuyoshi Nakada
2021-06-16
Removed redundant NUM2IOCTLREQ definition [Bug #17759]
Nobuyoshi Nakada
2021-06-16
Configure ioctl request argument type [Bug #17759]
Nobuyoshi Nakada
2021-05-16
Fix a typo [ci skip]
Kazuhiro NISHIYAMA
2021-05-10
Removed missing/dup2.c
Nobuyoshi Nakada
2021-05-04
What's Here for class IO (#4440)
Burdette Lamar
2021-05-04
Fix documentation for IO#unget{byte,c}
Jeremy Evans
2021-04-05
[Doc] Drop signature around removed IO#codepoints
Kenichi Kamiya
2021-03-30
Check errno before invoking scheduler in `rb_io_wait_readable/writable`.
Samuel Williams
2021-03-20
Remove unneeded declarations
S.H
2021-02-09
Expose scheduler as public interface & bug fixes. (#3945)
Samuel Williams
2021-02-08
Forward keyword arguments to ARGF from global functions
Nobuyoshi Nakada
2021-01-23
io.c: popen is not available on emscripten
Yusuke Endoh
2021-01-05
[DOC] Fix grammar: "is same as" -> "is the same as"
Marcus Stollsteimer
2020-12-20
Made an internal callback function static
Nobuyoshi Nakada
2020-12-18
Use category: :deprecated in warnings that are related to deprecation
Jeremy Evans
2020-12-09
Tweaked `Process::Status.wait`
Nobuyoshi Nakada
2020-12-09
Add support for non-blocking `Process.wait`.
Samuel Williams
2020-12-03
delete deprecated IO-like methods
卜部昌平
2020-11-18
fix public interface
Koichi Sasada
2020-11-07
Rename to `Fiber#set_scheduler`.
Samuel Williams
2020-10-28
Fix error in update-deps due to tab/space difference
Jeremy Evans
2020-10-21
Don't redefine #rb_intern over and over again
Stefan Stüben
2020-10-20
Some global variables can be accessed from ractors
Koichi Sasada
2020-10-11
Respect the original styles [ci skip]
Nobuyoshi Nakada
2020-09-17
Prefer to use `prep_io` for temporary IO instances.
Samuel Williams
2020-09-15
Fix handling of FMODE_PREP.
Samuel Williams
2020-09-15
Fix incorrect initialization of `rb_io_t::self`.
Samuel Williams
2020-09-14
Prefer `rb_thread_current_scheduler`.
Samuel Williams
2020-09-14
Add support for hooking `IO#read`.
Samuel Williams
2020-09-14
Standardised scheduler interface.
Samuel Williams
2020-09-14
Simplify bitmasks for IO events.
Samuel Williams
2020-09-12
Check copy_file_range(2) is actually supported.
Masaki Matsushita
[next]