index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* 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
*
* io.c (argf_binmode_m): should call rb_io_ascii8bit_binmode() to
matz
2009-06-25
1
-2
/
+3
*
* io.c (rb_io_each_codepoint): uninitialized local variable enc.
matz
2009-06-24
1
-1
/
+2
*
update rdoc.
akr
2009-06-22
1
-4
/
+7
*
* io.c: remove __CHECKER__ test.
akr
2009-06-22
1
-1
/
+1
*
* ext/stringio/stringio.c (strio_each_codepoint): new method.
matz
2009-06-22
1
-1
/
+101
*
* io.c (rb_io_fdatasync): new method IO#fdatasync.
nobu
2009-06-22
1
-0
/
+29
*
rdoc update.
akr
2009-06-20
1
-1
/
+1
*
rdoc update.
akr
2009-06-20
1
-1
/
+1
*
* array.c (rb_ary_memsize): added.
ko1
2009-06-16
1
-0
/
+14
*
* io.c (fptr_finalize): revert last change. [ruby-dev:38648]
matz
2009-06-16
1
-3
/
+3
*
* io.c (fptr_finalize): should close stdin/stdout/stderr when
matz
2009-06-16
1
-2
/
+2
*
* io.c (argf_each_line): should return self. [ruby-core:23852]
matz
2009-06-15
1
-4
/
+3
*
* io.c (Init_IO): add constant File::NOATIME. [ruby-core:23194]
kazu
2009-05-11
1
-0
/
+3
*
* io.c (pipe_open): should be rb_pid_t.
nobu
2009-05-07
1
-1
/
+1
*
* io.c: fixed types.
nobu
2009-04-26
1
-61
/
+85
*
* io.c (io_reopen): keeps pathv for prep_stdio. [ruby-dev:38131]
nobu
2009-04-26
1
-2
/
+2
*
* node.h (rb_notimplement_body_p): declared.
akr
2009-04-16
1
-20
/
+16
*
* thread.c (rb_thread_fd_select): new function to call select
matz
2009-04-01
1
-5
/
+5
*
rdoc update.
akr
2009-03-28
1
-0
/
+2
*
* io.c (rb_io_inspect): Cannot access fptr->fd if fptr is NULL.
knu
2009-03-24
1
-1
/
+2
[next]