index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
io.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* include/ruby/io.h (rb_io_t): refcnt field removed.
akr
2008-08-27
1
-6
/
+3
*
* io.c (rb_io_initialize): don't accept IO object. [ruby-dev:35895]
akr
2008-08-27
1
-42
/
+15
*
* include/ruby/encoding.h (rb_econv_result_t): enumeration constant:
akr
2008-08-26
1
-5
/
+7
*
* include/ruby/io.h (rb_io_t): rename crbuf to cbuf.
akr
2008-08-26
1
-61
/
+61
*
* io.c (make_writeconv): copy invalid/undef flags.
akr
2008-08-25
1
-9
/
+8
*
* include/ruby/io.h (rb_io_t): new field: writeconv_pre_opts.
akr
2008-08-25
1
-12
/
+9
*
* io.c: test _WIN32 for CRLF platform. (cygwin defines O_BINARY.)
akr
2008-08-25
1
-2
/
+1
*
* io.c: force CRLF handling if RUBY_TEST_CRLF_ENVIRONMENT is defined.
akr
2008-08-25
1
-1
/
+1
*
* io.c (io_fwrite): add TEXTMODE_NEWLINE_ENCODER to option for
akr
2008-08-25
1
-1
/
+6
*
* include/ruby/intern.h (rb_io_ungetbyte): added prototype.
nobu
2008-08-25
1
-5
/
+1
*
* io.c (rb_io_init_copy): copy encs.
akr
2008-08-24
1
-0
/
+1
*
rdoc updated.
akr
2008-08-24
1
-25
/
+34
*
* io.c (rb_io_open): add an argument: vperm.
akr
2008-08-24
1
-6
/
+15
*
* io.c (sym_invalid): removed.
akr
2008-08-24
1
-5
/
+0
*
* io.c (rb_io_reopen): initialize fptr->encs.opts.
akr
2008-08-24
1
-0
/
+1
*
* io.c (rb_io_s_pipe): accept optional hash.
akr
2008-08-24
1
-11
/
+15
*
* include/ruby/io.h (rb_io_enc_t): add opts field.
akr
2008-08-24
1
-24
/
+17
*
* io.c (struct argf): use struct rb_io_enc_t.
akr
2008-08-24
1
-3
/
+3
*
* include/ruby/encoding.h (rb_str_transcode): make 3rd argument
akr
2008-08-24
1
-4
/
+5
*
* include/ruby/io.h (rb_io_t): make enc and enc2 as struct
akr
2008-08-24
1
-48
/
+42
*
* include/ruby/encoding.h (rb_econv_opts): declared.
akr
2008-08-24
1
-28
/
+8
*
* include/ruby/encoding.h (rb_econv_option_t): defined.
akr
2008-08-24
1
-15
/
+16
*
* include/ruby/encoding.h (rb_str_transcode): add ecflags argument.
akr
2008-08-24
1
-7
/
+26
*
* include/ruby/encoding.h (rb_econv_substr_append): renamed from
akr
2008-08-24
1
-1
/
+1
*
* include/ruby/encoding.h (rb_econv_open_exc): declared.
akr
2008-08-24
1
-2
/
+4
*
* io.c (rb_scan_open_args): use pop_last_hash.
akr
2008-08-23
1
-6
/
+1
*
* include/ruby/io.h (FMODE_INVALID_MASK): defined.
akr
2008-08-23
1
-0
/
+35
*
* io.c (rb_io_extract_modeenc): check :textmode and :binmode in option
akr
2008-08-23
1
-0
/
+18
*
* io.c (check_pipe_command): extracted from rb_f_open and rb_io_open.
akr
2008-08-23
1
-7
/
+21
*
* io.c (read_all): fptr->enc2 is 0 if no conversion.
akr
2008-08-23
1
-9
/
+5
*
* include/ruby/io.h (rb_io_t): remove path field and add pathv field.
akr
2008-08-23
1
-63
/
+56
*
* include/ruby/io.h (FMODE_TEXTMODE): defined.
akr
2008-08-22
1
-55
/
+84
*
* io.c (rb_io_pid): use PIDT2NUM.
akr
2008-08-22
1
-1
/
+1
*
* io.c (rb_file_open_generic): take filename as a VALUE.
akr
2008-08-21
1
-10
/
+11
*
* io.c (rb_io_s_sysopen): mode can be a Bignum.
akr
2008-08-21
1
-5
/
+8
*
* io.c (rb_io_extract_modeenc): notify coerced to caller.
akr
2008-08-21
1
-6
/
+12
*
* io.c (rb_io_extract_modeenc): use rb_check_to_integer to test
akr
2008-08-21
1
-3
/
+4
*
* io.c (rb_io_initialize): accept hash argument.
akr
2008-08-21
1
-13
/
+15
*
* io.c (io_extract_encoding_option): if internal encoding is not
akr
2008-08-21
1
-1
/
+4
*
* io.c (io_extract_encoding_option): enc2 is external encoding if
akr
2008-08-20
1
-31
/
+46
*
* io.c (prep_io): local variable renamed.
akr
2008-08-20
1
-7
/
+7
*
* io.c (open_key_args): simplified.
akr
2008-08-20
1
-6
/
+3
*
* io.c (open_key_args): IO.foreach(path, rs, limit) didn't work.
akr
2008-08-20
1
-3
/
+2
*
* io.c (rb_file_sysopen_internal): unused function removed.
akr
2008-08-20
1
-13
/
+1
*
* io.c: use mode_t for the 3rd argument, permission, of open(2).
akr
2008-08-20
1
-30
/
+30
*
* io.c (io_set_encoding): removed.
akr
2008-08-20
1
-22
/
+11
*
* io.c (rb_file_open_internal): use rb_io_flags_modenum.
akr
2008-08-20
1
-7
/
+8
*
* io.c (rb_io_open_with_args): use rb_open_file instead of rb_io_open.
akr
2008-08-20
1
-12
/
+4
*
* io.c (rb_scan_open_args): extracted from rb_open_file.
akr
2008-08-20
1
-4
/
+20
*
* io.c (convconfig_t): new type.
akr
2008-08-20
1
-42
/
+96
[next]