summaryrefslogtreecommitdiff
path: root/io.c
AgeCommit message (Expand)Author
2018-02-23[DOC] missing docs at toplevelnobu
2018-02-08Fix compile error when USE_COPY_FILE_RANGE is defined but not USE_SENDFILEnobu
2018-02-02io.c: unused assignmentsnobu
2018-02-02io.c: hoisted out io_fd_check_closednobu
2018-01-31io.c: fix comparison subjectnobu
2018-01-31io.c: fix fptr_copy_finalizernobu
2018-01-31io.c: fptr_copy_finalizernobu
2018-01-31io.c: pipe_register_fptrnobu
2018-01-31io.c: simplified pipe_del_fptrnobu
2018-01-24process.c: add :exception option to Kernel.#systemk0kubun
2018-01-22use predefined IDskazu
2018-01-09internal.h: remove dependecy on ruby/encoding.hnobu
2018-01-07io.c: rb_stderr_to_original_pnobu
2018-01-05io.c: clear Strings we create for IO.copy_streamnormal
2017-12-24[DOC] Improve example of IO#pread [ci skip]kazu
2017-12-24[DOC] Use File.open with block instead of File.new without close [ci skip]kazu
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