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-27
io.c: fix IO.copy_stream on O_APPEND destination on Linux
normal
2017-10-26
common conversion functions
nobu
2017-10-25
io.c: let rb_p use writev
nobu
2017-10-25
io.c: warn old write
nobu
2017-10-25
io.c: write a newline together
nobu
2017-10-24
Update call-seq of ARGF.read_nonblock
kazu
2017-10-23
Drop to support NaCl platform.
hsbt
2017-10-23
io.c: fix infinite retry
nobu
2017-10-23
io.c: fix buffered output
nobu
2017-10-23
io.c: fix total
nobu
2017-10-23
io.c: no restriction
nobu
2017-10-22
Fix indent and comment [ci skip]
kazu
2017-10-22
io.c: fix local variables
nobu
2017-10-22
Make IO#write accept multiple arguments
glass
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
[next]