]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
bootstrap: fix/improve find_tool.
[bison.git] / ChangeLog
index 54db9976e5705aa258bba2c509cdcab611bf603a..4813d2d3c3d87a541d4a940af7476defb488ea8e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2009-09-03  Akim Demaille  <demaille@gostai.com>
+
+       bootstrap: fix/improve find_tool.
+       * bootstrap (find_tool): Improve error messages.
+       Fix typo about find_tool_names.
+
+2009-08-29  Joel E. Denny  <jdenny@clemson.edu>
+
+       Fix gcc 3.4.4 shadowing warning reported by Eric Blake.
+       See
+       <http://lists.gnu.org/archive/html/bison-patches/2009-08/msg00093.html>.
+       * src/scan-code.h (code_props_rule_action_init): Rename
+       named_ref arg to name so it doesn't shadow named_ref type.  This
+       makes it consistent with the function definition in scan-code.l
+       anyway.
+
 2009-08-28  Joel E. Denny  <jdenny@clemson.edu>
 
        %define: accept unquoted values.
@@ -8,7 +24,7 @@
        (Table of Symbols): Likewise.
        * src/ielr.c (LrType): Update documentation.
        * src/parse-gram.y (content.opt): Add production for ID.
-       * tests/calc.at: Likewise.
+       * tests/calc.at: Remove quotes in most tests.
        * tests/existing.at: Likewise.
        * tests/input.at: Likewise.
        * tests/local.at: Likewise.