ref: 5e82404389a0486bad6221ecd00e714fa3e02630
parent: caaef8966daabbe96446fac087f7fc33d59511e1
author: ozan yigit <ozan.yigit@gmail.com>
date: Mon Nov 20 05:47:31 EST 2023
updated for the latest fixes
--- a/FIXES
+++ b/FIXES
@@ -25,10 +25,16 @@
This file lists all bug fixes, changes, etc., made since the
second edition of the AWK book was published in September 2023.
+Nov 20, 2023
+ rewrite of fnematch to fix a number of issues, including
+ extraneous output, out-of-bounds access, number of bytes
+ to push back after a failed match etc.
+ thanks to Miguel Pineiro Jr.
+
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.
+ code. thanks to Miguel Pineiro Jr.
gcc replaced with cc everywhere.
Oct 30, 2023:
--
⑨