From 74fe9071144766a97486df49fae5c22e07e64d90 Mon Sep 17 00:00:00 2001 From: akr Date: Thu, 14 Feb 2008 12:01:50 +0000 Subject: * io.c (io_reopen): check STDIN, STDOUT and STDERR mode according to stdio streams. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15473 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c6e57f379..a0331e5c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Feb 14 21:00:14 2008 Tanaka Akira + + * io.c (io_reopen): check STDIN, STDOUT and STDERR mode according to + stdio streams. + Thu Feb 14 16:07:40 2008 Yukihiro Matsumoto * test/ruby/test_math.rb: actual-expected argument ordering for -- cgit