aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * io.c (io_extract_encoding_option): enc2 is external encoding ifakr2008-08-201-31/+46
* * io.c (prep_io): local variable renamed.akr2008-08-201-7/+7
* * io.c (open_key_args): simplified.akr2008-08-201-6/+3
* * io.c (open_key_args): IO.foreach(path, rs, limit) didn't work.akr2008-08-201-3/+2
* * io.c (rb_file_sysopen_internal): unused function removed.akr2008-08-201-13/+1
* * io.c: use mode_t for the 3rd argument, permission, of open(2).akr2008-08-201-30/+30
* * io.c (io_set_encoding): removed.akr2008-08-201-22/+11
* * io.c (rb_file_open_internal): use rb_io_flags_modenum.akr2008-08-201-7/+8
* * io.c (rb_io_open_with_args): use rb_open_file instead of rb_io_open.akr2008-08-201-12/+4
* * io.c (rb_scan_open_args): extracted from rb_open_file.akr2008-08-201-4/+20