summaryrefslogtreecommitdiff
path: root/io.c
AgeCommit message (Expand)Author
2017-12-22io.c: ignore EPERMglass
2017-12-21io.c: IO#pwrite uses tmp buffer to avoid parallel modificationnormal
2017-12-18io.c: opening external commandnobu
2017-12-18io.c: open generic in binreadnobu
2017-12-18io.c: opening external commandnobu
2017-12-18io.c: open_key_args by rb_io_opennobu
2017-12-15[DOC] `IO.new` accepts `external_encoding`kazu
2017-12-15IO.new doesn't recive "-" as external_encoding [Bug #13655]naruse
2017-12-03Fix a documentation error of IO#putc.shugo
2017-12-01bold/underscore support in traceback before Windows10usa
2017-11-23io.c: read BOM only for readingnobu
2017-11-02io.c: improve docs for the chomp optionstomar
2017-10-29io.c: improve docsstomar
2017-10-29io.c: docs for IO#writestomar
2017-10-29io.c: honor buffered modenobu
2017-10-29io.c: convert to string at writevnobu
2017-10-28Add note to close_{read,write} tookazu
2017-10-27io.c: fix IO.copy_stream on O_APPEND destination on Linuxnormal
2017-10-26common conversion functionsnobu
2017-10-25io.c: let rb_p use writevnobu
2017-10-25io.c: warn old writenobu
2017-10-25io.c: write a newline togethernobu
2017-10-24Update call-seq of ARGF.read_nonblockkazu
2017-10-23Drop to support NaCl platform.hsbt
2017-10-23io.c: fix infinite retrynobu
2017-10-23io.c: fix buffered outputnobu
2017-10-23io.c: fix totalnobu
2017-10-23io.c: no restrictionnobu
2017-10-22Fix indent and comment [ci skip]kazu
2017-10-22io.c: fix local variablesnobu
2017-10-22Make IO#write accept multiple argumentsglass
2017-10-21Add documentation for `chomp` option.hsbt
2017-10-21Clarify the behavior of IO.write without offset in write mode.hsbt
2017-10-21io.c: introduce copy offload to IO.copy_streamglass
2017-10-21[DOC] describe methods used for src and dst argument.akr
2017-10-18Get rid of shadowing local variablesnobu
2017-10-10io.c: encoding of ARGF.inplace_modenobu
2017-10-10io.c: path name conversion at ARGFnobu
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