aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorozan yigit <ozan.yigit@gmail.com>2021-07-27 14:00:36 -0400
committerozan yigit <ozan.yigit@gmail.com>2021-07-27 14:00:36 -0400
commitf9affa922c5e074990a999d486d4bc823590fd93 (patch)
tree5fbcf5211012aecf03e00de9a6ef10a4ab451eec
parentdfd28d2e935d6905be2b2c2b96488ccaf460994a (diff)
downloadone-true-awk-f9affa922c5e074990a999d486d4bc823590fd93.tar.gz
fix -F "str" vs -v FS="str" when str is null
-rw-r--r--FIXES4
1 files changed, 4 insertions, 0 deletions
diff --git a/FIXES b/FIXES
index d046710..8a2befc 100644
--- a/FIXES
+++ b/FIXES
@@ -25,6 +25,10 @@ THIS SOFTWARE.
This file lists all bug fixes, changes, etc., made since the AWK book
was sent to the printers in August, 1987.
+July 27, 2021:
+ As per IEEE Std 1003.1-2008, -F "str" is now consistent with
+ -v FS="str" when str is null. Thanks to Warner Losh.
+
July 24, 2021:
Fix readrec's definition of a record. This fixes an issue
with NetBSD's RS regular expression support that can cause