summaryrefslogtreecommitdiff
path: root/io.c
AgeCommit message (Expand)Author
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
2014-03-17process.c: constifynobu
2014-03-17* enumerator.c (enumerator_block_call): use PARRAY_CONST_PTR()ko1
2014-03-02* io.c (rb_io_fsync): need to fsync even if on Windows. fixed mistake ofusa
2014-03-02* io.c (rb_io_fsync): revert a part of r45254. explicit fsync should updateusa
2014-03-02* io.c (rb_io_flush_raw, rb_io_fsync): [EXPERIMENTAL] remove forceusa
2014-02-27adjust indent and stylenobu
2014-02-16io.c (rb_f_backquote): trade volatile for manual recyclenormal
2014-02-14* include/ruby/intern.h,akr
2014-02-08* io.c (SMALLBUF): Unused macro removed.akr
2014-02-01io.c (rb_io_syswrite): add RB_GC_GUARDnormal
2014-01-29io.c: check socket on other than linuxnobu
2014-01-29io.c: remove socket checknormal
2014-01-18* io.c (rb_update_max_fd): Return immediately if the given fd is smallakr
2014-01-18* io.c: Test O_CLOEXEC only once.akr
2014-01-15* io.c (io_binwrite): use writev(2) to avoid double write if available.glass
2014-01-02* io.c (io_fwrite): freeze converted str.glass