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-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
2008-08-21
* io.c (rb_file_open_generic): take filename as a VALUE.
akr
2008-08-21
* io.c (rb_io_s_sysopen): mode can be a Bignum.
akr
2008-08-21
* io.c (rb_io_extract_modeenc): notify coerced to caller.
akr
2008-08-21
* io.c (rb_io_extract_modeenc): use rb_check_to_integer to test
akr
2008-08-21
* io.c (rb_io_initialize): accept hash argument.
akr
2008-08-21
* io.c (io_extract_encoding_option): if internal encoding is not
akr
2008-08-20
* io.c (io_extract_encoding_option): enc2 is external encoding if
akr
2008-08-20
* io.c (prep_io): local variable renamed.
akr
2008-08-20
* io.c (open_key_args): simplified.
akr
2008-08-20
* io.c (open_key_args): IO.foreach(path, rs, limit) didn't work.
akr
2008-08-20
* io.c (rb_file_sysopen_internal): unused function removed.
akr
2008-08-20
* io.c: use mode_t for the 3rd argument, permission, of open(2).
akr
2008-08-20
* io.c (io_set_encoding): removed.
akr
2008-08-20
* io.c (rb_file_open_internal): use rb_io_flags_modenum.
akr
2008-08-20
* io.c (rb_io_open_with_args): use rb_open_file instead of rb_io_open.
akr
2008-08-20
* io.c (rb_scan_open_args): extracted from rb_open_file.
akr
2008-08-20
* io.c (convconfig_t): new type.
akr
[next]