From adc80c1ea6a355f6f1c412d645e4d25494b9861d Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 13 Oct 2005 14:26:00 +0000 Subject: * parse.y (HEAPCNT): bison allocates indivisible size. fixed: [ruby-core:06261] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9382 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 103873f57..95b12e9eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Oct 13 23:25:10 2005 Nobuyoshi Nakada + + * parse.y (HEAPCNT): bison allocates indivisible size. + fixed: [ruby-core:06261] + Wed Oct 12 12:51:56 2005 GOTOU Yuuzou * ext/openssl/ossl.c (Init_openssl): should call -- cgit