From 4a49c6555a441ff2bfd0ac63608db2153a9fab7e Mon Sep 17 00:00:00 2001 From: shugo Date: Tue, 19 Aug 2003 02:21:04 +0000 Subject: * io.c (next_argv): should not call GetOpenFile() if rb_stdout is not a IO (T_FILE). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4408 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 63c1ee6b2..3f7577ebd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Aug 19 11:19:33 2003 Shugo Maeda + + * io.c (next_argv): should not call GetOpenFile() if rb_stdout is + not a IO (T_FILE). + Tue Aug 19 07:47:09 2003 GOTOU Yuuzou * ext/openssl/ossl_ssl.c: sync_close is moved to SSLSocket as -- cgit