From 2a8f1758b9bfe5f4c4b5db2fe2339a4bc18c88c0 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Fri, 25 Oct 2019 11:03:02 -0400 Subject: [PATCH] Update FIXES and main.c version. --- FIXES | 4 ++++ main.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/FIXES b/FIXES index 1a9ae59..94e35c0 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 25, 2019: + More fixes and cleanups from NetBSD, courtesy of Christo + Zoulas. Merges PRs 54 and 55. + October 24, 2019: Import second round of code cleanups from NetBSD. Much thanks to Christos Zoulas (Github user zoulasc). Merges PR 53. diff --git a/main.c b/main.c index 27dd6cf..8b14d27 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 20191024"; +const char *version = "version 20191025"; #define DEBUG #include