+2004-12-26 Paul Eggert <eggert@cs.ucla.edu>
+
+ * doc/bison.texinfo (@copying): Update FDL version number to 1.2,
+ to fix an oversight in the Bison 2.0 manual.
+
2004-12-25 Paul Eggert <eggert@cs.ucla.edu>
* NEWS: Version 2.0. Reformat the existing news items since
1.875, so that related items are grouped together.
- * configure.ac (AC_INIT): Bump version to 1.875f.
+ * configure.ac (AC_INIT): Bump version to 2.0.
* src/parse-gram.c, src/parse-gram.h: Regenerate with 2.0.
+ * tests/torture.at (Exploding the Stack Size with Alloca): Set
+ YYSTACK_USE_ALLOCA to 1 if __GNUC__ or alloca are defined;
+ otherwise, we're not testing alloca. Unfortunately there's no
+ simple way to consult HAVE_ALLOCA here.
+
* data/lalr1.cc (yydestruct_): Pacify unused variable warning
for yymsg, too.