mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-27 05:03:07 +00:00
NEWS: update for 3.4
This commit is contained in:
12
NEWS
12
NEWS
@@ -2,14 +2,12 @@ GNU Bison NEWS
|
|||||||
|
|
||||||
* Noteworthy changes in release ?.? (????-??-??) [?]
|
* Noteworthy changes in release ?.? (????-??-??) [?]
|
||||||
|
|
||||||
|
** Deprecated features
|
||||||
|
|
||||||
* Noteworthy changes in release 3.3.91 (2019-05-12) [beta]
|
The %pure-parser directive is deprecated in favor of '%define api.pure'
|
||||||
|
since Bison 2.3b (2008-05-27), but no warning was issued; there is one
|
||||||
** Bug fixes
|
now. Note that since Bison 2.7 you are strongly encouraged to use
|
||||||
|
'%define api.pure full' instead of '%define api.pure'.
|
||||||
Portability issues were fixed.
|
|
||||||
|
|
||||||
* Noteworthy changes in release 3.3.90 (2019-04-28) [beta]
|
|
||||||
|
|
||||||
** New features
|
** New features
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/* Default styling rules for Bison when doing terminal output.
|
/* Default styling rules for Bison when doing terminal output.
|
||||||
Copyright (C) 2006-2007 Free Software Foundation, Inc.
|
Copyright (C) 2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
/* A Bison parser, made by GNU Bison 3.3.91.21-ba0ae5-dirty. */
|
/* A Bison parser, made by GNU Bison 3.4. */
|
||||||
|
|
||||||
/* Bison implementation for Yacc-like parsers in C
|
/* Bison implementation for Yacc-like parsers in C
|
||||||
|
|
||||||
@@ -48,7 +48,7 @@
|
|||||||
#define YYBISON 1
|
#define YYBISON 1
|
||||||
|
|
||||||
/* Bison version. */
|
/* Bison version. */
|
||||||
#define YYBISON_VERSION "3.3.91.21-ba0ae5-dirty"
|
#define YYBISON_VERSION "3.4"
|
||||||
|
|
||||||
/* 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 3.3.91.21-ba0ae5-dirty. */
|
/* A Bison parser, made by GNU Bison 3.4. */
|
||||||
|
|
||||||
/* Bison interface for Yacc-like parsers in C
|
/* Bison interface for Yacc-like parsers in C
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user