]> git.saurik.com Git - bison.git/blobdiff - NEWS
yacc.c: instead of duplicating y.tab.h inside y.tac.c, include it.
[bison.git] / NEWS
diff --git a/NEWS b/NEWS
index 4fadf4e5eff5be9dd71d702a95072a6b9b964096..fd51b61b61163388870c814ba33de6ac0f3e636e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,22 @@
-Bison News
-----------
+GNU Bison NEWS
 
-* Changes in version 2.5.1_rc1 (2012-05-14):
+* Noteworthy changes in release ?.? (????-??-??) [?]
+
+** Future changes:
+
+  The next major release will drop support for generating parsers in K&R C,
+  and remove the definition of yystype (removal announced since Bison
+  1.875).
+
+** Changes in regular C parsers (yacc.c):
+
+*** The generated header is included
+
+  Instead of duplicating the content of the generated header (definition of
+  YYSTYPE, yyltype etc.), the generated parser now includes it, as was
+  already the case for GLR or C++ parsers.
+
+* Noteworthy changes in release 2.5.1 (2012-06-05) [stable]
 
 ** Future changes:
 
@@ -93,7 +108,7 @@ Bison News
   This includes warnings with some compilers, unexpected behavior of tools
   such as diff, warning messages from the test suite itself, etc.
 
-*** The install-pdf target work properly:
+*** The install-pdf target works properly:
 
   Running "make install-pdf" (or -dvi, -html, -info, and -ps) no longer
   halts in the middle of its course.