shithub: trueawk

Download patch

ref: 08544f61c0b92b0f4ab0963369b1b2d1c8a82db2
parent: 1c424b1b4d5931f2a4b87b6f0f75827bc53ff9d7
author: ozan yigit <ozan.yigit@gmail.com>
date: Fri Nov 24 03:33:38 EST 2023

fix issue #199: gototab improvements

--- 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.
 
+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.
--