diff options
| author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-31 07:19:24 +0000 |
|---|---|---|
| committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-31 07:19:24 +0000 |
| commit | 538b33a984a89d733e6370a1fc3c0fa24ac4f206 (patch) | |
| tree | 70a5772aee3d1ad1e8915b96923aadb642a6f708 /ChangeLog | |
| parent | 19c3d1421cedd8a0490a824fa325f74ca9cabc85 (diff) | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Wed Dec 31 15:45:18 2008 Tanaka Akira <akr@fsij.org> + + * 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 <akr@fsij.org> * ext/openssl/ossl_digest.c (GetDigestPtr): use StringValueCStr |
