summaryrefslogtreecommitdiff
path: root/io.c
AgeCommit message (Expand)Author
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
2013-06-12* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo
2013-06-12io.c: fix 7bit coderange conditionnobu
2013-06-07* internal.h (numberof): Gathered from various files.akr
2013-06-02fill rdocsnobu
2013-05-19fix typos. Patch by k_takata.ktsj
2013-05-13* include/ruby/ruby.h: constify RBasic::klass and addko1
2013-05-13* *.c, parse.y, insns.def: use RARRAY_AREF/ASET macroko1
2013-05-08* io.c (rb_io_ext_int_to_encs): ignore internal encoding if externalnaruse
2013-04-26fix typo (r40195, r40428)kazu
2013-04-25io.c: conversion from bom encodingnobu
2013-04-24* io.c (rb_fd_fix_cloexec): use rb_update_max_fd().kosaki
2013-04-23* Typo in defining EWOULDBLOCKWaitReadable on platforms whereheadius