aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
Commit message (Expand)AuthorAgeFilesLines
* * io.c (rb_io_initialize): add autoclose argument to control closenobu2010-03-211-1/+58
* * io.c (IO_RBUF_CAPA_FOR): use large buffer as cbuf if readconv isnobu2010-03-211-18/+20
* * io.c (IO_[CRW]BUF_CAPA_MIN): replaced magic numbers.nobu2010-03-211-6/+11
* * io.c (rb_io_print): RDoc update. a patch from Daniel Kelleymatz2010-03-151-1/+3
* * io.c (rb_io_each_codepoint): read directly when readconv isnobu2010-03-141-3/+8
* * io.c (rb_io_print): should not print field separator at the endmatz2010-03-131-2/+2
* * io.c: Fix documentation for each/each_line/lines, bytes/each_byte,marcandre2010-03-071-70/+48
* * io.c (rb_io_s_write, rb_io_s_binwrite): delete File#write andmame2010-03-061-145/+8
* * io.c (rb_io_s_binwrite): use mode "r+b" instead of "ab" to handlemame2010-03-061-1/+1
* * io.c (pipe_open): suppressed a warning.nobu2010-03-051-1/+1
* * io.c (io_s_write, io_s_binwrite): add File#write and #binwrite.mame2010-03-041-8/+145
* * io.c (rb_io_lines, rb_io_bytes, rb_io_chars, rb_io_codepoints):mame2010-03-021-81/+57
* rdoc update.akr2010-02-191-2/+9
* * io.c (io_fread, io_getpartial, io_read, io_sysread): by using lock,mame2010-02-171-11/+7
* * io.c: check lseek error by errno. NetBSD 4.0.1 may return -1 asakr2010-02-151-9/+13
* * io.c (rb_io_oflags_modestr): return "r" for O_RDONLY|O_APPEND.akr2010-02-111-2/+5
* * io.c (READ_CHECK): do not select fd before reading, that had mademame2010-02-091-9/+11
* * io.c (rb_io_getline_fast): wrong calculation of new positionmatz2010-02-081-1/+1
* * io.c (rb_io_each_codepoint): use cbuf when needs readconv.wanabe2010-01-311-2/+2
* * dln.c, file.c, io.c, signal.c: add __HAIKU__.naruse2010-01-251-4/+4
* * io.c (rb_io_s_read): close the IO if an exception is raised onusa2010-01-081-2/+23
* * 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