X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/cf499cff31eabd04e37107484647bdd453137d1d..1deef26d0ca3df3d1c845a8cf41fc0cdef009d79:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 4de30cf5..3a1c6c79 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2009-09-03 Akim Demaille + + bootstrap: fix/improve find_tool. + * bootstrap (find_tool): Improve error messages. + Fix typo about find_tool_names. + +2009-08-29 Joel E. Denny + + Fix gcc 3.4.4 shadowing warning reported by Eric Blake. + See + . + * 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 %define: accept unquoted values.