summaryrefslogtreecommitdiffstats
path: root/io.c
Commit message (Expand)AuthorAgeFilesLines
* * vm_eval.c (rb_iterate): pass current block when the argument bl_procmame2009-12-201-3/+3
* * removed spaces just before tabs.nobu2009-11-261-1/+1
* * io.c (read_all): fix: false negative invalid byte seequencenaruse2009-11-211-1/+1
* * io.c (MORE_CHAR_SUSPENDED): renamed from MORE_CHAR_CBUF_FULL.akr2009-11-181-5/+5
* * io.c (fill_cbuf): extracted from more_char.akr2009-11-181-25/+41
* * io.c (rb_scan_open_args): move path encoding conversionnaruse2009-11-181-21/+0
* * io.c (parse_mode_enc): fix invalid access.akr2009-11-171-1/+4
* * io.c (read_all): shift read buffer if exception occured.wanabe2009-11-161-1/+8
* * io.c (read_all): don't call io_shift_cbuf until bufffering enough orwanabe2009-11-151-2/+7
* fix typos.akr2009-11-031-6/+6
* * array.c (rb_ary_to_ary): do not use #respond_to? to detectmatz2009-10-291-0/+6
* * io.c (Init_IO): rb_default_rs should be US-ASCII.naruse2009-10-281-1/+1
* * io.c (io_cntl): F_DUPFD is platform dependent.nobu2009-10-251-0/+2
* * io.c (io_cntl): update max file descriptor by the result ofakr2009-10-231-0/+3
* * io.c (io_encoding_set): get rid of parsing non-ascii string, andnobu2009-10-151-4/+3
* * io.c (io_reopen): unread current buffer before telling thenobu2009-10-151-7/+7
* rdoc update.akr2009-10-111-3/+3
* * io.c (io_reopen): avoid close if possible.akr2009-10-061-8/+5
* rdoc update.akr2009-10-051-4/+10
* * io.c (rb_scan_open_args): rb_utf8mac_encoding is undefined.nobu2009-09-291-1/+1
* * io.c (rb_scan_open_args): add UTF8-MAC to no-convertion encoding.naruse2009-09-291-3/+5
* * include/ruby/st.h (st_hash_func): use st_index_t.nobu2009-09-081-1/+2
* * io.c (rb_io_tell): adjustment for ungotten data.nobu2009-09-071-0/+1
* * io.c (io_encname_bom_p): removed magic number.nobu2009-09-071-2/+4
* * io.c (Init_IO): added rdocs for constants.nobu2009-09-071-8/+21
* * io.c: fixed rdoc, a patch from Nobuhiro IMAI at [ruby-core:25433].nobu2009-09-061-1/+1
* * io.c (argf_next_argv): fixed indent.nobu2009-09-051-2/+2
* * io.c: Add rdoc for ARGF.naruse2009-09-051-6/+643
* Rename FMODE_STRIP_BOM to FMODE_SETENC_BY_BOM.naruse2009-08-211-4/+4
* Change modestr syntax for BOM to "BOM|UTF-*".naruse2009-08-211-13/+7
* * io.c (rb_sysopen_internal): removed const qualifier.nobu2009-08-201-1/+1
* * io.c (rb_sysopen): moved sysopen_struct from rb_sysopen_internal.nobu2009-08-201-30/+44
* * io.c (rb_stdio_set_default_encoding): prototyped.nobu2009-08-051-1/+1
* Set encodings of stdio after setting default internal and external.naruse2009-07-311-0/+11
* * io.c (argf_eof): should call next_argv() before testing.matz2009-07-281-0/+1
* * io.c (argf_eof): go to the next file if called after ARGF.closenobu2009-07-261-0/+1
* * 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