]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
More alloca cleanups.
[bison.git] / ChangeLog
index 232fede61d8fb97375ca7ccd53fdbc98c6d80a42..c2da9f8774016919c3ee9bf6718224cdaa65cbc7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2005-09-21  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * bootstrap (gnulib_modules): Remove alloca.  Bison doesn't need
+       it itself.
+       * src/main.c (main) [C_ALLOCA]: Don't flush alloca'ed memory; we
+       don't use alloca any more.
+
+       * data/yacc.c [YYSTACK_USE_ALLOCA && !defined __GNUC__ && ! defined
+       __BUILTIN_VA_ARG_INCR && ! defined _AIX && ! defined _MSC_VER &&
+       (defined alloca || defined _ALLOCA_H)]: Don't include <stdlib.h>;
+       not needed in this case.
+       * tests/torture.at (Exploding the Stack Size with Alloca): Adjust
+       to match yacc.c, to test more hosts.
+
 2005-09-20  Paul Eggert  <eggert@cs.ucla.edu>
 
        * data/yacc.c (YYSIZE_T): Reindent to make it clearer.  This