From 538b33a984a89d733e6370a1fc3c0fa24ac4f206 Mon Sep 17 00:00:00 2001 From: akr Date: Wed, 31 Dec 2008 07:19:24 +0000 Subject: * io.c (copy_stream_body): don't check to_io because Zlib::GzipWriter#to_io returns the underlying IO. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21209 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e8765106f..0e0fe9657 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Dec 31 15:45:18 2008 Tanaka Akira + + * io.c (copy_stream_body): don't check to_io because + Zlib::GzipWriter#to_io returns the underlying IO. + Wed Dec 31 14:52:33 2008 Tanaka Akira * ext/openssl/ossl_digest.c (GetDigestPtr): use StringValueCStr -- cgit