aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2020-04-10 14:46:29 +0300
committerArnold D. Robbins <arnold@skeeve.com>2020-04-10 14:46:29 +0300
commit547e0e7a21dc3a4c5f0a222980132b496d1de39b (patch)
tree047da7567e9344da971c406fdc7c1663c169c6c3
parent8e9871b2b0d4d6ea0b16211e812c91d026e65838 (diff)
downloadegawk-547e0e7a21dc3a4c5f0a222980132b496d1de39b.tar.gz
egawk-547e0e7a21dc3a4c5f0a222980132b496d1de39b.tar.bz2
egawk-547e0e7a21dc3a4c5f0a222980132b496d1de39b.zip
Update to Bison 3.5.4.
-rw-r--r--ChangeLog5
-rw-r--r--NEWS2
-rw-r--r--awkgram.c4
-rw-r--r--command.c4
4 files changed, 10 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index cfe98b64..233e15bd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,11 @@
luciole75w <luciole75w@gmail.com> for the bug report.
(set_FPAT): Use global save_FPAT instead of local save_fpat.
+ Unrelated:
+
+ * awkgram.c, command.c: Rebuild with Bison 3.5.4.
+ * NEWS: Updated.
+
2020-04-02 Arnold D. Robbins <arnold@skeeve.com>
* field.c (re_parse_field): If default parsing and trailing
diff --git a/NEWS b/NEWS
index da97a453..65f9c96d 100644
--- a/NEWS
+++ b/NEWS
@@ -12,7 +12,7 @@ Changes from 5.0.1 to 5.1.0
2. A number of memory leak issues have been fixed.
-3. Infrastructure upgrades: Bison 3.5.3, Texinfo 6.7, Gettext 0.20.1,
+3. Infrastructure upgrades: Bison 3.5.4, Texinfo 6.7, Gettext 0.20.1,
Automake 1.16.2.
4. The indexing in the manual has been thoroughly revised, in particular
diff --git a/awkgram.c b/awkgram.c
index 8010a4e0..fa62ee6f 100644
--- a/awkgram.c
+++ b/awkgram.c
@@ -1,4 +1,4 @@
-/* A Bison parser, made by GNU Bison 3.5.3. */
+/* A Bison parser, made by GNU Bison 3.5.4. */
/* Bison implementation for Yacc-like parsers in C
@@ -48,7 +48,7 @@
#define YYBISON 1
/* Bison version. */
-#define YYBISON_VERSION "3.5.3"
+#define YYBISON_VERSION "3.5.4"
/* Skeleton name. */
#define YYSKELETON_NAME "yacc.c"
diff --git a/command.c b/command.c
index f8cd21d9..c16aeac4 100644
--- a/command.c
+++ b/command.c
@@ -1,4 +1,4 @@
-/* A Bison parser, made by GNU Bison 3.5.3. */
+/* A Bison parser, made by GNU Bison 3.5.4. */
/* Bison implementation for Yacc-like parsers in C
@@ -48,7 +48,7 @@
#define YYBISON 1
/* Bison version. */
-#define YYBISON_VERSION "3.5.3"
+#define YYBISON_VERSION "3.5.4"
/* Skeleton name. */
#define YYSKELETON_NAME "yacc.c"