aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2020-02-19 20:47:40 +0200
committerArnold D. Robbins <arnold@skeeve.com>2020-02-19 20:47:40 +0200
commite92c8e4d0e36ec2c0395d945079016fdd13d3cc3 (patch)
tree4b6d9fa9d2503ab4eb78f2de84cf211da8826b33
parentc2c8ecbedfa8a6392a04698cfe5eb2e74a20f025 (diff)
downloadone-true-awk-e92c8e4d0e36ec2c0395d945079016fdd13d3cc3.tar.gz
Update FIXES, version.
-rw-r--r--FIXES3
-rw-r--r--main.c2
2 files changed, 4 insertions, 1 deletions
diff --git a/FIXES b/FIXES
index 8fe301a..56f72d8 100644
--- a/FIXES
+++ b/FIXES
@@ -25,6 +25,9 @@ THIS SOFTWARE.
This file lists all bug fixes, changes, etc., made since the AWK book
was sent to the printers in August, 1987.
+February 19, 2020:
+ More small cleanups from Christos Zoulas.
+
February 18, 2020:
Additional cleanups from Christos Zoulas. It's no longer necessary
to use the -y flag to bison.
diff --git a/main.c b/main.c
index 5894dde..cc223f2 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 20200218";
+const char *version = "version 20200219";
#define DEBUG
#include <stdio.h>