aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
Commit message (Expand)AuthorAgeFilesLines
* io.c: improve docs for the chomp optionstomar2017-11-021-6/+12
* io.c: improve docsstomar2017-10-291-7/+7
* io.c: docs for IO#writestomar2017-10-291-2/+2
* io.c: honor buffered modenobu2017-10-291-5/+9
* io.c: convert to string at writevnobu2017-10-291-1/+1
* Add note to close_{read,write} tookazu2017-10-281-0/+4
* io.c: fix IO.copy_stream on O_APPEND destination on Linuxnormal2017-10-271-0/+10
* common conversion functionsnobu2017-10-261-1/+1
* io.c: let rb_p use writevnobu2017-10-251-5/+5
* io.c: warn old writenobu2017-10-251-0/+7
* io.c: write a newline togethernobu2017-10-251-4/+16
* Update call-seq of ARGF.read_nonblockkazu2017-10-241-2/+2
* Drop to support NaCl platform.hsbt2017-10-231-15/+0
* io.c: fix infinite retrynobu2017-10-231-13/+13
* io.c: fix buffered outputnobu2017-10-231-2/+2
* io.c: fix totalnobu2017-10-231-1/+1
* io.c: no restrictionnobu2017-10-231-46/+9
* Fix indent and comment [ci skip]kazu2017-10-221-3/+3
* io.c: fix local variablesnobu2017-10-221-1/+2
* Make IO#write accept multiple argumentsglass2017-10-221-8/+225
* Add documentation for `chomp` option.hsbt2017-10-211-30/+47
* Clarify the behavior of IO.write without offset in write mode.hsbt2017-10-211-2/+2
* io.c: introduce copy offload to IO.copy_streamglass2017-10-211-0/+113
* [DOC] describe methods used for src and dst argument.akr2017-10-211-1/+6
* Get rid of shadowing local variablesnobu2017-10-181-1/+1
* io.c: encoding of ARGF.inplace_modenobu2017-10-101-30/+19
* io.c: path name conversion at ARGFnobu2017-10-101-2/+4
* io.c: [DOC] about buffering [ci skip]nobu2017-10-051-0/+5
* io.c: check null charnobu2017-10-021-2/+2
* io.c: fix segfault with closing socket on Windowsshirosaki2017-09-281-4/+11
* File#path: Raise IOError when a file is O_TMPFILEsorah2017-08-311-2/+10
* io.c: shrink read buffernobu2017-08-311-19/+39
* io.c: textmode if newline decoratornobu2017-07-141-1/+4
* Revert "Allow IO#reopen to take a block"glass2017-06-231-4/+0
* Allow IO#reopen to take a blockglass2017-06-221-0/+4
* Improve performance of implicit type conversionwatson19782017-05-311-3/+3
* adjust styles [ci skip]nobu2017-05-101-2/+2
* io.c (do_fcntl): update max FD for F_DUPFD_CLOEXEC, toonormal2017-05-071-3/+9
* nogvl_wait_for_single_fd must wait as its namekosaki2017-05-021-1/+1
* Fix typo in documentation [ci skip]kazu2017-05-011-1/+1
* io.c: ARGF.file returns $stdin instead of STDIN [ci skip]kazu2017-04-091-1/+1
* Fix arguments order of IO#pwritekazu2017-04-031-1/+1
* Add IO#pread and IO#pwrite methodsnobu2017-04-031-0/+145
* io.c: [DOC] expand docs for IO#putsstomar2017-03-221-4/+9
* io.c: improve docsstomar2017-03-171-146/+161
* deduplicate "/", ":" and "\n" stringsnormal2017-03-171-2/+2
* io.c: [DOC] add missing `$`kazu2017-03-151-1/+1
* io.c: [DOC] IO#puts uses IO#writenaruse2017-03-121-1/+2
* io.c: [DOC] open mode can be an integer; fix rdoc syntaxstomar2017-03-061-4/+4
* docs for IO.{write,read}stomar2017-03-051-32/+35