aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
Commit message (Expand)AuthorAgeFilesLines
* process.c: constifynobu2014-03-171-3/+1
* * enumerator.c (enumerator_block_call): use PARRAY_CONST_PTR()ko12014-03-171-1/+1
* * io.c (rb_io_fsync): need to fsync even if on Windows. fixed mistake ofusa2014-03-021-2/+0
* * io.c (rb_io_fsync): revert a part of r45254. explicit fsync should updateusa2014-03-021-0/+4
* * io.c (rb_io_flush_raw, rb_io_fsync): [EXPERIMENTAL] remove forceusa2014-03-021-9/+0
* adjust indent and stylenobu2014-02-271-6/+10
* io.c (rb_f_backquote): trade volatile for manual recyclenormal2014-02-161-1/+3
* * include/ruby/intern.h,akr2014-02-141-24/+0
* * io.c (SMALLBUF): Unused macro removed.akr2014-02-081-2/+0
* io.c (rb_io_syswrite): add RB_GC_GUARDnormal2014-02-011-0/+1
* io.c: check socket on other than linuxnobu2014-01-291-0/+4
* io.c: remove socket checknormal2014-01-291-2/+0
* * io.c (rb_update_max_fd): Return immediately if the given fd is smallakr2014-01-181-0/+3
* * io.c: Test O_CLOEXEC only once.akr2014-01-181-1/+26
* * io.c (io_binwrite): use writev(2) to avoid double write if available.glass2014-01-151-30/+102
* * io.c (io_fwrite): freeze converted str.glass2014-01-021-1/+5
* * io.c (io_fwrite): allocate frozen str only when str is not converted.glass2013-12-311-4/+6
* ruby/ruby.h: RB_BLOCK_CALL_FUNC_ARGLISTnobu2013-11-291-1/+1
* ruby/ruby.h: add blockarg to rb_block_call_funcnobu2013-11-291-1/+1
* win32.c: rb_w32_dup2nobu2013-11-281-4/+0
* * io.c: [DOC] ARGF.gets may return nil [Bug #9029] patch by znzzzak2013-11-091-4/+4
* * io.c (rb_io_open_with_args): use RARRAY_CONST_PTR().glass2013-11-081-4/+4
* * add RUBY_TYPED_FREE_IMMEDIATELY to data types which only useko12013-10-291-0/+1
* io.c: make IO#reopen("pathname") atomicnobu2013-10-201-4/+8
* io.c: use rb_funcallvnobu2013-10-081-1/+1
* io.c: use local variables instead of struct membersnobu2013-10-061-20/+17
* io.c: suppress false uninitialized-variable warningnobu2013-10-061-11/+16
* io.c: wait child process after close_readnobu2013-10-021-0/+2
* io.c: get rid of race conditionnobu2013-10-021-1/+1
* io.c: keep fptr read-closednobu2013-10-021-3/+6
* [DOC]akr2013-09-231-8/+11
* [DOC]akr2013-09-221-1/+21
* [DOC]akr2013-09-211-0/+6
* io.c: [DOC]nobu2013-09-211-22/+23
* io.c: [DOC]nobu2013-09-211-1/+1
* [DOC]akr2013-09-211-0/+64
* * io.c (rb_f_printf): [DOC] add missing parenthesis in rdoc.kazu2013-09-101-2/+2
* io.c: copy in binary modenobu2013-08-271-2/+2
* io.c: common oflagsnobu2013-08-271-8/+7
* * io.c (io_read_nonblock): support non-blocking reads without raisingtenderlove2013-08-261-32/+74
* * io.c, internal.h (rb_io_flush_raw): new function to select callingusa2013-08-151-18/+24
* * io.c (rb_io_rewind): remove fsync() for Windows to improve theusa2013-08-151-5/+0
* * io.c (io_getpartial): use rb_str_locktmp_ensure().glass2013-07-281-5/+26
* * string.c: add internal API rb_str_locktmp_ensure().glass2013-07-281-3/+20
* * io.c (interpret_seek_whence): support SEEK_DATA and SEEK_HOLE.glass2013-07-281-0/+28
* * io.c (appendline): cosmetic changeglass2013-07-161-2/+2
* * io.c (appendline): use READ_CHAR_PENDING_XXX macros andglass2013-07-091-20/+14
* io.c: use built-in encoding indexesnobu2013-07-021-4/+4
* win32: UTF-8 spawnnobu2013-06-301-2/+2
* * compile.c (make_name_for_block): use PRIsVALUE in format stringcharliesome2013-06-241-3/+3