* NEWS: Version 2.3.

* configure.ac (AC_INIT): Likewise.
This commit is contained in:
Paul Eggert
2006-06-05 07:45:41 +00:00
parent 0210398466
commit 4ad3ed84f6
3 changed files with 14 additions and 1 deletions

8
NEWS
View File

@@ -1,6 +1,14 @@
Bison News
----------
Changes in version 2.3, 2006-06-05:
* GLR grammars should now use `YYRECOVERING ()' instead of `YYRECOVERING',
for compatibility with LALR(1) grammars.
* It is now documented that any definition of YYSTYPE or YYLTYPE should
be to a type name that does not contain parentheses or brackets.
Changes in version 2.2, 2006-05-19:
* The distribution terms for all Bison-generated parsers now permit