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
*
* removed spaces just before tabs.
nobu
2009-11-26
1
-1
/
+1
*
* io.c (read_all): fix: false negative invalid byte seequence
naruse
2009-11-21
1
-1
/
+1
*
* io.c (MORE_CHAR_SUSPENDED): renamed from MORE_CHAR_CBUF_FULL.
akr
2009-11-18
1
-5
/
+5
*
* io.c (fill_cbuf): extracted from more_char.
akr
2009-11-18
1
-25
/
+41
*
* io.c (rb_scan_open_args): move path encoding conversion
naruse
2009-11-18
1
-21
/
+0
*
* io.c (parse_mode_enc): fix invalid access.
akr
2009-11-17
1
-1
/
+4
*
* io.c (read_all): shift read buffer if exception occured.
wanabe
2009-11-16
1
-1
/
+8
*
* io.c (read_all): don't call io_shift_cbuf until bufffering enough or
wanabe
2009-11-15
1
-2
/
+7
*
fix typos.
akr
2009-11-03
1
-6
/
+6
*
* array.c (rb_ary_to_ary): do not use #respond_to? to detect
matz
2009-10-29
1
-0
/
+6
*
* io.c (Init_IO): rb_default_rs should be US-ASCII.
naruse
2009-10-28
1
-1
/
+1
*
* io.c (io_cntl): F_DUPFD is platform dependent.
nobu
2009-10-25
1
-0
/
+2
*
* io.c (io_cntl): update max file descriptor by the result of
akr
2009-10-23
1
-0
/
+3
*
* io.c (io_encoding_set): get rid of parsing non-ascii string, and
nobu
2009-10-15
1
-4
/
+3
*
* io.c (io_reopen): unread current buffer before telling the
nobu
2009-10-15
1
-7
/
+7
*
rdoc update.
akr
2009-10-11
1
-3
/
+3
*
* io.c (io_reopen): avoid close if possible.
akr
2009-10-06
1
-8
/
+5
*
rdoc update.
akr
2009-10-05
1
-4
/
+10
*
* io.c (rb_scan_open_args): rb_utf8mac_encoding is undefined.
nobu
2009-09-29
1
-1
/
+1
*
* io.c (rb_scan_open_args): add UTF8-MAC to no-convertion encoding.
naruse
2009-09-29
1
-3
/
+5
*
* include/ruby/st.h (st_hash_func): use st_index_t.
nobu
2009-09-08
1
-1
/
+2
*
* io.c (rb_io_tell): adjustment for ungotten data.
nobu
2009-09-07
1
-0
/
+1
*
* io.c (io_encname_bom_p): removed magic number.
nobu
2009-09-07
1
-2
/
+4
*
* io.c (Init_IO): added rdocs for constants.
nobu
2009-09-07
1
-8
/
+21
*
* io.c: fixed rdoc, a patch from Nobuhiro IMAI at [ruby-core:25433].
nobu
2009-09-06
1
-1
/
+1
*
* io.c (argf_next_argv): fixed indent.
nobu
2009-09-05
1
-2
/
+2
*
* io.c: Add rdoc for ARGF.
naruse
2009-09-05
1
-6
/
+643
*
Rename FMODE_STRIP_BOM to FMODE_SETENC_BY_BOM.
naruse
2009-08-21
1
-4
/
+4
*
Change modestr syntax for BOM to "BOM|UTF-*".
naruse
2009-08-21
1
-13
/
+7
*
* io.c (rb_sysopen_internal): removed const qualifier.
nobu
2009-08-20
1
-1
/
+1
*
* io.c (rb_sysopen): moved sysopen_struct from rb_sysopen_internal.
nobu
2009-08-20
1
-30
/
+44
*
* io.c (rb_stdio_set_default_encoding): prototyped.
nobu
2009-08-05
1
-1
/
+1
*
Set encodings of stdio after setting default internal and external.
naruse
2009-07-31
1
-0
/
+11
*
* io.c (argf_eof): should call next_argv() before testing.
matz
2009-07-28
1
-0
/
+1
*
* io.c (argf_eof): go to the next file if called after ARGF.close
nobu
2009-07-26
1
-0
/
+1
*
* io.c (argf_eof): should not have reached EOF before trying to
nobu
2009-07-25
1
-1
/
+1
*
* io.c (rb_f_open): add rdoc about specifying ext_enc as *-bom.
naruse
2009-07-20
1
-0
/
+3
*
* io.c (io_read): should taint the result. [ruby-dev:38826]
nobu
2009-07-19
1
-0
/
+1
*
* suppressed shorten-64-to-32 warnings.
nobu
2009-07-18
1
-19
/
+19
*
* io.c (io_reopen): discards read buffer. [ruby-core:24240]
nobu
2009-07-16
1
-0
/
+3
*
* io.c (argf_free): free data body.
ko1
2009-07-15
1
-1
/
+2
*
* io.c (rb_io_initialize): check if the descriptor can be accessed
nobu
2009-07-14
1
-5
/
+17
*
* io.c (pipe_open): handles leaked on win32 when an error occurs.
usa
2009-07-13
1
-3
/
+13
*
rdoc update.
akr
2009-07-12
1
-0
/
+1
*
io.c (io_strip_bom): ungetbyte third byte when UTF-16LE.
naruse
2009-07-10
1
-0
/
+1
*
Fix condition of second byte of UTF-16LE/UTF-32LE.
naruse
2009-07-10
1
-1
/
+1
*
cosmetic changes
naruse
2009-07-10
1
-5
/
+8
*
Set encoding and strip bom when modeenc string is "r:foo-bom" [ruby-dev:37236]
naruse
2009-07-09
1
-2
/
+112
*
* io.c (rb_io_ext_int_to_encs): Set external encoding if
naruse
2009-07-07
1
-1
/
+1
*
* io.c (argf_rewind): need to rewind $. and ARGF.lineno.
matz
2009-06-26
1
-19
/
+18
[next]