+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/.
+ * lalr.c: Likewise.
+ * LR0.c: Likewise.
+ * output.c: Likewise.
+ * reader.c: Likewise.
+ * symtab.c: Likewise.
+ * vmsgetargs.c: Likewise.
+
+2000-03-31 Akim Demaille <akim@epita.fr>
+
+ Clean up the error reporting functions.
+
+ * src/report.c: New file.
+ * src/report.h: Likewise.
+ * src/Makefile.am: Adjust.
+ * m4/error.m4: New file.
+ * m4/Makefile.am: Adjust.
+ * configure.in (jm_PREREQ_ERROR): Call it.
+ * src/main.c (int_to_string, banner, fatal_banner, warn_banner):
+ Remove.
+ (fatal, fatals): Remove. All callers use complain.c::fatal.
+ (warn, warni, warns, warnss, warnss): Remove. All callers use
+ complain.c::complain.
+ (toomany): Remove, use fatal instead.
+ * src/files.c (done): No argument, use complain_message_count.
+ * src/main.c (main): Register `done' to `atexit'.
+
+ * src/getargs.c (usage): More `fputs', less `fprintf'.
+
+2000-03-28 Akim Demaille <akim@epita.fr>
+
+ * lib/: New directory.
+ * Makefile.am (SUBDIRS): Adjust.
+ * configure.in: Adjust.
+ (LIBOBJS): Although not used yet, AC_SUBST it, otherwise it's
+ useless.
+ * src/alloca.c: Moved to lib/.
+ * src/getopt.c: Likewise.
+ * src/getopt1.c: Likewise.
+ * src/getopt.h: Likewise.
+ * src/ansi2knr.c: Likewise.
+ * src/ansi2knr.1: Likewise.
+ * src/Makefile.am: Adjust.
+ * lib/Makefile.am: New file.
+
2000-03-28 Akim Demaille <akim@epita.fr>
* src/getargs.c (usage): Refresh the help message.