aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorozan yigit <ozan.yigit@gmail.com>2023-11-16 14:45:58 -0500
committerozan yigit <ozan.yigit@gmail.com>2023-11-16 14:45:58 -0500
commitf8fb1503a2137625dae68844404456e09e996cee (patch)
treeabb979d5beb48aa5f2b98eda13197b1320ac6f7a
parent4701f97675afe0425e0480ea6e86504110121a28 (diff)
downloadone-true-awk-f8fb1503a2137625dae68844404456e09e996cee.tar.gz
updated for the latest fixes
-rw-r--r--FIXES6
1 files changed, 6 insertions, 0 deletions
diff --git a/FIXES b/FIXES
index a13ca50..bc59f69 100644
--- a/FIXES
+++ b/FIXES
@@ -25,6 +25,12 @@ 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 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.