ref: b8937db63bc24a4989e6e76d384e56286c17facf
parent: 0a497bc5a1ad26e21a0e5018e884c7435b112c53
author: ozan yigit <ozan.yigit@gmail.com>
date: Sun Sep 10 20:23:08 EDT 2023
updated moved/old FIXES.
--- a/FIXES.1e
+++ b/FIXES.1e
@@ -25,6 +25,14 @@
This file lists all bug fixes, changes, etc., made since the AWK book
was sent to the printers in August 1987.
+Sep 06, 2023:
+ Fix edge case where FS is changed on commandline. Thanks to
+ Gordon Shephard and Miguel Pineiro Jr.
+
+ Fix regular expression clobbering in the lexer, where lexer does
+ not make a copy of regexp literals. also makedfa memory leaks have
+ been plugged. Thanks to Miguel Pineiro Jr.
+
Dec 15, 2022:
Force hex escapes in strings to be no more than two characters,
as they already are in regular expressions. This brings internal
--
⑨