]> git.saurik.com Git - bison.git/commitdiff
* NEWS: Version 2.3.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 5 Jun 2006 07:45:41 +0000 (07:45 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 5 Jun 2006 07:45:41 +0000 (07:45 +0000)
* configure.ac (AC_INIT): Likewise.

ChangeLog
NEWS
configure.ac

index f96983d8ff6ba04c971cc897d69e2544d220ea94..c44f0e4c7245c81d93da498c027889500a6088be 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-06-05  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * NEWS: Version 2.3.
+       * configure.ac (AC_INIT): Likewise.
+
 2006-05-30  Paul Eggert  <eggert@cs.ucla.edu>
 
        * data/glr.c (YYRECOVERING): Define to be a function-like macro
diff --git a/NEWS b/NEWS
index 54775985a887aa22dbd47d85396fc2b3ea7c168d..3dca4fe0919a92abdabb0e1d706df9ea4c3ba71e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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
index 7272489846fe3b4875959a90d69d4bb8f469f5d5..7804b023f797fa4b2e29d63f0b4e51afae0571ea 100644 (file)
@@ -24,7 +24,7 @@
 # least Autoconf 2.59.
 AC_PREREQ(2.59)
 
-AC_INIT([GNU Bison], [2.2a], [bug-bison@gnu.org])
+AC_INIT([GNU Bison], [2.3], [bug-bison@gnu.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])