]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
Document that undefined %prec identifier warnings will remain.
[bison.git] / ChangeLog
index 89b7a637562d9908369727453e13ce7dce3b2e90..a1dbfbf62be9de8db0a5af4b0603d733559a7549 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2010-04-30  Joel E. Denny  <joeldenny@joeldenny.org>
+
+       Document that undefined %prec identifier warnings will remain.
+       * NEWS (2.4.3): Here.
+       (2.4.2): Here.
+
+2010-04-25  Joel E. Denny  <joeldenny@joeldenny.org>
+
+       build: don't require src/bison during bootstrap.
+       Suggested by Eric Blake at
+       <http://lists.gnu.org/archive/html/bug-bison/2010-03/msg00003.html>.
+       * bootstrap.conf (bootstrap_epilogue): New function to make sure
+       src/parse-gram.[ch] are stamped later than src/parse-gram.y.
+
+2010-04-11  Joel E. Denny  <joeldenny@joeldenny.org>
+
+       * NEWS (2.4.3): Mention fix for Sun Studio C++.
+
 2010-04-10  Joel E. Denny  <joeldenny@joeldenny.org>
 
        tests: fix for newer Sun Studio C++.