shithub: trueawk

Download patch

ref: d8e4368964e4471a54a755823004f2b1aabc0f80
parent: a7c1fbd7799d40577f4ac0fc79791a23df1381ca
author: ozan yigit <ozan.yigit@gmail.com>
date: Thu Oct 5 10:24:12 EDT 2023

updated FIXES [fnematch overhaul]

--- a/FIXES
+++ b/FIXES
@@ -25,6 +25,11 @@
 This file lists all bug fixes, changes, etc., made since the 
 second edition of the AWK book was published in September 2023.
 
+Sep 24, 2023:
+	fnematch and getrune have been overhauled to solve issues around
+	unicode FS and RS. also fixed gsub null match issue with unicode.
+	big thanks to Arnold Robbins.
+
 Sep 12, 2023:
 	Fixed a length error in u8_byte2char that set RSTART to
 	incorrect (cannot happen) value for EOL match(str, /$/).
--