summaryrefslogtreecommitdiff
path: root/io.c
AgeCommit message (Expand)Author
2009-08-21Rename FMODE_STRIP_BOM to FMODE_SETENC_BY_BOM.naruse
2009-08-21Change modestr syntax for BOM to "BOM|UTF-*".naruse
2009-08-20* io.c (rb_sysopen_internal): removed const qualifier.nobu
2009-08-20* io.c (rb_sysopen): moved sysopen_struct from rb_sysopen_internal.nobu
2009-08-05* io.c (rb_stdio_set_default_encoding): prototyped.nobu
2009-07-31Set encodings of stdio after setting default internal and external.naruse
2009-07-28* io.c (argf_eof): should call next_argv() before testing.matz
2009-07-26* io.c (argf_eof): go to the next file if called after ARGF.closenobu
2009-07-25* io.c (argf_eof): should not have reached EOF before trying tonobu
2009-07-20* io.c (rb_f_open): add rdoc about specifying ext_enc as *-bom.naruse
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