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-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
2016-10-11
io.c: fix typo
nobu
2016-10-10
io.c: reduce isatty on Cygwin [ci skip]
nobu
2016-10-06
io.c: use RB_INTEGER_TYPE_P
nobu
2016-10-05
* io.c: Fixed equivalent ruby code with core implemention.
hsbt
2016-09-08
io.c: check if Integer
nobu
2016-09-08
replace fixnum by integer in documents.
akr
2016-08-30
* io.c (nogvl_fsync, nogvl_fdatasync): on Windows, just ignore if the
usa
2016-07-29
rb_funcallv
nobu
2016-07-07
* io.c (rb_io_s_read): add description of pipes to the documentation
shugo
2016-07-07
io.c: convert arguments just once
nobu
2016-05-28
* addr2line.c: drop to support ATARI ST platform. It was discontinued
hsbt
2016-05-21
Restore documentation of ARGF
nobu
2016-05-20
fix build on no-fork-spawnv platforms
nobu
2016-05-20
io.c: conditionally used functions
nobu
2016-05-15
io.c: use PRI_OFFT_PREFIX for off_t
nobu
2016-03-07
io.c: remove extra declarations
nobu
2016-03-06
io.c: fix output of Array [ci skip]
nobu
2016-02-24
parse without $.
nobu
2016-01-31
io.c: rb_io_open_generic
nobu
2016-01-31
io.c: constify
nobu
2016-01-19
io.c: suppress warning
nobu
2016-01-10
io.c: remove obsolete rb_deferr global variable
normal
2015-12-27
IO#readpartial rejects bad args
normal
[next]