+2004-02-02 Paul Eggert <eggert@twinsun.com>
+
+ * src/Makefile.am (AM_CPPFLAGS): New macro. It mentions
+ $(top_srcdir)/lib and ../lib. This fixes a bug reported
+ by Paul Hilfinger; the old INCLUDES value didn't mention ../lib.
+ There's no need to mention top_builddir since Automake does that
+ for us.
+ (INCLUDES): Remove, as Automake says it's obsolescent.
+ Contents migrated into AM_CPPFLAGS as described above.
+ * lib/Makefile.am (INCLUDES): Remove; obsolescent.
+
+2004-01-14 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
+
+ * data/glr.c (yytokenName): Bullet-proof against YYEMPTY token.
+ (yyreportSyntaxError): Handle case where lookahead token is
+ YYEMPTY.
+
+2004-01-13 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
+
+ * data/glr.c: Put casts on uses of YYREALLOC and YYMALLOC so that
+ resulting parsers are compilable with C++.
+
+2003-12-23 Paul Eggert <eggert@twinsun.com>
+
+ * 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 <akim@epita.fr>
+
+ * doc/bison.texinfo (How Can I Reset the Parser): More about start
+ conditions.
+ From Bruno Haible.
+
2003-11-18 Alexandre Duret-Lutz <adl@gnu.org>
* doc/bison.texinfo (Bison Options): Escape `@' in `$@'.
-----
Copyright (C) 1987, 1988, 1991, 1992, 1993, 1994, 1995, 1996, 1997,
-1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
This file is part of Bison, the GNU Compiler Compiler.