summaryrefslogtreecommitdiff
path: root/io.c
AgeCommit message (Expand)Author
2009-11-21* io.c (read_all): fix: false negative invalid byte seequencenaruse
2009-11-18* io.c (MORE_CHAR_SUSPENDED): renamed from MORE_CHAR_CBUF_FULL.akr
2009-11-18* io.c (fill_cbuf): extracted from more_char.akr
2009-11-18* io.c (rb_scan_open_args): move path encoding conversionnaruse
2009-11-17* io.c (parse_mode_enc): fix invalid access.akr
2009-11-16* io.c (read_all): shift read buffer if exception occured.wanabe
2009-11-15* io.c (read_all): don't call io_shift_cbuf until bufffering enough orwanabe
2009-11-03fix typos.akr
2009-10-29* array.c (rb_ary_to_ary): do not use #respond_to? to detectmatz
2009-10-28* io.c (Init_IO): rb_default_rs should be US-ASCII.naruse
2009-10-25* io.c (io_cntl): F_DUPFD is platform dependent.nobu
2009-10-23* io.c (io_cntl): update max file descriptor by the result ofakr
2009-10-15* io.c (io_encoding_set): get rid of parsing non-ascii string, andnobu
2009-10-15* io.c (io_reopen): unread current buffer before telling thenobu
2009-10-11rdoc update.akr
2009-10-06* io.c (io_reopen): avoid close if possible.akr
2009-10-05rdoc update.akr
2009-09-29* io.c (rb_scan_open_args): rb_utf8mac_encoding is undefined.nobu
2009-09-29* io.c (rb_scan_open_args): add UTF8-MAC to no-convertion encoding.naruse
2009-09-08* include/ruby/st.h (st_hash_func): use st_index_t.nobu
2009-09-07* io.c (rb_io_tell): adjustment for ungotten data.nobu
2009-09-07* io.c (io_encname_bom_p): removed magic number.nobu
2009-09-07* io.c (Init_IO): added rdocs for constants.nobu
2009-09-06* io.c: fixed rdoc, a patch from Nobuhiro IMAI at [ruby-core:25433].nobu
2009-09-05* io.c (argf_next_argv): fixed indent.nobu
2009-09-05* io.c: Add rdoc for ARGF.naruse
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