From 1633ba1c8830ccd6592f27c732980a60579d81f2 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Thu, 17 Oct 2019 13:06:21 -0400 Subject: [PATCH] Update FIXES and date in main.c. --- FIXES | 4 ++++ main.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/FIXES b/FIXES index 5a85d4a..3bb1e4b 100644 --- a/FIXES +++ b/FIXES @@ -25,6 +25,10 @@ THIS SOFTWARE. This file lists all bug fixes, changes, etc., made since the AWK book was sent to the printers in August, 1987. +October 17, 2019: + Import code cleanups from NetBSD. Much thanks to Christos + Zoulas (Github user zoulasc). Merges PR 51. + October 6, 2019: Import code from NetBSD awk that implements RS as a regular expression. diff --git a/main.c b/main.c index ed64fdf..fc0dd7b 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 20191006"; +const char *version = "version 20191017"; #define DEBUG #include