mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-17 16:23:04 +00:00
* NEWS (2.3b): Update release date since there has been a delay in
getting the announcements and tarballs out.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2008-05-27 Joel E. Denny <jdenny@ces.clemson.edu>
|
||||||
|
|
||||||
|
* NEWS (2.3b): Update release date since there has been a delay in
|
||||||
|
getting the announcements and tarballs out.
|
||||||
|
|
||||||
2008-05-23 Joel E. Denny <jdenny@ces.clemson.edu>
|
2008-05-23 Joel E. Denny <jdenny@ces.clemson.edu>
|
||||||
|
|
||||||
* NEWS: Version 2.3b.
|
* NEWS: Version 2.3b.
|
||||||
|
|||||||
2
NEWS
2
NEWS
@@ -1,7 +1,7 @@
|
|||||||
Bison News
|
Bison News
|
||||||
----------
|
----------
|
||||||
|
|
||||||
Changes in version 2.3b (2008-05-23):
|
Changes in version 2.3b (2008-05-27):
|
||||||
|
|
||||||
* The quotes around NAME that used to be required in the following directive
|
* The quotes around NAME that used to be required in the following directive
|
||||||
are now deprecated:
|
are now deprecated:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
/* A Bison parser, made by GNU Bison 2.3a+. */
|
/* A Bison parser, made by GNU Bison 2.3b. */
|
||||||
|
|
||||||
/* Skeleton implementation for Bison's Yacc-like parsers in C
|
/* Skeleton implementation for Bison's Yacc-like parsers in C
|
||||||
|
|
||||||
@@ -46,7 +46,7 @@
|
|||||||
#define YYBISON 1
|
#define YYBISON 1
|
||||||
|
|
||||||
/* Bison version. */
|
/* Bison version. */
|
||||||
#define YYBISON_VERSION "2.3a+"
|
#define YYBISON_VERSION "2.3b"
|
||||||
|
|
||||||
/* Skeleton name. */
|
/* Skeleton name. */
|
||||||
#define YYSKELETON_NAME "yacc.c"
|
#define YYSKELETON_NAME "yacc.c"
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
/* A Bison parser, made by GNU Bison 2.3a+. */
|
/* A Bison parser, made by GNU Bison 2.3b. */
|
||||||
|
|
||||||
/* Skeleton interface for Bison's Yacc-like parsers in C
|
/* Skeleton interface for Bison's Yacc-like parsers in C
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user