shithub: trueawk

Download patch

ref: fcc0e7b0f8eb8bdaf909b03f5b4d0f0833cf4292
parent: 8424e93ad3e63cdfda1ae34e984691c3fe879175
author: ozan yigit <ozan.yigit@gmail.com>
date: Thu Dec 28 09:45:44 EST 2023

updated.

--- a/FIXES
+++ b/FIXES
@@ -25,11 +25,18 @@
 This file lists all bug fixes, changes, etc., made since the 
 second edition of the AWK book was published in September 2023.
 
+Dec 24, 2023:
+	matchop dereference after free problem fix when the first
+	argument is a function call. thanks to Oguz Ismail Uysal.
+	Fix inconsistent handling of --csv and FS set in the
+	command line. Thanks to Wilbert van der Poel.
+	casting changes to int for is* functions. 
+
 Nov 27, 2023:
 	Fix exit status of system on MacOS. update to REGRESS.
 	Thanks to Arnold Robbins. 
 	Fix inconsistent handling of -F and --csv, and loss of csv
-	mode when FS is set. Thanks to Wilbert van der Poel.
+	mode when FS is set. 
 	
 Nov 24, 2023:
         Fix issue #199: gototab improvements to dynamically resize the
--