aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorozan yigit <ozan.yigit@gmail.com>2023-11-24 08:33:38 -0500
committerozan yigit <ozan.yigit@gmail.com>2023-11-24 08:33:38 -0500
commit08544f61c0b92b0f4ab0963369b1b2d1c8a82db2 (patch)
treed2543b76fcd424b59d578debdd5478089a7123e7
parent1c424b1b4d5931f2a4b87b6f0f75827bc53ff9d7 (diff)
downloadone-true-awk-08544f61c0b92b0f4ab0963369b1b2d1c8a82db2.tar.gz
fix issue #199: gototab improvements
-rw-r--r--FIXES5
1 files changed, 5 insertions, 0 deletions
diff --git a/FIXES b/FIXES
index e84bd44..52f49e3 100644
--- a/FIXES
+++ b/FIXES
@@ -25,6 +25,11 @@ 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 24, 2023:
+ Fix issue #199: gototab improvements to dynamically resize the
+ table, qsort and bsearch to improve the lookup speed as the
+ table gets larger for multibyte input. thanks to Arnold Robbins.
+
Nov 23, 2023:
Fix Issue #169, related to escape sequences in strings.
Thanks to Github user rajeevvp.