NEWS: update for 3.4

This commit is contained in:
Akim Demaille
2019-05-18 09:36:28 +02:00
parent a2f0444c6e
commit 886b503e4b
4 changed files with 9 additions and 11 deletions

12
NEWS
View File

@@ -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

View File

@@ -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

View File

@@ -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"

View File

@@ -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