]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
Use yy* consistently.
[bison.git] / ChangeLog
index da0fa0a8c747465995f6b501b7c9d7ba47326af8..1ab4c95edd6df458d22b9ca6af5053551b34873d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2008-11-26  Akim Demaille  <demaille@gostai.com>
+
+       Use yy* consistently.
+       * data/glr.c: Now that yyrhs no longer exists as a global
+       variable, rename local "rhs" variables into "yyrhs" for
+       consistency.
+
+2008-11-25  Akim Demaille  <demaille@gostai.com>
+
+       Get rid of yyrhs and yyprhs in glr.c.
+       * data/glr.c (yyrhs, yyprhs): Remove.
+       Instead, use the state stack and yystos.
+
+2008-11-25  Akim Demaille  <demaille@gostai.com>
+
+       Flag glr tests.
+       * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): If glr, declare it
+       as an Autotest keyword.
+
 2008-11-25  Akim Demaille  <demaille@gostai.com>
 
        Prefer TESTSUITE_FLAGS.