+2000-09-19 Akim Demaille <akim@epita.fr>
+
+ * tests/calc.m4 (calc.y): Do not assign to stdin, as it's not
+ portable.
+
+2000-09-18 Akim Demaille <akim@epita.fr>
+
+ * configure.in: Append WARNING_CFLAGS to CFLAGS.
+ * src/Makefile.am (INCLUDES): Don't.
+ Be ready to fetch headers in lib/.
+
+2000-09-18 Akim Demaille <akim@epita.fr>
+
+ * doc/bison.texinfo: Update the copyright.
+ ANSIfy and GNUify the examples.
+ Remove the old menu.
+
+2000-09-18 Akim Demaille <akim@epita.fr>
+
+ First set of tests: use the `calc' example from the documentation.
+
+ * src/bison.s1 (yyparse): Condition the code using `yytname' which
+ is defined only when YYDEBUG is.
+ * m4/atconfig.m4 (AT_CONFIG): Adjust to Autoconf 2.13.
+ * src/files.c (tryopen, tryclose): Formatting changes.
+ Move to the top and be static.
+ * src/reader.c (read_signed_integer): Likewise.
+ * tests/calc.m4: New file.
+ * Makefile.am, suite.m4: Adjust.
+ * m4/atconfig.m4: Set BISON_SIMPLE and BISON_HAIRY.
+
+2000-09-18 Akim Demaille <akim@epita.fr>
+
+ Add support for an Autotest test suite for Bison.
+
+ * m4/m4.m4, m4/atconfig.m4: New files.
+ * m4/Makefile.am (EXTRA_DIST): Adjust.
+ * tests/suite.m4, tests/Makefile.am, tests/atgeneral.m4: New
+ files.
+ * src/getargs.c: Display a more standard --version message.
+ * src/reader.c (reader): Formatting changes.
+ No longer depend upon VERSION_STRING.
+ * configure.in: No longer use `dnl'.
+ Set up the test suite and the new directory `tests/.
+ (VERSION_STRING): Remove.
+
+2000-04-14 Akim Demaille <akim@epita.fr>
+
+ * src/reader.c (copy_comment2): New function, same as former
+ `copy_comment', but outputs into two FILE *.
+ (copy_comment): Use it.
+ (parse_union_decl): Use it.
+ (get_type, parse_start_decl): Use the same `invalid' message.
+ (parse_start_decl, parse_union_decl): Use the same `multiple'
+ message.
+ (parse_union_decl, copy_guard, copy_action): Use the same
+ `unmatched' message.
+ * m4/Makefile.am (EXTRA_DIST): Add `warning.m4'.
+
+2000-03-31 Akim Demaille <akim@epita.fr>
+
+ * src/files.c (tryopen, tryclose): Move to the top.
+ Be static.
+
+2000-03-31 Akim Demaille <akim@epita.fr>
+
+ * src/main.c (main): Don't call `done', exit does it.
+
2000-03-31 Akim Demaille <akim@epita.fr>
* allocate.c: s/return (foo)/return foo/.