summaryrefslogtreecommitdiff
path: root/io.c
AgeCommit 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 forakr
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-24rdoc 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 argumentakr
2008-08-24* include/ruby/io.h (rb_io_t): make enc and enc2 as structakr
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 fromakr
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 optionakr
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 testakr
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 notakr
2008-08-20* io.c (io_extract_encoding_option): enc2 is external encoding ifakr
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