X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/1127a75a72dd15611a11c372222a629e89cfb832..abcfd805b80b565c0eb394016f8f0472f3f6db73:/NEWS diff --git a/NEWS b/NEWS index 1c33b045..1ba99a2f 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,19 @@ GNU Bison NEWS * Noteworthy changes in release ?.? (????-??-??) [?] + +* Noteworthy changes in release 2.7.1 (2013-04-15) [stable] + +** Bug fixes + +*** Fix compiler attribute portability (yacc.c) + + With locations enabled, __attribute__ was used unprotected. + +*** Fix some compiler warnings (lalr1.cc) + +* Noteworthy changes in release 2.7 (2012-12-12) [stable] + ** Bug fixes Warnings about uninitialized yylloc in yyparse have been fixed. @@ -505,6 +518,7 @@ GNU Bison NEWS These features are experimental in this version. More user feedback will help to stabilize them. + Contributed by Alex Rozenman. ** IELR(1) and canonical LR(1): @@ -1021,6 +1035,7 @@ GNU Bison NEWS The current Java interface is experimental and may evolve. More user feedback will help to stabilize it. + Contributed by Paolo Bonzini. ** %language @@ -1034,6 +1049,7 @@ GNU Bison NEWS Bison can now generate an XML report of the LALR(1) automaton using the new "--xml" option. The current XML schema is experimental and may evolve. More user feedback will help to stabilize it. + Contributed by Wojciech Polak. ** The grammar file may now specify the name of the parser header file using %defines. For example: @@ -2010,7 +2026,7 @@ Output file does not redefine const for C++. ----- -Copyright (C) 1995-2012 Free Software Foundation, Inc. +Copyright (C) 1995-2013 Free Software Foundation, Inc. This file is part of Bison, the GNU Parser Generator.