summaryrefslogtreecommitdiff
path: root/io.c
AgeCommit message (Expand)Author
2018-08-09add 'x' mode character for O_EXCLkazu
2018-08-09io.c: fix non-ascii filename inplace editnobu
2018-06-05io.c: fix compilation when IOV_MAX is not definednormal
2018-05-15thread.c: enable ppoll for FreeBSD 11.0 and laternormal
2018-05-14io.c: cleanup copy_stream wait-for-single-fd casesnormal
2018-05-12io.c: fix typo and phrase [ci skip]nobu
2018-05-04nobody is using the return value of rb_io_fptr_finalizeshyouhei
2018-05-01use list_head_init instead of open-coding itnormal
2018-05-01LIST_HEAD as a local variable is a C99ism.shyouhei
2018-04-30io.c: workaround for EPROTOTYPEnobu
2018-04-30io.c: reuse internal_write_funcnobu
2018-04-21io.c: do not use rb_notify_fd_close close on recycled FDnormal
2018-03-28io.c: IO#write without args returns 0normal
2018-03-20io.c: Methods of File should not invoke external commandsshugo
2018-03-18Remove duplicated `,` [ci skip]kazu
2018-03-17Add doc for `opt` parameter of IO#reopen [ci skip]k0kubun
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