aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2020-07-30 17:15:58 +0300
committerArnold D. Robbins <arnold@skeeve.com>2020-07-30 17:15:58 +0300
commit9b80a7c137720bc21d4be4152aeb6ab9e1810f61 (patch)
tree17662f887b60788c453930c741a98b1a41e8aaa6
parent07f04384230b0c4cb8c47da7b5a6aebdea992b1e (diff)
downloadone-true-awk-9b80a7c137720bc21d4be4152aeb6ab9e1810f61.tar.gz
Update version and FIXES.
-rw-r--r--FIXES7
-rw-r--r--main.c2
2 files changed, 8 insertions, 1 deletions
diff --git a/FIXES b/FIXES
index 9516a36..b18e74f 100644
--- a/FIXES
+++ b/FIXES
@@ -25,6 +25,13 @@ THIS SOFTWARE.
This file lists all bug fixes, changes, etc., made since the AWK book
was sent to the printers in August, 1987.
+July 30, 2020:
+ Merge PRs 88-91 which fix small bugs. Thanks to Todd Miller and
+ Tim van der Molen for the fixes.
+
+ In order to make life easier, we move exclusively to bison
+ as the parser generator.
+
July 2, 2020:
Merge PRs 85 and 86 which fix regressions. Thanks to
Tim van der Molen for the fixes.
diff --git a/main.c b/main.c
index 602942e..bcdec89 100644
--- a/main.c
+++ b/main.c
@@ -22,7 +22,7 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
THIS SOFTWARE.
****************************************************************/
-const char *version = "version 20200702";
+const char *version = "version 20200730";
#define DEBUG
#include <stdio.h>