aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
Commit message (Expand)AuthorAgeFilesLines
* [DOC] Enhanced RDoc for IO (#5304)Burdette Lamar2021-12-191-94/+136
* [DOC] Addition to IO introduction (#5299)Burdette Lamar2021-12-191-0/+253
* Introduce io_result wrapper for passing `[-errno, size]` in VALUE.Samuel Williams2021-12-181-65/+56
* Do not use `fcopyfile` if appending to non-empty file [Bug #18388]Nobuyoshi Nakada2021-12-051-0/+7
* [win32] Transcode input from console [Bug #18353]Nobuyoshi Nakada2021-12-011-0/+12
* Don't allow `fd == -1` to propagate to system calls.Samuel Williams2021-11-111-4/+10
* size_t is not for file sizeNobuyoshi Nakada2021-11-101-2/+4
* IO::Buffer for scheduler interface.Samuel Williams2021-11-101-157/+201
* [Feature #18290] Remove all usages of rb_gc_force_recyclePeter Zhu2021-11-081-1/+1
* Fix typoNobuyoshi Nakada2021-10-261-5/+5
* process.c: Add Process._fork (#5017)Yusuke Endoh2021-10-251-1/+1
* EWOULDBLOCK is always defined since 74ba9c248890Nobuyoshi Nakada2021-10-241-7/+7
* Extract io_again_p to check if EAGAIN or EWOULDBLOCKNobuyoshi Nakada2021-10-241-6/+12
* suppress warnings by parenthesizing unclear expressionsNobuyoshi Nakada2021-10-241-4/+4
* Reuse ractor stderrNobuyoshi Nakada2021-10-071-7/+9
* Adjust styles [ci skip]Nobuyoshi Nakada2021-10-071-5/+8
* Using NIL_P macro instead of `== Qnil`S.H2021-10-031-1/+1
* [DOC] Use `unpack1` instead of `unpack(template)[0]` [ci skip]Kazuhiro NISHIYAMA2021-09-231-1/+1
* Using RB_BIGNUM_TYPE_P macroS-H-GAMELINKS2021-09-111-1/+1
* Fix Marshal.dump(closed_io) to raise TypeError and allow encoding on closed IOLars Kanis2021-08-221-4/+2
* `popen()` is not available on emscriptenNobuyoshi Nakada2021-08-161-1/+5
* Fix ARGF.read(length) short read [Bug #18074]Csaba Henk2021-08-101-2/+1
* Reduce chance to receive EBADF when closing an IO from another thread.Samuel Williams2021-08-081-19/+27
* Using RBOOL macroS.H2021-08-021-12/+7
* Define functions using rb_wait_for_single_fd [Bug #18046]Nobuyoshi Nakada2021-08-011-0/+12
* io.c: Clarify the behavior of `IO.read` when called as `File.read`Yusuke Endoh2021-07-161-17/+59
* process.c: Call rb_thread_atfork in rb_fork_rubyYusuke Endoh2021-07-151-1/+0
* [DOC] add notes and examples for pipe [ci skip]Nobuyoshi Nakada2021-06-301-7/+19
* Check if closed after each yield [Bug #17661]Nobuyoshi Nakada2021-06-271-1/+3
* Introduced RUBY_CRLF_ENVIRONMENT to simplify repeated conditionNobuyoshi Nakada2021-06-241-8/+14
* Rework `sysread` to use blocking `read_internal_locktmp`.Samuel Williams2021-06-221-12/+6
* Deprecate and rework old (fd) centric functions.Samuel Williams2021-06-221-34/+48
* Direct io for accept, send, sendmsg, recvfrom, and related methods.Samuel Williams2021-06-221-0/+36
* What's Here for Numeric and ComparableBurdette Lamar2021-06-211-2/+5
* Adjust styles [ci skip]Nobuyoshi Nakada2021-06-171-3/+6
* Removed redundant NUM2IOCTLREQ definition [Bug #17759]Nobuyoshi Nakada2021-06-161-1/+0
* Configure ioctl request argument type [Bug #17759]Nobuyoshi Nakada2021-06-161-2/+2
* Fix a typo [ci skip]Kazuhiro NISHIYAMA2021-05-161-1/+1
* Removed missing/dup2.cNobuyoshi Nakada2021-05-101-3/+1
* What's Here for class IO (#4440)Burdette Lamar2021-05-041-0/+149
* Fix documentation for IO#unget{byte,c}Jeremy Evans2021-05-041-9/+44
* [Doc] Drop signature around removed IO#codepointsKenichi Kamiya2021-04-051-2/+0
* Check errno before invoking scheduler in `rb_io_wait_readable/writable`.Samuel Williams2021-03-301-31/+35
* Remove unneeded declarationsS.H2021-03-201-1/+0
* Expose scheduler as public interface & bug fixes. (#3945)Samuel Williams2021-02-091-29/+33
* Forward keyword arguments to ARGF from global functionsNobuyoshi Nakada2021-02-081-12/+19
* io.c: popen is not available on emscriptenYusuke Endoh2021-01-231-0/+9
* [DOC] Fix grammar: "is same as" -> "is the same as"Marcus Stollsteimer2021-01-051-1/+1
* Made an internal callback function staticNobuyoshi Nakada2020-12-201-1/+1
* Use category: :deprecated in warnings that are related to deprecationJeremy Evans2020-12-181-3/+4