ref: 04311fef2d9f781ded3ce25a2992eb8c4dc63c3b
parent: 04b13ebe5fa6b4cc6d22cc84b40ea042d5ab6215
author: ozan yigit <ozan.yigit@gmail.com>
date: Mon Aug 4 19:58:55 EDT 2025
updated FIXES, including a fix that was unrecorded.
--- a/FIXES
+++ b/FIXES
@@ -25,6 +25,14 @@
This file lists all bug fixes, changes, etc., made since the
second edition of the AWK book was published in September 2023.
+Aug 04, 2025
+ Fix incorrect divisor in rand() - it was returning
+ even random numbers only. Thanks to Ozan Yigit.
+
+ Fix a syntax issue with /= that caused constants to
+ turn into variables [eg. 42 /= 7]. Thanks to Arnold
+ Robbins.
+
Jan 14, 2025
Fix incorrect error line number issues. unput has
no business managing lineno. Thanks to Ozan Yigit.
--
⑨