aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
Commit message (Expand)AuthorAgeFilesLines
* * io.c (io_getc): fix incomplete character immediately before EOFnaruse2010-04-211-8/+8
* * io.c (io_getc): set read_encoding to resulted one characternaruse2010-04-201-12/+23
* * io.c: fixed the wrong description of rdoc.usa2010-04-201-2/+6
* * io.c: rdoc. see [ruby-dev:40506].usa2010-04-201-0/+6
* * io.c (internal_{read,write}_func, rb_{read,write}_internal):nobu2010-04-191-17/+4
* * io.c (rb_io_rewind, rb_io_eof): add rdoc. based on a patch frommame2010-04-161-2/+6
* * io.c (io_shift_cbuf): should terminate.nobu2010-04-141-4/+1
* * io.c (rb_io_getline_fast, rb_io_getline_1): fix ARGF.lineno behavior. [ruby...kazu2010-04-111-4/+16
* * io.c (internal_{read,write}_func, rb_{read,write}_internal):nobu2010-04-081-4/+17
* * io.c (rb_io_initialize): fixed a rdoc miss that textmode andnobu2010-04-011-2/+2
* * 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