X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/3df374151b36bb8693842c09a1904aeffc358b93..8a1dd2fe05fc19d9f136d1ddbb42bb0af197240d:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 7314067f..7ca032a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,28 @@ +2002-11-12 Albert Chin-A-Young + + * src/Makefile.am (LDADD): Link $(LIBINTL) last to avoid the + duplicate definition of optind on Tru64 UNIX 4.0D with the Compaq + linker. + +2002-11-12 Akim Demaille + + * Makefile.maint: Sync with Autoconf: + (local_updates): New. + +2002-11-12 Akim Demaille + + * po/POTFILES.in (src/lalr.c, src/state.c): Remove + +2002-11-12 Akim Demaille + + * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Display the + locations. + +2002-11-12 Akim Demaille + + * data/c.m4 (b4_yysymprint_generate): Pass *yyvaluep to YYPRINT, + not yyvalue. + 2002-11-12 Akim Demaille * tests/actions.at (AT_CHECK_PRINTER_AND_DESTRUCTOR): New.