summaryrefslogtreecommitdiff
path: root/io.c
AgeCommit message (Expand)Author
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
2014-12-29io.c: workaround for YARD docnobu
2014-12-11io.c: Fix spelling [ci skip]nobu
2014-12-07io.c: Typo close -> closes.hone
2014-12-05io.c: fix rdoc [ci skip]nobu
2014-12-01use 0 for reservednobu
2014-11-28* eval_error.c (error_print): respect the encoding of the message.usa
2014-11-23io.c: preserve encodingsnobu
2014-11-22io.c: remove redundant assignmentnobu
2014-11-18* internal.h: Gather declarations in non-header files.akr
2014-11-18* include/ruby/io.h (FMODE_WSPLIT): Removed. The write() system callakr
2014-11-16id.def: move IDs for exceptionnobu
2014-11-15* internal.h: Include ruby.h and ruby/encoding.h to beakr
2014-11-10* win32/win32.c, include/win32/win32.h (rb_w32_set_nonblock): newusa
2014-10-25* io.c (io_binwrite_string): Test writev() failure.akr
2014-10-20io.c: enclose statements by ifdefnobu
2014-10-11Fixes build failures on Portable Native Client.yugui
2014-10-11* io.c: fix issues in the last two commits. don't disable cloexec foryugui
2014-10-11Allow failure of sighandler installation on NativeClient.yugui
2014-10-11Merges a patch form naclports.yugui
2014-10-10io.c: fix typonobu
2014-10-10io.c: move RFile initializationnobu
2014-10-05io.c: ID instead of Symbolnobu
2014-10-01io.c (fptr_finalize): free memory before GC sweepnormal
2014-09-25io.c: common function to free IO buffersnormal
2014-09-15trivial packing for on-stack structsnormal