bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] * NEWS: Update for recent changes.


From: Joel E. Denny
Subject: [PATCH] * NEWS: Update for recent changes.
Date: Wed, 19 Nov 2008 12:09:46 -0500 (EST)

I pushed this to branch-2.4.1.

>From a957d06cef15e00e35e26fa87a93b9183d1ec220 Mon Sep 17 00:00:00 2001
From: Joel E. Denny <address@hidden>
Date: Wed, 19 Nov 2008 12:06:34 -0500
Subject: [PATCH] * NEWS: Update for recent changes.

diff --git a/NEWS b/NEWS
index 9ee6180..9cfc9c6 100644
--- 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):
 
-- 
1.5.4.3





reply via email to

[Prev in Thread] Current Thread [Next in Thread]