From 56ce99cc91e0aa7ae8ee1b8ace67d91a09e96772 Mon Sep 17 00:00:00 2001 From: yugui Date: Thu, 1 Jan 2009 06:42:23 +0000 Subject: merges r21209 from trunk into ruby_1_9_1. * 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/branches/ruby_1_9_1@21229 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4a5026bad..89114f868 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