mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-20 17:53:02 +00:00
Bison 2.5.1_rc1.
* NEWS: Update. * src/parse-gram.c, src/parse-gram.h: Regen.
This commit is contained in:
5
NEWS
5
NEWS
@@ -1,11 +1,12 @@
|
|||||||
Bison News
|
Bison News
|
||||||
----------
|
----------
|
||||||
|
|
||||||
* Changes in version 2.5.1 (????-??-??):
|
* Changes in version 2.5.1_rc1 (2012-05-14):
|
||||||
|
|
||||||
** Future changes:
|
** Future changes:
|
||||||
|
|
||||||
The next major release will drop support for K&R C.
|
The next major release will drop support for generating parsers in
|
||||||
|
K&R C.
|
||||||
|
|
||||||
** yacc.c: YYBACKUP works as expected.
|
** yacc.c: YYBACKUP works as expected.
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
/* A Bison parser, made by GNU Bison 2.5.127-8555-dirty. */
|
/* A Bison parser, made by GNU Bison 2.5.1_rc1-dirty. */
|
||||||
|
|
||||||
/* Bison implementation for Yacc-like parsers in C
|
/* Bison implementation for Yacc-like parsers in C
|
||||||
|
|
||||||
@@ -44,7 +44,7 @@
|
|||||||
#define YYBISON 1
|
#define YYBISON 1
|
||||||
|
|
||||||
/* Bison version. */
|
/* Bison version. */
|
||||||
#define YYBISON_VERSION "2.5.127-8555-dirty"
|
#define YYBISON_VERSION "2.5.1_rc1-dirty"
|
||||||
|
|
||||||
/* Skeleton name. */
|
/* Skeleton name. */
|
||||||
#define YYSKELETON_NAME "yacc.c"
|
#define YYSKELETON_NAME "yacc.c"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
/* A Bison parser, made by GNU Bison 2.5.127-8555-dirty. */
|
/* A Bison parser, made by GNU Bison 2.5.1_rc1-dirty. */
|
||||||
|
|
||||||
/* Bison interface for Yacc-like parsers in C
|
/* Bison interface for Yacc-like parsers in C
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user