]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
* data/glr.c (yyGLRStateSet): Rename yylookaheadStatuses to
[bison.git] / ChangeLog
index 31c96a8c606d644ce847fca5c32d12356f8c5189..f4f413efbe4ae8da2c4dec9aa1065f38273b3f0b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2006-01-12  Joel E. Denny  <jdenny@ces.clemson.edu>
+
+       * data/glr.c (yyGLRStateSet): Rename yylookaheadStatuses to
+       yylookaheadNeeds.  All uses updated.
+       (yysplitStack): Rename local yynewLookaheadStatuses to
+       yynewLookaheadNeeds.
+       * data/glr-regression.at (Incorrect lookahead during nondeterministic
+       GLR): In comments, change `lookahead status' to `lookahead need'.
+
 2006-01-11  Paul Hilfinger  <hilfingr@tully.CS.Berkeley.EDU>
 
        * data/glr.c (yysplitStack): A little stylistic rewrite.