From 56bc22023f1c0759c133473f2d33642c8797342c Mon Sep 17 00:00:00 2001 From: katsu Date: Fri, 20 Aug 2004 03:19:09 +0000 Subject: * ext/zlib/zlib.c: GzipReader#ungetc caused crc error. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6799 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e2a999ca7..ca520dcbe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri Aug 20 11:46:43 2004 UENO Katsuhiro + + * ext/zlib/zlib.c: GzipReader#ungetc caused crc error. + Thu Aug 19 16:29:45 2004 Hidetoshi NAGAI * ext/tk/lib/tk.rb: Fail to treat a hash value of 'font' option. -- cgit