]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
* data/glr.c (yyGLRStateSet): Rename yylookaheadStatuses to
[bison.git] / ChangeLog
index 0d822d9a11487c1072be89519ceb3d03e61a2970..f4f413efbe4ae8da2c4dec9aa1065f38273b3f0b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+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.
+
+2006-01-11  Paul Hilfinger  <hilfingr@tully.CS.Berkeley.EDU>
+
+       * data/glr.c (yyaddDeferredAction): Flesh out the comment.
+
 2006-01-11  Joel E. Denny  <jdenny@ces.clemson.edu>
 
        * doc/bison.texinfo: Fix some typos.