From 886b503e4b9173b4177cc15d86db15470f2b800c Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Sat, 18 May 2019 09:36:28 +0200 Subject: [PATCH] NEWS: update for 3.4 --- NEWS | 12 +++++------- data/bison-default.css | 2 +- src/parse-gram.c | 4 ++-- src/parse-gram.h | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) diff --git a/NEWS b/NEWS index efaf54ba..bd0b729a 100644 --- a/NEWS +++ b/NEWS @@ -2,14 +2,12 @@ GNU Bison NEWS * Noteworthy changes in release ?.? (????-??-??) [?] +** Deprecated features -* Noteworthy changes in release 3.3.91 (2019-05-12) [beta] - -** Bug fixes - - Portability issues were fixed. - -* Noteworthy changes in release 3.3.90 (2019-04-28) [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 + now. Note that since Bison 2.7 you are strongly encouraged to use + '%define api.pure full' instead of '%define api.pure'. ** New features diff --git a/data/bison-default.css b/data/bison-default.css index 1777c4d5..ea6656c7 100644 --- a/data/bison-default.css +++ b/data/bison-default.css @@ -1,5 +1,5 @@ /* 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 it under the terms of the GNU General Public License as published by diff --git a/src/parse-gram.c b/src/parse-gram.c index 7c6f67c6..fd1dec3c 100644 --- a/src/parse-gram.c +++ b/src/parse-gram.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 implementation for Yacc-like parsers in C @@ -48,7 +48,7 @@ #define YYBISON 1 /* Bison version. */ -#define YYBISON_VERSION "3.3.91.21-ba0ae5-dirty" +#define YYBISON_VERSION "3.4" /* Skeleton name. */ #define YYSKELETON_NAME "yacc.c" diff --git a/src/parse-gram.h b/src/parse-gram.h index c53ad3b1..1009592f 100644 --- a/src/parse-gram.h +++ b/src/parse-gram.h @@ -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