summaryrefslogtreecommitdiffstats
path: root/io.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * io.c (rb_io_init_copy): copy encs.akr2008-08-241-0/+1
* rdoc updated.akr2008-08-241-25/+34
* * io.c (rb_io_open): add an argument: vperm.akr2008-08-241-6/+15
* * io.c (sym_invalid): removed.akr2008-08-241-5/+0
* * io.c (rb_io_reopen): initialize fptr->encs.opts.akr2008-08-241-0/+1
* * io.c (rb_io_s_pipe): accept optional hash.akr2008-08-241-11/+15
* * include/ruby/io.h (rb_io_enc_t): add opts field.akr2008-08-241-24/+17
* * io.c (struct argf): use struct rb_io_enc_t.akr2008-08-241-3/+3
* * include/ruby/encoding.h (rb_str_transcode): make 3rd argumentakr2008-08-241-4/+5
* * include/ruby/io.h (rb_io_t): make enc and enc2 as structakr2008-08-241-48/+42
* * include/ruby/encoding.h (rb_econv_opts): declared.akr2008-08-241-28/+8
* * include/ruby/encoding.h (rb_econv_option_t): defined.akr2008-08-241-15/+16
* * include/ruby/encoding.h (rb_str_transcode): add ecflags argument.akr2008-08-241-7/+26
* * include/ruby/encoding.h (rb_econv_substr_append): renamed fromakr2008-08-241-1/+1
* * include/ruby/encoding.h (rb_econv_open_exc): declared.akr2008-08-241-2/+4
* * io.c (rb_scan_open_args): use pop_last_hash.akr2008-08-231-6/+1
* * include/ruby/io.h (FMODE_INVALID_MASK): defined.akr2008-08-231-0/+35
* * io.c (rb_io_extract_modeenc): check :textmode and :binmode in optionakr2008-08-231-0/+18
* * io.c (check_pipe_command): extracted from rb_f_open and rb_io_open.akr2008-08-231-7/+21
* * io.c (read_all): fptr->enc2 is 0 if no conversion.akr2008-08-231-9/+5
* * include/ruby/io.h (rb_io_t): remove path field and add pathv field.akr2008-08-231-63/+56
* * include/ruby/io.h (FMODE_TEXTMODE): defined.akr2008-08-221-55/+84
* * io.c (rb_io_pid): use PIDT2NUM.akr2008-08-221-1/+1
* * io.c (rb_file_open_generic): take filename as a VALUE.akr2008-08-211-10/+11
* * io.c (rb_io_s_sysopen): mode can be a Bignum.akr2008-08-211-5/+8
* * io.c (rb_io_extract_modeenc): notify coerced to caller.akr2008-08-211-6/+12
* * io.c (rb_io_extract_modeenc): use rb_check_to_integer to testakr2008-08-211-3/+4
* * io.c (rb_io_initialize): accept hash argument.akr2008-08-211-13/+15
* * io.c (io_extract_encoding_option): if internal encoding is notakr2008-08-211-1/+4