aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--NEWS2
-rw-r--r--awkgram.c4
-rw-r--r--command.c4
4 files changed, 11 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 57663dc9..425ad1da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2015-01-24 Arnold D. Robbins <arnold@skeeve.com>
+
+ Infrastructure updates.
+
+ Bison 3.0.4.
+
2015-01-20 Arnold D. Robbins <arnold@skeeve.com>
* gawkapi.c (api_set_array_element): Remove useless call to
diff --git a/NEWS b/NEWS
index cbb2d227..4aebe68b 100644
--- a/NEWS
+++ b/NEWS
@@ -42,7 +42,7 @@ Changes from 4.1.1 to 4.1.2
has been updated and clarified.
10. Infrastructure upgrades: Automake 1.14.1, Gettext 0.19.3, Libtool 2.4.3,
- Bison 3.0.3.
+ Bison 3.0.4.
XX. A number of bugs have been fixed. See the ChangeLog.
diff --git a/awkgram.c b/awkgram.c
index 2407d220..53e35d2d 100644
--- a/awkgram.c
+++ b/awkgram.c
@@ -1,4 +1,4 @@
-/* A Bison parser, made by GNU Bison 3.0.3. */
+/* A Bison parser, made by GNU Bison 3.0.4. */
/* Bison implementation for Yacc-like parsers in C
@@ -44,7 +44,7 @@
#define YYBISON 1
/* Bison version. */
-#define YYBISON_VERSION "3.0.3"
+#define YYBISON_VERSION "3.0.4"
/* Skeleton name. */
#define YYSKELETON_NAME "yacc.c"
diff --git a/command.c b/command.c
index 389814a5..04d5e5f3 100644
--- a/command.c
+++ b/command.c
@@ -1,4 +1,4 @@
-/* A Bison parser, made by GNU Bison 3.0.3. */
+/* A Bison parser, made by GNU Bison 3.0.4. */
/* Bison implementation for Yacc-like parsers in C
@@ -44,7 +44,7 @@
#define YYBISON 1
/* Bison version. */
-#define YYBISON_VERSION "3.0.3"
+#define YYBISON_VERSION "3.0.4"
/* Skeleton name. */
#define YYSKELETON_NAME "yacc.c"