X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/f37495f6013afcfe355bb312215448d1b8b04bb2..3710dd02e2ade48dc1ad17fad654daef78cf6d6e:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 54db9976..4813d2d3 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. @@ -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.