aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
Commit message (Expand)AuthorAgeFilesLines
* * *.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
* io.c: reopen OS encoding pathnobu2015-06-301-3/+18
* io.c: reopen stdio streams correctly when given "w+"normal2015-06-291-0/+3
* * include/ruby/ruby.h: $SAFE=2 is now obsolete.hsbt2015-06-181-5/+0
* * io.c (rb_io_s_binread): close fd if seek offset is invalid.eregon2015-06-131-1/+10
* io.c: simplify rb_io_modestr_fmodenobu2015-06-131-7/+3
* io.c: reduce size of :wait_*able code pathsnormal2015-06-041-2/+5
* io.c: refine messagenobu2015-05-251-1/+2
* Fixes for grammar and style [ci skip]nobu2015-05-211-15/+15
* * internal.h (rb_execarg_parent_end): Declared.akr2015-04-091-1/+5
* * internal.h (rb_execarg_parent_start): Renamed from rb_execarg_fixup.akr2015-04-091-2/+2
* io.c: use read/write methods if possiblenobu2015-03-301-39/+44
* console.c: winsize on Windowsnobu2015-03-211-1/+1
* io.c: don't raise after closenobu2015-03-131-8/+8
* io.c: rb_io_get_fptrnobu2015-03-131-9/+13
* io.c: duplicate codenobu2015-03-091-1/+0
* io.c: wipe away ioctl buffernobu2015-02-271-0/+1
* io.c: discard buffer alwaysnobu2015-02-271-1/+1
* io.c: redulce RSTRING_PTR and RSTRING_LENnobu2015-02-261-10/+21