From: Paul Eggert Date: Wed, 24 Dec 2003 08:33:39 +0000 (+0000) Subject: Log today's changes. X-Git-Tag: BISON-2_0~187 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/5fa908329cd34ee5183c3488f045499e1cf86c79?ds=inline Log today's changes. --- diff --git a/ChangeLog b/ChangeLog index f8d95ab0..03bf7a23 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2003-12-23 Paul Eggert + + * config/depcomp, config/install-sh: Sync with Automake 1.8. + * src/output.c (output_skeleton): Rename local var. + * tests/input.at (Torturing the Scanner): Don't use \x0 or \0 in + Bison tokens, as this runs afoul of the 2003-10-07 change that + disallowed NUL bytes in character constants or string literals. + + * tests/local.at: Require Autoconf 2.59's Autotest. + * tests/testsuite.at: Don't include local.at, since we now assume + Autoconf 2.59 or later. Autoconf 2.59 had some problems with + including it. + * tests/Makefile.am ($(TESTSUITE)): Remove warning about ignoring + multiple inclusion warnings. + 2003-12-02 Akim Demaille * doc/bison.texinfo (How Can I Reset the Parser): More about start