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
2018-10-13
Prefer `rb_fstring_lit` over `rb_fstring_cstr`
nobu
2018-08-09
add 'x' mode character for O_EXCL
kazu
2018-08-09
io.c: fix non-ascii filename inplace edit
nobu
2018-06-05
io.c: fix compilation when IOV_MAX is not defined
normal
2018-05-15
thread.c: enable ppoll for FreeBSD 11.0 and later
normal
2018-05-14
io.c: cleanup copy_stream wait-for-single-fd cases
normal
2018-05-12
io.c: fix typo and phrase [ci skip]
nobu
2018-05-04
nobody is using the return value of rb_io_fptr_finalize
shyouhei
2018-05-01
use list_head_init instead of open-coding it
normal
2018-05-01
LIST_HEAD as a local variable is a C99ism.
shyouhei
2018-04-30
io.c: workaround for EPROTOTYPE
nobu
2018-04-30
io.c: reuse internal_write_func
nobu
2018-04-21
io.c: do not use rb_notify_fd_close close on recycled FD
normal
2018-03-28
io.c: IO#write without args returns 0
normal
2018-03-20
io.c: Methods of File should not invoke external commands
shugo
2018-03-18
Remove duplicated `,` [ci skip]
kazu
2018-03-17
Add doc for `opt` parameter of IO#reopen [ci skip]
k0kubun
2018-02-23
[DOC] missing docs at toplevel
nobu
2018-02-08
Fix compile error when USE_COPY_FILE_RANGE is defined but not USE_SENDFILE
nobu
2018-02-02
io.c: unused assignments
nobu
2018-02-02
io.c: hoisted out io_fd_check_closed
nobu
2018-01-31
io.c: fix comparison subject
nobu
2018-01-31
io.c: fix fptr_copy_finalizer
nobu
2018-01-31
io.c: fptr_copy_finalizer
nobu
2018-01-31
io.c: pipe_register_fptr
nobu
2018-01-31
io.c: simplified pipe_del_fptr
nobu
2018-01-24
process.c: add :exception option to Kernel.#system
k0kubun
2018-01-22
use predefined IDs
kazu
2018-01-09
internal.h: remove dependecy on ruby/encoding.h
nobu
2018-01-07
io.c: rb_stderr_to_original_p
nobu
2018-01-05
io.c: clear Strings we create for IO.copy_stream
normal
2017-12-24
[DOC] Improve example of IO#pread [ci skip]
kazu
2017-12-24
[DOC] Use File.open with block instead of File.new without close [ci skip]
kazu
2017-12-22
io.c: ignore EPERM
glass
2017-12-21
io.c: IO#pwrite uses tmp buffer to avoid parallel modification
normal
2017-12-18
io.c: opening external command
nobu
2017-12-18
io.c: open generic in binread
nobu
2017-12-18
io.c: opening external command
nobu
2017-12-18
io.c: open_key_args by rb_io_open
nobu
2017-12-15
[DOC] `IO.new` accepts `external_encoding`
kazu
2017-12-15
IO.new doesn't recive "-" as external_encoding [Bug #13655]
naruse
2017-12-03
Fix a documentation error of IO#putc.
shugo
2017-12-01
bold/underscore support in traceback before Windows10
usa
2017-11-23
io.c: read BOM only for reading
nobu
2017-11-02
io.c: improve docs for the chomp option
stomar
2017-10-29
io.c: improve docs
stomar
2017-10-29
io.c: docs for IO#write
stomar
2017-10-29
io.c: honor buffered mode
nobu
2017-10-29
io.c: convert to string at writev
nobu
2017-10-28
Add note to close_{read,write} too
kazu
[next]