From 9ce1ce523a9ddf617c37ac04f2fdeb4fadd5dfdb Mon Sep 17 00:00:00 2001 From: aamine Date: Mon, 3 Nov 2003 13:55:01 +0000 Subject: * lib/racc/parser.rb: synchronize with Racc 1.4.4. * ext/racc/cparse/cparse.c: ditto. * ext/racc/cparse/cparse.c (parse_main): should abort when the length of LR state stack <=1, not ==0. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4890 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 015d0d94c..2692c1d98 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Mon Nov 3 22:53:21 2003 Minero Aoki + + * lib/racc/parser.rb: synchronize with Racc 1.4.4. + + * ext/racc/cparse/cparse.c: ditto. + + * ext/racc/cparse/cparse.c (parse_main): should abort when + the length of LR state stack <=1, not ==0. + Sun Nov 2 02:28:33 2003 GOTOU Yuuzou * lib/webrick/ssl.rb: new option :SSLExtraChainCert. -- cgit