From 754671ce6662ab6bb23c711892ecfbcaebf37c79 Mon Sep 17 00:00:00 2001 From: naruse Date: Sat, 29 Aug 2009 16:17:26 +0000 Subject: * ext/zlib/zlib.c (gzfile_read_all): use gzfile_newstr; set and convert its encoding. [ruby-dev:38304] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24704 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2d02e9583..629e11c90 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Aug 30 01:15:31 2009 NARUSE, Yui + + * ext/zlib/zlib.c (gzfile_read_all): use gzfile_newstr; + set and convert its encoding. [ruby-dev:38304] + Sat Aug 29 20:40:02 2009 Yuki Sonoda (Yugui) * vm_eval.c (rb_call0): gets rid of checking method cache twice. -- cgit