From af6f2cfc167e096bb193614fda22e7ffae0d90d6 Mon Sep 17 00:00:00 2001 From: akr Date: Fri, 6 Aug 2004 16:01:02 +0000 Subject: * ext/zlib/zlib.c: Zlib::GzipReader#read(0) returns "" instead of nil. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6739 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4ec2b3887..816949ec0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sat Aug 7 00:50:01 2004 Tanaka Akira + + * ext/zlib/zlib.c: Zlib::GzipReader#read(0) returns "" instead of nil. + Mon Aug 3 13:49:20 2004 Hidetoshi NAGAI * ext/tk/lib/tk/namespace.rb: bug fix -- cgit