shithub: trueawk

Download patch

ref: 8698bd707fb0fee90700ac516696e87451b6ffc4
parent: f494dcaba37b0cade9b87f7cf4ba6bbff36c9b66
author: ozan yigit <ozan.yigit@gmail.com>
date: Tue Jan 7 08:54:47 EST 2025

updated.

--- a/FIXES
+++ b/FIXES
@@ -25,6 +25,12 @@
 This file lists all bug fixes, changes, etc., made since the 
 second edition of the AWK book was published in September 2023.
 
+Jan 05, 2025
+	Fix hex detection in is_valid_number.
+	Fix indirect field specification with non-numeric string
+	eg. $("foo") in indirect. This is not illegal.
+	Thanks to Arnold Robbins.
+
 Jan 01, 2025
 	Fixed openfile to not try to read from a directory.
 	Thanks to Arnold Robbins.
--