summaryrefslogtreecommitdiff
path: root/io.c
AgeCommit message (Expand)Author
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
2013-12-31* io.c (io_fwrite): allocate frozen str only when str is not converted.glass
2013-11-29ruby/ruby.h: RB_BLOCK_CALL_FUNC_ARGLISTnobu
2013-11-29ruby/ruby.h: add blockarg to rb_block_call_funcnobu
2013-11-28win32.c: rb_w32_dup2nobu
2013-11-09* io.c: [DOC] ARGF.gets may return nil [Bug #9029] patch by znzzzak
2013-11-08* io.c (rb_io_open_with_args): use RARRAY_CONST_PTR().glass
2013-10-29* add RUBY_TYPED_FREE_IMMEDIATELY to data types which only useko1
2013-10-20io.c: make IO#reopen("pathname") atomicnobu
2013-10-08io.c: use rb_funcallvnobu
2013-10-06io.c: use local variables instead of struct membersnobu
2013-10-06io.c: suppress false uninitialized-variable warningnobu
2013-10-02io.c: wait child process after close_readnobu
2013-10-02io.c: get rid of race conditionnobu
2013-10-02io.c: keep fptr read-closednobu
2013-09-23[DOC]akr
2013-09-22[DOC]akr
2013-09-21[DOC]akr
2013-09-21io.c: [DOC]nobu
2013-09-21io.c: [DOC]nobu
2013-09-21[DOC]akr
2013-09-10* io.c (rb_f_printf): [DOC] add missing parenthesis in rdoc.kazu
2013-08-27io.c: copy in binary modenobu
2013-08-27io.c: common oflagsnobu
2013-08-26* io.c (io_read_nonblock): support non-blocking reads without raisingtenderlove
2013-08-15* io.c, internal.h (rb_io_flush_raw): new function to select callingusa
2013-08-15* io.c (rb_io_rewind): remove fsync() for Windows to improve theusa
2013-07-28* io.c (io_getpartial): use rb_str_locktmp_ensure().glass
2013-07-28* string.c: add internal API rb_str_locktmp_ensure().glass
2013-07-28* io.c (interpret_seek_whence): support SEEK_DATA and SEEK_HOLE.glass
2013-07-16* io.c (appendline): cosmetic changeglass
2013-07-09* io.c (appendline): use READ_CHAR_PENDING_XXX macros andglass
2013-07-02io.c: use built-in encoding indexesnobu
2013-06-30win32: UTF-8 spawnnobu
2013-06-24* compile.c (make_name_for_block): use PRIsVALUE in format stringcharliesome