]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
* ChangeLog: Add mailing list references to some of the 2006-06-26 patches.
[bison.git] / ChangeLog
index 924eb16748e9ab34620c07d4e6fcb8475222357a..614a3982221fc562eae4e0c1b7b55f651db48239 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,7 +7,8 @@
 2006-06-26  Joel E. Denny  <jdenny@ces.clemson.edu>
 
        Don't miss %merge result type warnings just because the LHS types are
 2006-06-26  Joel E. Denny  <jdenny@ces.clemson.edu>
 
        Don't miss %merge result type warnings just because the LHS types are
-       declared after the %merge.
+       declared after the %merge.  This continues the effort of the previous
+       patch.
        * src/reader.c (get_merge_function): Don't set the merger type yet.
        (record_merge_function_type): New function for setting the merger type
        and checking for clashes.
        * src/reader.c (get_merge_function): Don't set the merger type yet.
        (record_merge_function_type): New function for setting the merger type
        and checking for clashes.
 2006-06-26  Joel E. Denny  <jdenny@ces.clemson.edu>
 
        Get action warnings (grammar_rule_check) right even when symbol
 2006-06-26  Joel E. Denny  <jdenny@ces.clemson.edu>
 
        Get action warnings (grammar_rule_check) right even when symbol
-       declarations appear after the rules.  Don't mistake the type of $$ in
-       a midrule to be that of its parent rule's $$.
+       declarations appear after the rules.  Discussed at
+       <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00108.html>
+       and
+       <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00151.html>.
+       Don't mistake the type of $$ in a midrule to be that of its parent
+       rule's $$.
        * src/reader.c (grammar_current_rule_end): Don't invoke
        grammar_rule_check yet since not all symbol declarations may have been
        parsed yet.
        * src/reader.c (grammar_current_rule_end): Don't invoke
        grammar_rule_check yet since not all symbol declarations may have been
        parsed yet.