summaryrefslogtreecommitdiff
path: root/io.c
AgeCommit message (Expand)Author
2015-11-25io.c: try to_io firstnobu
2015-11-25* io.c (argf_getpartial): should not resize str if the secondshugo
2015-11-24Drop support for BeOSnobu
2015-11-23use rb_gc_for_fd for more callersnormal
2015-11-23io.c (rb_gc_for_fd): wrapper for retrying FD creationnormal
2015-11-23Haiku now best effort supportnobu
2015-11-12io.c: avoid kwarg parsing in C APInormal
2015-11-08io.c: [DOC] IO#gets [skip ci]nobu
2015-11-08io.c: [DOC] IO#gets [skip ci]nobu
2015-11-08io.c: [DOC] IO#gets [skip ci]nobu
2015-10-25io.c: fix typo [ci skip]nobu
2015-10-22io.c: check ARGV element typenobu
2015-10-18fix compile errorkosaki
2015-10-18* ChangeLog: Good-bye OS/2.kosaki
2015-10-18re-commit r52152kosaki
2015-10-18Revert r52154kosaki
2015-10-17* io.c (fptr_finalize): don't release gvl if fptr is not writable.kosaki
2015-10-17ruby.c: conflicting O_NONBLOCKnobu
2015-09-15encindex.h: ENCINDEXnobu
2015-09-09io.c: sys/wait.hnobu
2015-09-08io.c: no wait when killednobu
2015-08-19io.c: initialize variablenobu
2015-08-17io.c: raise at incomplete charnobu
2015-08-15io.c: read more datanobu
2015-07-29* io.c (rb_io_extract_modeenc): add option parameter `flags'naruse
2015-07-20io.c: IO.copy_stream uses poll on Linuxnormal
2015-07-17io.c (argf_read_nonblock): support `exception: false'normal
2015-07-12* ext/socket/basicsocket.c: [DOC] typo (Errno::AGAIN -> Errno::EAGAIN)sorah
2015-07-02delay `exception: false' checks for minor speedupnormal
2015-06-30io.c: remove unnecessary sharednobu
2015-06-30ensure paths NUL-terminatednobu
2015-06-30io.c: reopen OS encoding pathnobu
2015-06-29io.c: reopen stdio streams correctly when given "w+"normal
2015-06-18* include/ruby/ruby.h: $SAFE=2 is now obsolete.hsbt
2015-06-13* io.c (rb_io_s_binread): close fd if seek offset is invalid.eregon
2015-06-13io.c: simplify rb_io_modestr_fmodenobu
2015-06-04io.c: reduce size of :wait_*able code pathsnormal
2015-05-25io.c: refine messagenobu
2015-05-21Fixes for grammar and style [ci skip]nobu
2015-04-09* internal.h (rb_execarg_parent_end): Declared.akr
2015-04-09* internal.h (rb_execarg_parent_start): Renamed from rb_execarg_fixup.akr
2015-03-30io.c: use read/write methods if possiblenobu
2015-03-21console.c: winsize on Windowsnobu
2015-03-13io.c: don't raise after closenobu
2015-03-13io.c: rb_io_get_fptrnobu
2015-03-09io.c: duplicate codenobu
2015-02-27io.c: wipe away ioctl buffernobu
2015-02-27io.c: discard buffer alwaysnobu
2015-02-26io.c: redulce RSTRING_PTR and RSTRING_LENnobu
2015-01-15* io.c (rb_io_close_m): Don't raise when the IO object is closed.akr