index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io.c
Age
Commit message (
Expand
)
Author
2009-10-25
* io.c (io_cntl): F_DUPFD is platform dependent.
nobu
2009-10-23
* io.c (io_cntl): update max file descriptor by the result of
akr
2009-10-15
* io.c (io_encoding_set): get rid of parsing non-ascii string, and
nobu
2009-10-15
* io.c (io_reopen): unread current buffer before telling the
nobu
2009-10-11
rdoc update.
akr
2009-10-06
* io.c (io_reopen): avoid close if possible.
akr
2009-10-05
rdoc update.
akr
2009-09-29
* io.c (rb_scan_open_args): rb_utf8mac_encoding is undefined.
nobu
2009-09-29
* io.c (rb_scan_open_args): add UTF8-MAC to no-convertion encoding.
naruse
2009-09-08
* include/ruby/st.h (st_hash_func): use st_index_t.
nobu
2009-09-07
* io.c (rb_io_tell): adjustment for ungotten data.
nobu
2009-09-07
* io.c (io_encname_bom_p): removed magic number.
nobu
2009-09-07
* io.c (Init_IO): added rdocs for constants.
nobu
2009-09-06
* io.c: fixed rdoc, a patch from Nobuhiro IMAI at [ruby-core:25433].
nobu
2009-09-05
* io.c (argf_next_argv): fixed indent.
nobu
2009-09-05
* io.c: Add rdoc for ARGF.
naruse
2009-08-21
Rename FMODE_STRIP_BOM to FMODE_SETENC_BY_BOM.
naruse
2009-08-21
Change modestr syntax for BOM to "BOM|UTF-*".
naruse
2009-08-20
* io.c (rb_sysopen_internal): removed const qualifier.
nobu
2009-08-20
* io.c (rb_sysopen): moved sysopen_struct from rb_sysopen_internal.
nobu
2009-08-05
* io.c (rb_stdio_set_default_encoding): prototyped.
nobu
2009-07-31
Set encodings of stdio after setting default internal and external.
naruse
2009-07-28
* io.c (argf_eof): should call next_argv() before testing.
matz
2009-07-26
* io.c (argf_eof): go to the next file if called after ARGF.close
nobu
2009-07-25
* io.c (argf_eof): should not have reached EOF before trying to
nobu
2009-07-20
* io.c (rb_f_open): add rdoc about specifying ext_enc as *-bom.
naruse
2009-07-19
* io.c (io_read): should taint the result. [ruby-dev:38826]
nobu
2009-07-18
* suppressed shorten-64-to-32 warnings.
nobu
2009-07-16
* io.c (io_reopen): discards read buffer. [ruby-core:24240]
nobu
2009-07-15
* io.c (argf_free): free data body.
ko1
2009-07-14
* io.c (rb_io_initialize): check if the descriptor can be accessed
nobu
2009-07-13
* io.c (pipe_open): handles leaked on win32 when an error occurs.
usa
2009-07-12
rdoc update.
akr
2009-07-10
io.c (io_strip_bom): ungetbyte third byte when UTF-16LE.
naruse
2009-07-10
Fix condition of second byte of UTF-16LE/UTF-32LE.
naruse
2009-07-10
cosmetic changes
naruse
2009-07-09
Set encoding and strip bom when modeenc string is "r:foo-bom" [ruby-dev:37236]
naruse
2009-07-07
* io.c (rb_io_ext_int_to_encs): Set external encoding if
naruse
2009-06-26
* io.c (argf_rewind): need to rewind $. and ARGF.lineno.
matz
2009-06-25
* io.c (argf_binmode_m): should call rb_io_ascii8bit_binmode() to
matz
2009-06-24
* io.c (rb_io_each_codepoint): uninitialized local variable enc.
matz
2009-06-22
update rdoc.
akr
2009-06-22
* io.c: remove __CHECKER__ test.
akr
2009-06-22
* ext/stringio/stringio.c (strio_each_codepoint): new method.
matz
2009-06-22
* io.c (rb_io_fdatasync): new method IO#fdatasync.
nobu
2009-06-20
rdoc update.
akr
2009-06-20
rdoc update.
akr
2009-06-16
* array.c (rb_ary_memsize): added.
ko1
2009-06-16
* io.c (fptr_finalize): revert last change. [ruby-dev:38648]
matz
2009-06-16
* io.c (fptr_finalize): should close stdin/stdout/stderr when
matz
[next]