aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
Commit message (Expand)AuthorAgeFilesLines
* * io.c (argf_eof): should not have reached EOF before trying tonobu2009-07-251-1/+1
* * io.c (rb_f_open): add rdoc about specifying ext_enc as *-bom.naruse2009-07-201-0/+3
* * io.c (io_read): should taint the result. [ruby-dev:38826]nobu2009-07-191-0/+1
* * suppressed shorten-64-to-32 warnings.nobu2009-07-181-19/+19
* * io.c (io_reopen): discards read buffer. [ruby-core:24240]nobu2009-07-161-0/+3
* * io.c (argf_free): free data body.ko12009-07-151-1/+2
* * io.c (rb_io_initialize): check if the descriptor can be accessednobu2009-07-141-5/+17
* * io.c (pipe_open): handles leaked on win32 when an error occurs.usa2009-07-131-3/+13
* rdoc update.akr2009-07-121-0/+1
* io.c (io_strip_bom): ungetbyte third byte when UTF-16LE.naruse2009-07-101-0/+1
* Fix condition of second byte of UTF-16LE/UTF-32LE.naruse2009-07-101-1/+1
* cosmetic changesnaruse2009-07-101-5/+8
* Set encoding and strip bom when modeenc string is "r:foo-bom" [ruby-dev:37236]naruse2009-07-091-2/+112
* * io.c (rb_io_ext_int_to_encs): Set external encoding ifnaruse2009-07-071-1/+1
* * io.c (argf_rewind): need to rewind $. and ARGF.lineno.matz2009-06-261-19/+18
* * io.c (argf_binmode_m): should call rb_io_ascii8bit_binmode() tomatz2009-06-251-2/+3
* * io.c (rb_io_each_codepoint): uninitialized local variable enc.matz2009-06-241-1/+2
* update rdoc.akr2009-06-221-4/+7
* * io.c: remove __CHECKER__ test.akr2009-06-221-1/+1
* * ext/stringio/stringio.c (strio_each_codepoint): new method.matz2009-06-221-1/+101
* * io.c (rb_io_fdatasync): new method IO#fdatasync.nobu2009-06-221-0/+29
* rdoc update.akr2009-06-201-1/+1
* rdoc update.akr2009-06-201-1/+1
* * array.c (rb_ary_memsize): added.ko12009-06-161-0/+14
* * io.c (fptr_finalize): revert last change. [ruby-dev:38648]matz2009-06-161-3/+3
* * io.c (fptr_finalize): should close stdin/stdout/stderr whenmatz2009-06-161-2/+2
* * io.c (argf_each_line): should return self. [ruby-core:23852]matz2009-06-151-4/+3
* * io.c (Init_IO): add constant File::NOATIME. [ruby-core:23194]kazu2009-05-111-0/+3
* * io.c (pipe_open): should be rb_pid_t.nobu2009-05-071-1/+1
* * io.c: fixed types.nobu2009-04-261-61/+85
* * io.c (io_reopen): keeps pathv for prep_stdio. [ruby-dev:38131]nobu2009-04-261-2/+2
* * node.h (rb_notimplement_body_p): declared.akr2009-04-161-20/+16
* * thread.c (rb_thread_fd_select): new function to call selectmatz2009-04-011-5/+5
* rdoc update.akr2009-03-281-0/+2
* * io.c (rb_io_inspect): Cannot access fptr->fd if fptr is NULL.knu2009-03-241-1/+2
* * io.c (pipe_open): should pass program name even if multiplenobu2009-03-201-1/+1
* * io.c (rb_mWaitReadable): defined.akr2009-03-191-8/+21
* rdoc update.akr2009-03-171-5/+5
* rdoc update.akr2009-03-171-1/+1
* rdoc update.akr2009-03-171-4/+42
* * io.c (nogvl_copy_stream_read_write, copy_stream_body): use size_t.nobu2009-03-121-2/+2
* * array.c, bignum.c, dln.c, error.c, gc.c, io.c, marshal.c,nobu2009-03-121-2/+2
* * io.c (copy_stream_fallback_body): off_t may be larger than long.nobu2009-03-111-3/+3
* * include/ruby/win32.h (rb_w32_wopen): prototype forgotten.usa2009-02-261-10/+4
* * io.c (sysopen_func, rb_sysopen_internal, rb_sysopen): open fileusa2009-02-251-14/+46
* * io.c (rb_io_getline_1): enables limit even if rs is given.nobu2009-02-251-15/+17
* rdoc update.akr2009-02-221-2/+2
* stripped trailing spaces.nobu2009-02-221-24/+24
* * io.c (io_getpartial): error message describes what should beakr2009-02-211-1/+7
* * io.c (pipe_open): sarg is always used unless HAVE_FORK.nobu2009-02-181-2/+2