X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/82de6b0ddee4ba55ed08e2ecc8d2b63c10349fd0..51c30d21446d4ef802c7a45d35cbe9ca7d966f20:/NEWS diff --git a/NEWS b/NEWS index a3130f93..265b1957 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,18 @@ Bison News ---------- +Changes in version 2.0a, ????-??-??: + +* Bison-generated C parsers use the _ macro to translate strings from + English to the user's language, e.g., _("syntax error"). By default, + _ is defined to be a no-op macro so the strings are not translated. + +* When generating verbose diagnostics, Bison-generated C parsers no longer + quote the literal strings associated with tokens. For example, for + a syntax error associated with '%token NUM "number"' they might + print 'syntax error, unexpected number' instead of 'syntax error, + unexpected "number"'. + Changes in version 2.0, 2004-12-25: * Possibly-incompatible changes @@ -593,7 +605,7 @@ End: ----- -Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 +Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. @@ -610,5 +622,5 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with autoconf; see the file COPYING. If not, write to -the Free Software Foundation, Inc., 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA. +the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +Boston, MA 02110-1301, USA.