]> git.saurik.com Git - bison.git/commitdiff
* NEWS: Update for recent changes.
authorJoel E. Denny <jdenny@ces.clemson.edu>
Wed, 19 Nov 2008 17:06:34 +0000 (12:06 -0500)
committerJoel E. Denny <jdenny@ces.clemson.edu>
Wed, 19 Nov 2008 17:06:34 +0000 (12:06 -0500)
ChangeLog
NEWS

index 3015d924de767a096b926f0f5dae2fec9a3b4934..92bda4e510871577de24df615a5484bb4297723f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-11-19  Joel E. Denny  <jdenny@ces.clemson.edu>
+
+       * NEWS: Update for recent changes.
+
 2008-11-18  Joel E. Denny  <jdenny@ces.clemson.edu>
 
        Fix unexpanded macros in GLR defines file.
diff --git a/NEWS b/NEWS
index 9ee618009add47d14b145a6fd179f88fe3b1fdce..9cfc9c6394632f303228a620ff5e5aca6bbab5b4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,9 @@ Bison News
 
 * Changes in version ?.? (????-??-??):
 
+** In the GLR defines file, unexpanded M4 macros in the yylval and yylloc
+   declarations have been fixed.
+
 ** Temporary hack for adding a semicolon to the user action.
 
   Bison used to prepend a trailing semicolon at the end of the user
@@ -16,9 +19,11 @@ Bison News
 
   This prevents the future support for languages than do not use `;'
   as C/C++/Java do.  Yet some grammars still depend on this `feature'.
-  Bison 2.4.1 restores the previous behavior to leave more time for
-  grammars depending on the old behavior to be adjusted.  Future
-  release of Bison will disable this feature.
+  Bison 2.4.1 restores the previous behavior in the case of C output
+  to leave more time for grammars depending on the old behavior to be
+  adjusted.  Future releases of Bison will disable this feature.
+
+** A few minor improvements to the Bison manual.
 
 * Changes in version 2.4 (2008-11-02):