]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
change more quotes in source, and adjust tests to match
[bison.git] / ChangeLog
index 25276c61f01bf8946446d311511500bdb9246140..b341b11cb751a7918de0a19b2c29f43be2ddd793 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,35 @@
+2012-01-15  Jim Meyering  <meyering@redhat.com>
+
+       maint: get fdl.texi from gnulib
+       * bootstrap.conf (gnulib_modules): Add fdl.
+       * doc/fdl.texi: Remove file.
+       * doc/.gitignore: Add it here.
+
+2012-01-15  Jim Meyering  <meyering@redhat.com>
+
+       maint: spell "file system" as two separate words
+       * doc/Doxyfile.in: Spell it "file system", to avoid a
+       "make syntax-check" failure.
+
+2012-01-15  Jim Meyering  <meyering@redhat.com>
+
+       maint: avoid "the the"
+       * djgpp/README.in: s/the the/the/
+       * src/parse-gram.c (lloc_default): Likewise.
+       * src/parse-gram.y (lloc_default): Likewise, and remove a
+       trailing space.
+
+2012-01-13  Jim Meyering  <meyering@redhat.com>
+
+       build: avoid warning from coverity about lbitset_elt_find
+       * lib/lbitset.c (lbitset_elt_find): Remove unnecessary test of "elt",
+       at a point where we know it is non-NULL, due to prior dereference.
+
+2012-01-13  Akim Demaille  <akim@lrde.epita.fr>
+
+       maint: factor copyright year.
+       * configure.ac: Use $PACKAGE_COPYRIGHT_YEAR instead of repeating it.
+
 2012-01-13  Akim Demaille  <akim@lrde.epita.fr>
 
        maint: catch missing gnulib macros.