aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * io.c (convconfig_t): new type.akr2008-08-201-42/+96
* * io.c (Init_IO): new constants: File::DSYNC, File::RSYNC andakr2008-08-201-0/+9
* * io.c (rb_open_file): don't lookup :mode and :perm in opt. it isakr2008-08-201-5/+0
* * io.c (open_key_args): meaningless MEMCPY removed.akr2008-08-201-1/+0
* * io.c (prep_io) [cygwin]: use FMODE_BINMODE instead of O_BINARY.akr2008-08-201-1/+1
* * io.c (parse_mode_enc): extracted from mode_enc.akr2008-08-191-47/+68
* * io.c (rb_io_flags_modenum): make it static.akr2008-08-191-1/+1
* * include/ruby/io.h (FMODE_TRUNC): new constant.akr2008-08-191-32/+35
* * io.c (fopen): macro for vms removed. fopen is not used now.akr2008-08-191-1/+0
* * include/ruby/io.h (rb_fopen): declaration removed.akr2008-08-191-25/+0
* * io.c (rb_io_flags_mode): use hexadecimal in error message.akr2008-08-191-3/+3
* * io.c (rb_io_flags_mode): add a prefix 0 to octal in error message.akr2008-08-191-2/+2
* * io.c (rb_open_file): encoding in mode string was ignored if perm isakr2008-08-181-0/+6
* fix preivous change.akr2008-08-181-1/+1
* * io.c (rb_open_file): don't access argv[-1] by akr2008-08-181-8/+10
* * io.c (rb_io_check_readable): side effect for STDIN removed.akr2008-08-181-6/+0
* * io.c (io_ungetbyte): renamed from io_ungetc.akr2008-08-181-7/+58
* * io.c (id_encode): removed.akr2008-08-181-2/+1
* * io.c (make_writeconv): if enc and enc2 is set, convertakr2008-08-181-23/+17
* * include/ruby/io.h (rb_io_t): new fields: writeconv,akr2008-08-181-16/+134
* * io.c (clear_readconv): extracted from rb_io_fptr_finalize.akr2008-08-181-8/+20
* * io.c (mode_enc): modify enc and enc2 consistently.akr2008-08-181-1/+8
* * io.c (io_enc_str): code conversion removed.akr2008-08-181-20/+2
* * io.c (io_shift_crbuf): add strp argument to append into existingakr2008-08-181-101/+131
* * io.c (io_enc_str_converted): new function.akr2008-08-181-50/+147
* * io.c (appendline): appendline cannot check character boundary.akr2008-08-171-54/+28
* * io.c (prepare_getline_args): io.gets(10,nil) should cause TypeError.akr2008-08-171-20/+14
* * include/ruby/encoding.h (rb_econv_putbackable): declared.akr2008-08-171-0/+7