summaryrefslogtreecommitdiff
path: root/io.c
AgeCommit message (Expand)Author
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
2014-09-02* configure.in: Use AC_FUNC_FORK.akr
2014-08-28io.c: fix uninitialized variablenobu
2014-08-28io.c: preserve encodingsnobu
2014-08-28io.c: preserve encodingsnobu
2014-08-28io.c: preserve encodingsnobu
2014-08-28io.c: preserve encodingsnobu
2014-08-26io.c: do not swallow exceptions at end of blocknobu
2014-07-25introduce ZALLOC{,_N} to replace ALLOC{,_N}+MEMZERO usenormal
2014-07-19io.c: fix rdoc of append modenobu
2014-07-11* io.c: Improve Documentation by @dapplebeforedawn.hsbt
2014-07-09io.c: refine error messagenobu
2014-06-18constify parametersnobu
2014-06-08configure.in: disable posix_fadvisenobu
2014-06-08io.c (rb_io_advise): AIX currently does not support a 32-bit call tokanemoto
2014-06-07io.c: truncate before appendingnobu
2014-06-06io.c: not shorten buffer unless succeedednobu
2014-06-05configure.in, missing.h: jemalloc manglingnobu
2014-05-29* io.c (pipe_open): Close pipes when rb_execarg_fixup() raisesakr
2014-05-29* io.c (rb_io_s_pipe): Close pipes if io_encoding_set() raises anakr
2014-05-27* io.c (rb_io_autoclose_p): Don't raise on frozen IO.akr
2014-05-27io.c: no error on frozen IOnobu
2014-05-18io.c: update ARGF examplesnobu
2014-05-17io.c: buffer must be modifiablenobu
2014-05-06 * io.c (io_{read,write}_nonblock): use rb_get_kwargs instead oftadf