diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2020-04-10 14:46:29 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2020-04-10 14:46:29 +0300 |
commit | 547e0e7a21dc3a4c5f0a222980132b496d1de39b (patch) | |
tree | 047da7567e9344da971c406fdc7c1663c169c6c3 | |
parent | 8e9871b2b0d4d6ea0b16211e812c91d026e65838 (diff) | |
download | egawk-547e0e7a21dc3a4c5f0a222980132b496d1de39b.tar.gz egawk-547e0e7a21dc3a4c5f0a222980132b496d1de39b.tar.bz2 egawk-547e0e7a21dc3a4c5f0a222980132b496d1de39b.zip |
Update to Bison 3.5.4.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | awkgram.c | 4 | ||||
-rw-r--r-- | command.c | 4 |
4 files changed, 10 insertions, 5 deletions
@@ -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 @@ -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 @@ -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" @@ -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" |