]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
Fix last warning from --enable-gcc-warnings.
[bison.git] / ChangeLog
index db9bf08c305fe92bfcff4bf11cf509ccb36f1768..6796f5c029afd0f9124448ba2d0bc3d8a04694c0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+2008-11-17  Joel E. Denny  <jdenny@ces.clemson.edu>
+
+       Fix last warning from --enable-gcc-warnings.
+       * src/getargs.c (getargs): Don't assign const address to non-const
+       pointer.
+
+2008-11-17  Joel E. Denny  <jdenny@ces.clemson.edu>
+
+       Don't let maintainer-*-check targets force a version update.
+       * cfg.mk (_is-dist-target): Implement.  maintainer-check* was already
+       handled.
+
+2008-11-17  Di-an Jan  <dianj@freeshell.org>
+
+       * doc/bison.texinfo: Synchronize ``Detail Node Listing''.
+       Align menus.  Adjust word wrapping.  Use node names for menu names.
+       (Examples): Don't abbreviate node names.
+       (LocalWords): Remove abbreviations.
+       (Copying): Make description a sentence.
+       (Java Action Features): Remove period to match the rest of menu.
+
 2008-11-17  Di-an Jan  <dianj@freeshell.org>
 
        Handles several --enable-gcc-warnings.
@@ -9,7 +30,7 @@
        (muscles_output): Move symbol_definitions_output to...
        (output): here as prepare_symbol_definitions.
        * tests/c++.at (AT_CHECK_VARIANTS): Remove unused parameters of main.
-       (AT_CHECK_NAMESPACE): Make unused parameter lloc unnamed. 
+       (AT_CHECK_NAMESPACE): Make unused parameter lloc unnamed.
 
 2008-11-17  Di-an Jan  <dianj@freeshell.org>