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-09-05
* io.c (MODENUM_MAX): removed.
akr
2008-09-05
* io.c (copy_stream_fallback_body): use read method unless readpartial
nobu
2008-09-04
* io.c (argf_mark): mark p->encs.ecopts.
akr
2008-09-04
* include/ruby/intern.h (rb_file_open_str): declared.
akr
2008-09-04
* io.c: variables renamed for consistency.
akr
2008-09-04
* include/ruby/io.h (rb_io_enc_t): rename flags to ecflags.
akr
2008-09-04
* io.c (struct sysopen_struct, rb_sysopen_internal, rb_sysopen):
nobu
2008-09-04
* io.c: expanded ARGF members macros.
nobu
2008-09-04
* io.c (argf_next_argv, argf_set_encoding): copy struct wise.
nobu
2008-09-04
* io.c (rb_scan_open_args): follow rb_str_transcode change.
akr
2008-09-03
rdoc update.
akr
2008-09-03
* include/ruby/io.h (rb_io_t): new fields: encs.ecopts and
akr
2008-09-03
* io.c (make_writeconv): follow akr's previous commit.
usa
2008-09-03
* include/ruby/encoding.h (rb_econv_option_t): removed. Since
akr
2008-09-03
* include/ruby/signal.h: removed.
ko1
2008-08-31
fix typos.
akr
2008-08-31
* include/ruby/intern.h: rename RB_UBF_DFL to
ko1
2008-08-27
* include/ruby/io.h (rb_io_t): refcnt field removed.
akr
2008-08-27
* io.c (rb_io_initialize): don't accept IO object. [ruby-dev:35895]
akr
2008-08-26
* include/ruby/encoding.h (rb_econv_result_t): enumeration constant:
akr
2008-08-26
* include/ruby/io.h (rb_io_t): rename crbuf to cbuf.
akr
2008-08-25
* io.c (make_writeconv): copy invalid/undef flags.
akr
2008-08-25
* include/ruby/io.h (rb_io_t): new field: writeconv_pre_opts.
akr
2008-08-25
* io.c: test _WIN32 for CRLF platform. (cygwin defines O_BINARY.)
akr
2008-08-25
* io.c: force CRLF handling if RUBY_TEST_CRLF_ENVIRONMENT is defined.
akr
2008-08-25
* io.c (io_fwrite): add TEXTMODE_NEWLINE_ENCODER to option for
akr
2008-08-25
* include/ruby/intern.h (rb_io_ungetbyte): added prototype.
nobu
2008-08-24
* io.c (rb_io_init_copy): copy encs.
akr
2008-08-24
rdoc updated.
akr
2008-08-24
* io.c (rb_io_open): add an argument: vperm.
akr
2008-08-24
* io.c (sym_invalid): removed.
akr
2008-08-24
* io.c (rb_io_reopen): initialize fptr->encs.opts.
akr
2008-08-24
* io.c (rb_io_s_pipe): accept optional hash.
akr
2008-08-24
* include/ruby/io.h (rb_io_enc_t): add opts field.
akr
2008-08-24
* io.c (struct argf): use struct rb_io_enc_t.
akr
2008-08-24
* include/ruby/encoding.h (rb_str_transcode): make 3rd argument
akr
2008-08-24
* include/ruby/io.h (rb_io_t): make enc and enc2 as struct
akr
2008-08-24
* include/ruby/encoding.h (rb_econv_opts): declared.
akr
2008-08-24
* include/ruby/encoding.h (rb_econv_option_t): defined.
akr
2008-08-24
* include/ruby/encoding.h (rb_str_transcode): add ecflags argument.
akr
2008-08-24
* include/ruby/encoding.h (rb_econv_substr_append): renamed from
akr
2008-08-24
* include/ruby/encoding.h (rb_econv_open_exc): declared.
akr
2008-08-23
* io.c (rb_scan_open_args): use pop_last_hash.
akr
2008-08-23
* include/ruby/io.h (FMODE_INVALID_MASK): defined.
akr
2008-08-23
* io.c (rb_io_extract_modeenc): check :textmode and :binmode in option
akr
2008-08-23
* io.c (check_pipe_command): extracted from rb_f_open and rb_io_open.
akr
2008-08-23
* io.c (read_all): fptr->enc2 is 0 if no conversion.
akr
2008-08-23
* include/ruby/io.h (rb_io_t): remove path field and add pathv field.
akr
2008-08-22
* include/ruby/io.h (FMODE_TEXTMODE): defined.
akr
2008-08-22
* io.c (rb_io_pid): use PIDT2NUM.
akr
[next]