]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
* data/yacc.c, data/glr.c, data/lal1.cc: Use similar code to
[bison.git] / ChangeLog
index 2b304d3218a57d9268db75563d8e2344ce5a5280..67ab551d5ef41d0e771f497bb6075e2eda5ba2dd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,16 @@
 2003-03-02  Akim Demaille  <akim@epita.fr>
 
-       Write a test the yycheck overrun reported by Andrew Suffield.
+       * data/yacc.c, data/glr.c, data/lal1.cc: Use similar code to
+       generate verbose error messages.
+       Use the number of tokens as an upper bound in yytname, as it
+       cannot be a non terminal.
+
+2003-03-02  Akim Demaille  <akim@epita.fr>
+
+       * tests/regression.at (_AT_DATA_DANCER_Y): Fix the expected error
+       message.
+
+2003-03-02  Akim Demaille  <akim@epita.fr>
 
        * tests/regression.at (_AT_DATA_DANCER_Y, AT_CHECK_DANCER): New.
        Use them to exercise yycheck overrun.