summaryrefslogtreecommitdiff
path: root/io.c
AgeCommit message (Expand)Author
2009-07-19* io.c (io_read): should taint the result. [ruby-dev:38826]nobu
2009-07-18* suppressed shorten-64-to-32 warnings.nobu
2009-07-16* io.c (io_reopen): discards read buffer. [ruby-core:24240]nobu
2009-07-15* io.c (argf_free): free data body.ko1
2009-07-14* io.c (rb_io_initialize): check if the descriptor can be accessednobu
2009-07-13 * io.c (pipe_open): handles leaked on win32 when an error occurs.usa
2009-07-12rdoc update.akr
2009-07-10io.c (io_strip_bom): ungetbyte third byte when UTF-16LE.naruse
2009-07-10Fix condition of second byte of UTF-16LE/UTF-32LE.naruse
2009-07-10cosmetic changesnaruse
2009-07-09Set encoding and strip bom when modeenc string is "r:foo-bom" [ruby-dev:37236]naruse
2009-07-07* io.c (rb_io_ext_int_to_encs): Set external encoding ifnaruse
2009-06-26* io.c (argf_rewind): need to rewind $. and ARGF.lineno.matz
2009-06-25* io.c (argf_binmode_m): should call rb_io_ascii8bit_binmode() tomatz
2009-06-24* io.c (rb_io_each_codepoint): uninitialized local variable enc.matz
2009-06-22update rdoc.akr
2009-06-22* io.c: remove __CHECKER__ test.akr
2009-06-22* ext/stringio/stringio.c (strio_each_codepoint): new method.matz
2009-06-22* io.c (rb_io_fdatasync): new method IO#fdatasync.nobu
2009-06-20rdoc update.akr
2009-06-20rdoc update.akr
2009-06-16* array.c (rb_ary_memsize): added.ko1
2009-06-16* io.c (fptr_finalize): revert last change. [ruby-dev:38648]matz
2009-06-16* io.c (fptr_finalize): should close stdin/stdout/stderr whenmatz
2009-06-15* io.c (argf_each_line): should return self. [ruby-core:23852]matz
2009-05-11* io.c (Init_IO): add constant File::NOATIME. [ruby-core:23194]kazu
2009-05-07* io.c (pipe_open): should be rb_pid_t.nobu
2009-04-26* io.c: fixed types.nobu
2009-04-26* io.c (io_reopen): keeps pathv for prep_stdio. [ruby-dev:38131]nobu
2009-04-16* node.h (rb_notimplement_body_p): declared.akr
2009-04-01* thread.c (rb_thread_fd_select): new function to call selectmatz
2009-03-28rdoc update.akr
2009-03-24* io.c (rb_io_inspect): Cannot access fptr->fd if fptr is NULL.knu
2009-03-20* io.c (pipe_open): should pass program name even if multiplenobu
2009-03-19* io.c (rb_mWaitReadable): defined.akr
2009-03-17rdoc update.akr
2009-03-17rdoc update.akr
2009-03-17rdoc update.akr
2009-03-12* io.c (nogvl_copy_stream_read_write, copy_stream_body): use size_t.nobu
2009-03-12* array.c, bignum.c, dln.c, error.c, gc.c, io.c, marshal.c,nobu
2009-03-11* io.c (copy_stream_fallback_body): off_t may be larger than long.nobu
2009-02-26 * include/ruby/win32.h (rb_w32_wopen): prototype forgotten.usa
2009-02-25 * io.c (sysopen_func, rb_sysopen_internal, rb_sysopen): open fileusa
2009-02-25* io.c (rb_io_getline_1): enables limit even if rs is given.nobu
2009-02-22rdoc update.akr
2009-02-22stripped trailing spaces.nobu
2009-02-21* io.c (io_getpartial): error message describes what should beakr
2009-02-18* io.c (pipe_open): sarg is always used unless HAVE_FORK.nobu
2009-02-18* io.c (rb_write_error2, argf_next_argv), process.c (rb_fork_err),nobu
2009-02-09* io.c (io_encoding_set): ignore second argument when external andnaruse