]> git.saurik.com Git - bison.git/blobdiff - NEWS
Fix portability issue in the test suite.
[bison.git] / NEWS
diff --git a/NEWS b/NEWS
index 7d1a444d55b41b99bb4ae9c0c237f7897b41f240..1a98c191d4ff23407c4d3104d220759cc708f3b4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,24 @@
 Bison News
 ----------
 
+* Changes in version 2.5 (????-??-??):
+
+** %define can now be invoked via the command line.
+
+  Each of these bison command-line options
+
+    -D NAME=VALUE
+    --define=NAME=VALUE
+
+  is equivalent to this grammar file declaration
+
+    %define NAME "VALUE"
+
+  for any NAME and VALUE.  Omitting `=VALUE' on the command line is
+  equivalent to omitting `"VALUE"' in the declaration.
+
+* Changes in version 2.4.2 (????-??-??):
+
 * Changes in version 2.4.1 (2008-12-11):
 
 ** In the GLR defines file, unexpanded M4 macros in the yylval and yylloc
@@ -1049,9 +1067,9 @@ End:
 -----
 
 Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
 
-This file is part of Bison, the GNU Compiler Compiler.
+This file is part of Bison, the GNU Parser Generator.
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by