X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/a957d06cef15e00e35e26fa87a93b9183d1ec220..015e86a7b2224848f3f1f29d7bdbf8e31d8bee34:/NEWS diff --git a/NEWS b/NEWS index 9cfc9c63..69c6d3b2 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,9 @@ Bison News ---------- -* Changes in version ?.? (????-??-??): +* 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 declarations have been fixed. @@ -17,11 +19,12 @@ Bison News exp: exp "+" exp { $$ = $1 + $3; }; - 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 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. + Some grammars still depend on this `feature'. Bison 2.4.1 restores + the previous behavior in the case of C output (specifically, when + neither %language or %skeleton or equivalent command-line options + are used) 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. @@ -1048,9 +1051,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