summaryrefslogtreecommitdiff
path: root/io.c
AgeCommit message (Expand)Author
2008-09-16* io.c (rb_io_readbyte): rdoc updated. [ruby-core:18617]matz
2008-09-16* io.c (rb_io_gets_m): rdoc updated. limit counts in bytes.matz
2008-09-15* gc.c, include/ruby/ruby.h: rename rb_register_mark_object()ko1
2008-09-15* encoding.c (rb_enc_get_index): don't return -1.akr
2008-09-13* include/ruby/oniguruma.h (OnigEncodingTypeST): add end argument forakr
2008-09-13* io.c (io_encoding_set): don't need argc argument.akr
2008-09-13* io.c (make_writeconv): use rb_enc_name.akr
2008-09-12* iseq.c (iseq_s_compile_file): use rb_file_open_str.akr
2008-09-12* io.c (validate_enc_binmode): extracted from rb_io_extract_modeenc.akr
2008-09-10* io.c (io_binwrite): extracted from io_fwrite.akr
2008-09-09* include/ruby/encoding.h (econv_after_output): renamed fromakr
2008-09-09* include/ruby/io.h (rb_io_t): rename field: writeconv_stateless toakr
2008-09-09* io.c (io_fwrite): raise an error if ASCII incompatible stringakr
2008-09-09* include/ruby/encoding.h (ECONV_DECORATOR_MASK): mergeakr
2008-09-08* io.c (make_writeconv): useless branch removed.akr
2008-09-08* include/ruby/encoding.h (rb_econv_asciicompat_encoding): renamedakr
2008-09-07* io.c (make_writeconv): choose ASCII compatible encoding asakr
2008-09-07* include/ruby/encoding.h (ECONV_XML_ATTR_CONTENT_ENCODER): defined.akr
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