shithub: trueawk

Download patch

ref: 2a8f1758b9bfe5f4c4b5db2fe2339a4bc18c88c0
parent: 938b26cfaeaa7b1e7ba69d7d5985e63aefe0a0f4
author: Arnold D. Robbins <arnold@skeeve.com>
date: Fri Oct 25 07:03:02 EDT 2019

Update FIXES and main.c version.

--- a/FIXES
+++ b/FIXES
@@ -25,6 +25,10 @@
 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.
--- a/main.c
+++ b/main.c
@@ -22,7 +22,7 @@
 THIS SOFTWARE.
 ****************************************************************/
 
-const char	*version = "version 20191024";
+const char	*version = "version 20191025";
 
 #define DEBUG
 #include <stdio.h>
--