]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
* tests/local.at (AT_COMPILE_CXX): Treat LDFLAGS like AT_COMPILE does.
[bison.git] / ChangeLog
index 77e4b7fecbee31aaeb8adc59bebbf4145a0ba4cc..2dd263f8cea8e02b6fe8cec511c53a6fab4acced 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * tests/local.at (AT_COMPILE_CXX): Treat LDFLAGS like AT_COMPILE does.
+       Problem reported by Ralf Menzel.
+
+2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * tests/actions.at: Test that stack overflow invokes destructors.
+       From Marcus Holland-Moritz.
+       * data/yacc.c (yyerrlab): Move the code that destroys the stack
+       from here....
+       (yyreturn): to here.  That way, destructors are called properly
+       even if the stack overflows, or the user calls YYACCEPT or
+       YYABORT.  Stack-overflow problem reported by Marcus Holland-Moritz.
+       (yyoverflowlab): Destroy the lookahead.
+
+2005-04-24  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * data/yacc.c (YYSTACK_ALLOC_MAXIMUM): Add more-descriptive comment.
+
 2005-04-17  Paul Eggert  <eggert@cs.ucla.edu>
 
        * NEWS: Bison-generated C parsers no longer quote literal strings
@@ -6,6 +26,7 @@
        since users don't want to see C escapes.
        * tests/calc.at (AT_CHECK_CALC): Adjust to lack of quotes
        in diagnostics.
+       * tests/input.at (Torturing the Scanner): Likewise.
        * tests/regression.at (Token definitions, Web2c Actions): Likewise.
 
 2005-04-16  Paul Eggert  <eggert@cs.ucla.edu>