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
2017-10-21
Add documentation for `chomp` option.
hsbt
2017-10-21
Clarify the behavior of IO.write without offset in write mode.
hsbt
2017-10-21
io.c: introduce copy offload to IO.copy_stream
glass
2017-10-21
[DOC] describe methods used for src and dst argument.
akr
2017-10-18
Get rid of shadowing local variables
nobu
2017-10-10
io.c: encoding of ARGF.inplace_mode
nobu
2017-10-10
io.c: path name conversion at ARGF
nobu
2017-10-05
io.c: [DOC] about buffering [ci skip]
nobu
2017-10-02
io.c: check null char
nobu
2017-09-28
io.c: fix segfault with closing socket on Windows
shirosaki
2017-08-31
File#path: Raise IOError when a file is O_TMPFILE
sorah
2017-08-31
io.c: shrink read buffer
nobu
2017-07-14
io.c: textmode if newline decorator
nobu
2017-06-23
Revert "Allow IO#reopen to take a block"
glass
2017-06-22
Allow IO#reopen to take a block
glass
2017-05-31
Improve performance of implicit type conversion
watson1978
2017-05-10
adjust styles [ci skip]
nobu
2017-05-07
io.c (do_fcntl): update max FD for F_DUPFD_CLOEXEC, too
normal
2017-05-02
nogvl_wait_for_single_fd must wait as its name
kosaki
2017-05-01
Fix typo in documentation [ci skip]
kazu
2017-04-09
io.c: ARGF.file returns $stdin instead of STDIN [ci skip]
kazu
2017-04-03
Fix arguments order of IO#pwrite
kazu
2017-04-03
Add IO#pread and IO#pwrite methods
nobu
2017-03-22
io.c: [DOC] expand docs for IO#puts
stomar
2017-03-17
io.c: improve docs
stomar
2017-03-17
deduplicate "/", ":" and "\n" strings
normal
2017-03-15
io.c: [DOC] add missing `$`
kazu
2017-03-12
io.c: [DOC] IO#puts uses IO#write
naruse
2017-03-06
io.c: [DOC] open mode can be an integer; fix rdoc syntax
stomar
2017-03-05
docs for IO.{write,read}
stomar
2017-03-05
docs for IO#print
stomar
2017-03-03
io.c: documentation for puts
stomar
2017-02-22
eval_error.c: backstrace in reverse order
nobu
2017-02-02
io.c: remove rb_ensure usage for rb_str_tmp_frozen_* calls
normal
2017-01-30
io.c (rb_io_syswrite): avoid leaving garbage after write
normal
2017-01-30
io.c: recycle garbage on write
normal
2017-01-25
io.c: close before wait
nobu
2017-01-19
Change Kernel#warn to call Warning.warn
nobu
2016-12-27
io.c: fix race between read and close
nobu
2016-12-27
revert a part of r57199
usa
2016-12-27
io.c: use io_close to close ARGF
nobu
2016-12-27
io.c: ARGF fd leak
nobu
2016-12-26
io.c: fix race between read and close
nobu
2016-12-22
io.c: [DOC] update outdated documentation of ARGF.close
rhe
2016-12-20
io.c: update argf lineno
nobu
2016-12-20
io.c: update argf lineno
nobu
2016-11-05
chomp option
nobu
2016-10-26
[DOC] replace Fixnum with Integer [ci skip]
nobu
2016-10-21
prefer rb_syserr_fail
nobu
2016-10-13
io.c: copy_stream to duplex IO
nobu
[next]