aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorozan yigit <ozan.yigit@gmail.com>2023-11-20 10:47:31 -0500
committerozan yigit <ozan.yigit@gmail.com>2023-11-20 10:47:31 -0500
commit5e82404389a0486bad6221ecd00e714fa3e02630 (patch)
tree711b7b49cf055bfeadc33399bd6c1ff4a0f99f9c
parentcaaef8966daabbe96446fac087f7fc33d59511e1 (diff)
downloadone-true-awk-5e82404389a0486bad6221ecd00e714fa3e02630.tar.gz
updated for the latest fixes
-rw-r--r--FIXES8
1 files changed, 7 insertions, 1 deletions
diff --git a/FIXES b/FIXES
index bc59f69..5d2b459 100644
--- a/FIXES
+++ b/FIXES
@@ -25,10 +25,16 @@ THIS SOFTWARE.
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: