index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io.c
Age
Commit message (
Expand
)
Author
2008-03-05
* numeric.c (fix_to_s): avoid rb_scan_args() when no argument
matz
2008-03-04
* io.c (open_key_args): use rb_io_open_with_args instead of rb_f_open.
naruse
2008-03-03
* io.c (open_key_args): use rb_io_open instead of rb_f_open.
naruse
2008-03-02
* io.c (rb_io_ungetc): reduce redundant call.
nobu
2008-03-01
* io.c (struct argf): packed ARGF stuffs.
nobu
2008-03-01
* io.c (read_all, rb_io_getline_fast): encoding is rb_input_encoding.
naruse
2008-02-28
* io.c (rb_io_getline_fast): scan coderange.
naruse
2008-02-28
* io.c (rb_io_getline_1): get rid of segfault. [ruby-dev:33938]
nobu
2008-02-27
* io.c (read_all): fix if.
naruse
2008-02-27
* string.c (rb_str_coderange_scan_restartable): coderange scaning
naruse
2008-02-21
* io.c (rb_f_putc): invoke stdout method so that redefining putc
matz
2008-02-21
* io.c (argf_set_encoding): uses current_file after check if next
nobu
2008-02-21
* io.c (argf_set_encoding): uses current_file after check for next
nobu
2008-02-20
* io.c (open_key_args): set arg->io even if no options passed.
usa
2008-02-15
* io.c (open_key_args): allow specifying both :mode and :encoding.
matz
2008-02-14
* io.c (io_reopen): check STDIN, STDOUT and STDERR mode according to
akr
2008-02-07
* io.c (io_reopen): don't change access mode for stdin, stdout and
akr
2008-01-30
* io.c (rb_io_close_read): replaces fptr with the tied writer if
nobu
2008-01-30
* io.c (open_key_args): allow encoding key to take two encoding
matz
2008-01-30
* io.c (select_internal): fix SEGV by `select [STDIN],nil,[STDIN]'.
akr
2008-01-28
* io.c (rb_open_file): should check NUL in path.
matz
2008-01-27
* include/ruby/oniguruma.h: precise mbclen API redesigned to avoid
akr
2008-01-25
* io.c (rb_io_getline_fast): don't care ASCII incompatible encoding.
akr
2008-01-24
* io.c (rb_io_getline_fast): the end point of left_char_head()
matz
2008-01-23
* string.c (rb_str_each_line): use memchr(3) for faster newline
matz
2008-01-17
* io.c (Init_IO): stdin/stdout may not be duplex.
matz
2008-01-17
* io.c (io_fwrite): always flush IO on tty, even without newlines.
matz
2008-01-17
* io.c (rb_io_check_readable): flush tied write IO too.
nobu
2008-01-16
* io.c (pipe_open, rb_io_s_popen): clear temporary object to release
nobu
2008-01-16
* load.c (rb_feature_p): get rid of unlimited alloca.
nobu
2008-01-16
* file.c (sys_fail2): get rid of unlimited alloca.
nobu
2008-01-14
* io.c (appendline): specifying limit should not generate broken
matz
2008-01-10
io.c (io_encoding_set): typo fixed
matz
2008-01-10
* io.c (io_encoding_set): handle nil for v1.
matz
2008-01-10
* io.c (io_encoding_set): IO.pipe("euc-jp", nil) should work as
matz
2008-01-09
* io.c (rb_io_binmode): should not alter encoding. [ruby-dev:32918]
matz
2008-01-06
* $Date$ keyword removed to avoid inclusion of locale dependent
akr
2008-01-05
update rdoc.
akr
2008-01-03
* io.c (io_ungetc): move data in buffer if it is required to store the
akr
2008-01-03
* io.c (fptr_finalize): clear errno first. [ruby-talk:284492]
nobu
2008-01-01
* io.c (rb_io_mode_enc): encoding spec is not allowed in binary mode.
nobu
2007-12-29
comment modified.
akr
2007-12-29
* io.c (io_fflush): don't retry when wbuf modified by other threads.
akr
2007-12-28
* io.c (io_unread): fix typo.
usa
2007-12-28
* io.c (io_unread): adhoc workaround for non-binary mode of some DOSish
usa
2007-12-27
* io.c (io_fflush): checks wbuf modification by other threads.
akr
2007-12-26
* io.c (io_fflush): check closed fptr after rb_write_internal to avoid
akr
2007-12-25
* io.c (appendline): move RS comparison to rb_io_getline_1().
matz
2007-12-25
* io.c (rb_io_external_encoding): should return nil for
matz
2007-12-25
* io.c (appendline): initialize rslen to 1 if rsptr is 0.
akr
[next]