X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/da12206a7c7fd16bdeb0fa716c029eec1309176d..6201a1a70f94db1ec174b9eb72e16a2316dfb801:/ChangeLog?ds=sidebyside diff --git a/ChangeLog b/ChangeLog index f4d7374d..e31d5a69 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,20 @@ +2004-12-26 Paul Eggert + + * 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 * 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.