aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
Commit message (Expand)AuthorAgeFilesLines
* io.c: use PRI_OFFT_PREFIX for off_tnobu2016-05-151-9/+2
* io.c: remove extra declarationsnobu2016-03-071-1/+0
* io.c: fix output of Array [ci skip]nobu2016-03-061-1/+1
* parse without $.nobu2016-02-241-14/+29
* io.c: rb_io_open_genericnobu2016-01-311-4/+21
* io.c: constifynobu2016-01-311-3/+6
* io.c: suppress warningnobu2016-01-191-3/+4
* io.c: remove obsolete rb_deferr global variablenormal2016-01-101-2/+1
* IO#readpartial rejects bad argsnormal2015-12-271-1/+1
* rb_readwrite_syserr_failnobu2015-12-231-8/+12
* prefer rb_syserr_failnobu2015-12-231-23/+26
* * enum.c: fix a typo in documentation.hsbt2015-12-141-2/+2
* * compile.c: fix typos.hsbt2015-12-141-1/+1
* io.c: encoding in warningsnobu2015-12-131-12/+15
* io.c: BOM with non-UTFnobu2015-12-131-25/+22
* io.c: fix stack smashingnobu2015-12-131-3/+5
* IO#advise should not raise Errno::ENOSYSnormal2015-12-111-1/+1
* dir.c, io.c: use rb_id_encodingnobu2015-12-091-1/+1
* * *.c (*_memsize): do not check ptr.ko12015-12-091-1/+0
* io.c: try to_io firstnobu2015-11-251-36/+39
* * io.c (argf_getpartial): should not resize str if the secondshugo2015-11-251-1/+3
* Drop support for BeOSnobu2015-11-241-8/+2
* use rb_gc_for_fd for more callersnormal2015-11-231-1/+1
* io.c (rb_gc_for_fd): wrapper for retrying FD creationnormal2015-11-231-11/+18
* Haiku now best effort supportnobu2015-11-231-2/+2
* io.c: avoid kwarg parsing in C APInormal2015-11-121-130/+46
* io.c: [DOC] IO#gets [skip ci]nobu2015-11-081-0/+2
* io.c: [DOC] IO#gets [skip ci]nobu2015-11-081-2/+2
* io.c: [DOC] IO#gets [skip ci]nobu2015-11-081-0/+10
* io.c: fix typo [ci skip]nobu2015-10-251-1/+1
* io.c: check ARGV element typenobu2015-10-221-11/+13
* fix compile errorkosaki2015-10-181-1/+1
* * ChangeLog: Good-bye OS/2.kosaki2015-10-181-3/+2
* re-commit r52152kosaki2015-10-181-1/+6
* Revert r52154kosaki2015-10-181-6/+1
* * io.c (fptr_finalize): don't release gvl if fptr is not writable.kosaki2015-10-171-1/+6
* ruby.c: conflicting O_NONBLOCKnobu2015-10-171-1/+1
* encindex.h: ENCINDEXnobu2015-09-151-0/+1
* io.c: sys/wait.hnobu2015-09-091-0/+4
* io.c: no wait when killednobu2015-09-081-7/+29
* io.c: initialize variablenobu2015-08-191-0/+1
* io.c: raise at incomplete charnobu2015-08-171-3/+6
* io.c: read more datanobu2015-08-151-0/+17
* * io.c (rb_io_extract_modeenc): add option parameter `flags'naruse2015-07-291-12/+24
* io.c: IO.copy_stream uses poll on Linuxnormal2015-07-201-1/+49
* io.c (argf_read_nonblock): support `exception: false'normal2015-07-171-12/+27
* * ext/socket/basicsocket.c: [DOC] typo (Errno::AGAIN -> Errno::EAGAIN)sorah2015-07-121-2/+2
* delay `exception: false' checks for minor speedupnormal2015-07-021-34/+21
* io.c: remove unnecessary sharednobu2015-06-301-1/+1
* ensure paths NUL-terminatednobu2015-06-301-0/+1