summaryrefslogtreecommitdiff
path: root/io.c
AgeCommit message (Expand)Author
2017-10-05io.c: [DOC] about buffering [ci skip]nobu
2017-10-02io.c: check null charnobu
2017-09-28io.c: fix segfault with closing socket on Windowsshirosaki
2017-08-31File#path: Raise IOError when a file is O_TMPFILEsorah
2017-08-31io.c: shrink read buffernobu
2017-07-14io.c: textmode if newline decoratornobu
2017-06-23Revert "Allow IO#reopen to take a block"glass
2017-06-22Allow IO#reopen to take a blockglass
2017-05-31Improve performance of implicit type conversionwatson1978
2017-05-10adjust styles [ci skip]nobu
2017-05-07io.c (do_fcntl): update max FD for F_DUPFD_CLOEXEC, toonormal
2017-05-02nogvl_wait_for_single_fd must wait as its namekosaki
2017-05-01Fix typo in documentation [ci skip]kazu
2017-04-09io.c: ARGF.file returns $stdin instead of STDIN [ci skip]kazu
2017-04-03Fix arguments order of IO#pwritekazu
2017-04-03Add IO#pread and IO#pwrite methodsnobu
2017-03-22io.c: [DOC] expand docs for IO#putsstomar
2017-03-17io.c: improve docsstomar
2017-03-17deduplicate "/", ":" and "\n" stringsnormal
2017-03-15io.c: [DOC] add missing `$`kazu
2017-03-12io.c: [DOC] IO#puts uses IO#writenaruse
2017-03-06io.c: [DOC] open mode can be an integer; fix rdoc syntaxstomar
2017-03-05docs for IO.{write,read}stomar
2017-03-05docs for IO#printstomar
2017-03-03io.c: documentation for putsstomar
2017-02-22eval_error.c: backstrace in reverse ordernobu
2017-02-02io.c: remove rb_ensure usage for rb_str_tmp_frozen_* callsnormal
2017-01-30io.c (rb_io_syswrite): avoid leaving garbage after writenormal
2017-01-30io.c: recycle garbage on writenormal
2017-01-25io.c: close before waitnobu
2017-01-19Change Kernel#warn to call Warning.warnnobu
2016-12-27io.c: fix race between read and closenobu
2016-12-27revert a part of r57199usa
2016-12-27io.c: use io_close to close ARGFnobu
2016-12-27io.c: ARGF fd leaknobu
2016-12-26io.c: fix race between read and closenobu
2016-12-22io.c: [DOC] update outdated documentation of ARGF.closerhe
2016-12-20io.c: update argf linenonobu
2016-12-20io.c: update argf linenonobu
2016-11-05chomp optionnobu
2016-10-26[DOC] replace Fixnum with Integer [ci skip]nobu
2016-10-21prefer rb_syserr_failnobu
2016-10-13io.c: copy_stream to duplex IOnobu
2016-10-11io.c: fix typonobu
2016-10-10io.c: reduce isatty on Cygwin [ci skip]nobu
2016-10-06io.c: use RB_INTEGER_TYPE_Pnobu
2016-10-05* io.c: Fixed equivalent ruby code with core implemention.hsbt
2016-09-08io.c: check if Integernobu
2016-09-08replace fixnum by integer in documents.akr
2016-08-30* io.c (nogvl_fsync, nogvl_fdatasync): on Windows, just ignore if theusa