mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-19 17:23:02 +00:00
* data/glr.c: Switch to Bison 2.2 special-exception language in
the copyright notice. Use more-regular format for titles and copyright notices. * data/glr.cc: Likewise. * data/location.cc: Likewise. * data/yacc.cc: Likewise. * doc/bison.texinfo (Conditions): Document this. * NEWS: likewise. Upgrade version to 2.2.
This commit is contained in:
12
NEWS
12
NEWS
@@ -1,14 +1,16 @@
|
||||
Bison News
|
||||
----------
|
||||
|
||||
Changes in version 2.1b:
|
||||
Changes in version 2.2, 2006-05-09:
|
||||
|
||||
* The distribution terms for all Bison-generated parsers now permit
|
||||
using the parsers in nonfree programs. Previously, this permission
|
||||
was granted only for Bison-generated LALR(1) parsers in C.
|
||||
|
||||
* %name-prefix changes the namespace name in C++ outputs.
|
||||
|
||||
* The C++ parsers export their token_type.
|
||||
|
||||
Changes in version 2.1a, 2006-02-13:
|
||||
|
||||
* Bison now allows multiple %union declarations, and concatenates
|
||||
their contents together.
|
||||
|
||||
@@ -80,7 +82,7 @@ Changes in version 2.1a, 2006-02-13:
|
||||
fail using `%require "2.1a"'.
|
||||
|
||||
* DJGPP support added.
|
||||
|
||||
|
||||
Changes in version 2.1, 2005-09-16:
|
||||
|
||||
* The C++ lalr1.cc skeleton supports %lex-param.
|
||||
@@ -106,7 +108,7 @@ Changes in version 2.1, 2005-09-16:
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user