]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
Fix dates in copyright notice.
[bison.git] / ChangeLog
index 35f86d0c7c00659759e6d7a630be3c61cec22a31..7d942691313b453fe7914873254f1c7c66dfdb3c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2002-07-09  Akim Demaille  <akim@epita.fr>
+
+       * doc/bison.texinfo: Properly set the ``header'' part.
+       Use @dircategory ``GNU programming tools'' as per Texinfo's
+       documentation.
+       Use @copying.
+
+2002-07-09  Akim Demaille  <akim@epita.fr>
+
+       * lib/quotearg.h: Protect against multiple inclusions.
+       * src/location.h (location_t): Add a `file' member.
+       (LOCATION_RESET, LOCATION_PRINT): Adjust.
+       * src/complain.c (warn_at, complain_at, fatal_at): Drop
+       `error_one_per_line' support.
+
 2002-07-09  Akim Demaille  <akim@epita.fr>
 
        * src/complain.h, src/complain.c (warn, complain): Remove, unused.