]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
bootstrap: fix/improve find_tool.
[bison.git] / ChangeLog
index 4de30cf579a9a4d05f08821e41c5ece6c5b13cfa..3a1c6c793b68f869ec2314cabc1e0866229254bc 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.