summaryrefslogtreecommitdiff
path: root/io.c
AgeCommit message (Expand)Author
2008-09-06* include/ruby/encoding.h (ECONV_ERROR_HANDLER_MASK): defined.akr
2008-09-06* io.c (rb_io_binmode): clear newline flags in writeconv_pre_ecflags.akr
2008-09-05* io.c (rb_io_extract_modeenc): raise an error for ASCII incompatibleakr
2008-09-05* include/ruby/io.h (rb_io_modestr_fmode): renamed fromakr
2008-09-05* io.c (MODENUM_MAX): removed.akr
2008-09-05* io.c (copy_stream_fallback_body): use read method unless readpartialnobu
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-03rdoc update.akr
2008-09-03* include/ruby/io.h (rb_io_t): new fields: encs.ecopts andakr
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. Sinceakr
2008-09-03* include/ruby/signal.h: removed.ko1
2008-08-31fix typos.akr
2008-08-31* include/ruby/intern.h: rename RB_UBF_DFL toko1
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