shithub: trueawk

Download patch

ref: f8fb1503a2137625dae68844404456e09e996cee
parent: 4701f97675afe0425e0480ea6e86504110121a28
author: ozan yigit <ozan.yigit@gmail.com>
date: Thu Nov 16 09:45:58 EST 2023

updated for the latest fixes

--- a/FIXES
+++ b/FIXES
@@ -25,6 +25,12 @@
 This file lists all bug fixes, changes, etc., made since the 
 second edition of the AWK book was published in September 2023.
 
+Nov 15, 2023
+	Man page edit, regression test fixes. thanks to Arnold Robbins
+	consolidation of sub and gsub into dosub, removing duplicate
+	code. thanks to Miguel Pineiro Jr.	
+	gcc replaced with cc everywhere.
+
 Oct 30, 2023:
 	multiple fixes and a minor code cleanup.
 	disabled utf-8 for non-multibyte locales, such as C or POSIX.
--