]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
* data/glr.c: Use b4_token_enums, not b4_token_enums_defines.
[bison.git] / ChangeLog
index 0905232c09877a656d5e223765970e3c2478a46e..a0390ae05479aaaf86799b4bc828c8d7ed5bb8a5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,23 @@
+2005-09-20  Akim Demaille  <akim@epita.fr>
+
+       * data/glr.c: Use b4_token_enums, not b4_token_enums_defines.
+
 2005-09-19  Paul Eggert  <eggert@cs.ucla.edu>
 
 2005-09-19  Paul Eggert  <eggert@cs.ucla.edu>
 
+       * data/yacc.c (YYSIZE_MAXIMUM): New macro.
+       (YYSTACK_ALLOC_MAXIMUM): Use it.
+       (yysyntax_error): New function.
+       (yyparse) [YYERROR_VERBOSE]: Don't leak memory indefinitely if
+       multiple syntax errors are reported, and alloca is being used.
+       Instead, reallocate buffers twice as big each time, so that
+       we waste at most half the allocated memory.  Start with a small
+       (128-byte) buffer that will suffice in most cases anyway.
+       Use yysyntax_error to do most of the work.
+
+       * doc/bison.texinfo (Error Reporting, Table of Symbols):
+       yynerrs is the number of errors reported, not the number of
+       errors encountered.
+
        * tests/glr-regression.at (Duplicated user destructor for lookahead):
        Mark it as expected to fail.
        Cast result of malloc; problem reported by twlevo@xs4all.nl.
        * tests/glr-regression.at (Duplicated user destructor for lookahead):
        Mark it as expected to fail.
        Cast result of malloc; problem reported by twlevo@xs4all.nl.