aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* docs for IO#printstomar2017-03-051-10/+12
* io.c: documentation for putsstomar2017-03-031-4/+5
* eval_error.c: backstrace in reverse ordernobu2017-02-221-0/+8
* io.c: remove rb_ensure usage for rb_str_tmp_frozen_* callsnormal2017-02-021-73/+20
* io.c (rb_io_syswrite): avoid leaving garbage after writenormal2017-01-301-9/+36
* io.c: recycle garbage on writenormal2017-01-301-4/+36
* io.c: close before waitnobu2017-01-251-3/+15
* Change Kernel#warn to call Warning.warnnobu2017-01-191-3/+3
* io.c: fix race between read and closenobu2016-12-271-0/+1
* revert a part of r57199usa2016-12-271-1/+0
* io.c: use io_close to close ARGFnobu2016-12-271-1/+1
* io.c: ARGF fd leaknobu2016-12-271-0/+1
* io.c: fix race between read and closenobu2016-12-261-1/+2
* io.c: [DOC] update outdated documentation of ARGF.closerhe2016-12-221-4/+3
* io.c: update argf linenonobu2016-12-201-1/+9
* io.c: update argf linenonobu2016-12-201-1/+23
* chomp optionnobu2016-11-051-40/+74
* [DOC] replace Fixnum with Integer [ci skip]nobu2016-10-261-6/+6
* prefer rb_syserr_failnobu2016-10-211-7/+9
* io.c: copy_stream to duplex IOnobu2016-10-131-1/+1
* io.c: fix typonobu2016-10-111-1/+1
* io.c: reduce isatty on Cygwin [ci skip]nobu2016-10-101-7/+8
* io.c: use RB_INTEGER_TYPE_Pnobu2016-10-061-7/+3
* * io.c: Fixed equivalent ruby code with core implemention.hsbt2016-10-051-0/+1
* io.c: check if Integernobu2016-09-081-1/+1
* replace fixnum by integer in documents.akr2016-09-081-13/+13
* * io.c (nogvl_fsync, nogvl_fdatasync): on Windows, just ignore if theusa2016-08-301-0/+8
* rb_funcallvnobu2016-07-291-7/+7
* * io.c (rb_io_s_read): add description of pipes to the documentationshugo2016-07-071-0/+3
* io.c: convert arguments just oncenobu2016-07-071-11/+50
* * addr2line.c: drop to support ATARI ST platform. It was discontinuedhsbt2016-05-281-31/+1
* Restore documentation of ARGFnobu2016-05-211-1/+1
* fix build on no-fork-spawnv platformsnobu2016-05-201-8/+3