]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
* data/glr.c (yyprocessOneStack): Synchronize the shift for all
[bison.git] / ChangeLog
index 03817bc1638f3a0c6808b45a38770efc650c9ed9..fe8bf3135f1cbd2a9166260323eb6c91404acf89 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
+2005-12-06  "Joel E. Denny" <jdenny@ces.clemson.edu>
+
+       * data/glr.c (yyprocessOneStack): Synchronize the shift for all
+       stacks, and iterate another stack in order to call user
+       destructors.
+       * tests/glr-regression.at (No users destructors if stack 0 deleted):
+       New test case.
+       (Duplicated user destructor for lookahead): This test now is expected
+       to succeed.
+
 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
 
+       * NEWS: Document the following change.
        * data/yacc.c: Say "parser skeleton" rather than "file", since
        it's no longer just a file.
        * data/glr.c: Grant a special exception for C GLR parsers, that