summaryrefslogtreecommitdiffstats
path: root/io.c
Commit message (Expand)AuthorAgeFilesLines
* * io.c (rb_io_extract_modeenc): process option mode: and perm: asmatz2008-09-171-18/+34
* * io.c (rb_io_readbyte): rdoc updated. [ruby-core:18617]matz2008-09-161-1/+1
* * io.c (rb_io_gets_m): rdoc updated. limit counts in bytes.matz2008-09-161-6/+6
* * gc.c, include/ruby/ruby.h: rename rb_register_mark_object()ko12008-09-151-1/+1
* * encoding.c (rb_enc_get_index): don't return -1.akr2008-09-151-1/+1
* * include/ruby/oniguruma.h (OnigEncodingTypeST): add end argument forakr2008-09-131-4/+5
* * io.c (io_encoding_set): don't need argc argument.akr2008-09-131-7/+5
* * io.c (make_writeconv): use rb_enc_name.akr2008-09-131-5/+5
* * iseq.c (iseq_s_compile_file): use rb_file_open_str.akr2008-09-121-9/+11
* * io.c (validate_enc_binmode): extracted from rb_io_extract_modeenc.akr2008-09-121-21/+36
* * io.c (io_binwrite): extracted from io_fwrite.akr2008-09-101-30/+37
* * include/ruby/encoding.h (econv_after_output): renamed fromakr2008-09-091-1/+1
* * include/ruby/io.h (rb_io_t): rename field: writeconv_stateless toakr2008-09-091-6/+6
* * io.c (io_fwrite): raise an error if ASCII incompatible stringakr2008-09-091-1/+8
* * include/ruby/encoding.h (ECONV_DECORATOR_MASK): mergeakr2008-09-091-16/+16
* * io.c (make_writeconv): useless branch removed.akr2008-09-081-8/+0
* * include/ruby/encoding.h (rb_econv_asciicompat_encoding): renamedakr2008-09-081-1/+1
* * io.c (make_writeconv): choose ASCII compatible encoding asakr2008-09-071-0/+8
* * include/ruby/encoding.h (ECONV_XML_ATTR_CONTENT_ENCODER): defined.akr2008-09-071-27/+35
* * include/ruby/encoding.h (ECONV_ERROR_HANDLER_MASK): defined.akr2008-09-061-0/+1
* * io.c (rb_io_binmode): clear newline flags in writeconv_pre_ecflags.akr2008-09-061-0/+1
* * io.c (rb_io_extract_modeenc): raise an error for ASCII incompatibleakr2008-09-051-0/+3
* * include/ruby/io.h (rb_io_modestr_fmode): renamed fromakr2008-09-051-176/+176
* * io.c (MODENUM_MAX): removed.akr2008-09-051-2/+0
* * io.c (copy_stream_fallback_body): use read method unless readpartialnobu2008-09-051-1/+11
* * io.c (argf_mark): mark p->encs.ecopts.akr2008-09-041-0/+1
* * include/ruby/intern.h (rb_file_open_str): declared.akr2008-09-041-0/+6
* * io.c: variables renamed for consistency.akr2008-09-041-68/+68
* * include/ruby/io.h (rb_io_enc_t): rename flags to ecflags.akr2008-09-041-13/+13
* * io.c (struct sysopen_struct, rb_sysopen_internal, rb_sysopen):nobu2008-09-041-3/+3
* * io.c: expanded ARGF members macros.nobu2008-09-041-136/+123
* * io.c (argf_next_argv, argf_set_encoding): copy struct wise.nobu2008-09-041-8/+2
* * io.c (rb_scan_open_args): follow rb_str_transcode change.akr2008-09-041-1/+1
* rdoc update.akr2008-09-031-0/+2
* * include/ruby/io.h (rb_io_t): new fields: encs.ecopts andakr2008-09-031-8/+25
* * io.c (make_writeconv): follow akr's previous commit.usa2008-09-031-1/+1
* * include/ruby/encoding.h (rb_econv_option_t): removed. Sinceakr2008-09-031-28/+28
* * include/ruby/signal.h: removed.ko12008-09-031-13/+3
* fix typos.akr2008-08-311-1/+1
* * include/ruby/intern.h: rename RB_UBF_DFL toko12008-08-311-4/+4
* * include/ruby/io.h (rb_io_t): refcnt field removed.akr2008-08-271-6/+3
* * io.c (rb_io_initialize): don't accept IO object. [ruby-dev:35895]akr2008-08-271-42/+15
* * include/ruby/encoding.h (rb_econv_result_t): enumeration constant:akr2008-08-261-5/+7
* * include/ruby/io.h (rb_io_t): rename crbuf to cbuf.akr2008-08-261-61/+61
* * io.c (make_writeconv): copy invalid/undef flags.akr2008-08-251-9/+8
* * include/ruby/io.h (rb_io_t): new field: writeconv_pre_opts.akr2008-08-251-12/+9
* * io.c: test _WIN32 for CRLF platform. (cygwin defines O_BINARY.)akr2008-08-251-2/+1
* * io.c: force CRLF handling if RUBY_TEST_CRLF_ENVIRONMENT is defined.akr2008-08-251-1/+1
* * io.c (io_fwrite): add TEXTMODE_NEWLINE_ENCODER to option forakr2008-08-251-1/+6
* * include/ruby/intern.h (rb_io_ungetbyte): added prototype.nobu2008-08-251-5/+1