summaryrefslogtreecommitdiff
path: root/usr.bin/awk/FIXES
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2020-06-10 21:02:54 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2020-06-10 21:02:54 +0000
commitf5914bfab18167f4e862a667b6a68739e16ae0df (patch)
treefcb74288902330b86a61e12f645d04e0081b5508 /usr.bin/awk/FIXES
parent8e2cc9d648485b85db60e59bccee4c99723830fe (diff)
Update awk to Oct 6, 2019 version.
Diffstat (limited to 'usr.bin/awk/FIXES')
-rw-r--r--usr.bin/awk/FIXES6
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.bin/awk/FIXES b/usr.bin/awk/FIXES
index 109eda9c71b..c2bc5785fce 100644
--- a/usr.bin/awk/FIXES
+++ b/usr.bin/awk/FIXES
@@ -1,4 +1,4 @@
-/* $OpenBSD: FIXES,v 1.25 2020/06/10 21:02:33 millert Exp $ */
+/* $OpenBSD: FIXES,v 1.26 2020/06/10 21:02:53 millert Exp $ */
/****************************************************************
Copyright (C) Lucent Technologies 1997
All Rights Reserved
@@ -26,6 +26,10 @@ THIS SOFTWARE.
This file lists all bug fixes, changes, etc., made since the AWK book
was sent to the printers in August, 1987.
+October 6, 2019:
+ Import code from NetBSD awk that implements RS as a regular
+ expression.
+
September 10, 2019:
Fixes for various array / memory overruns found via gcc's
-fsanitize=unknown. Thanks to Alexander Richardson (Github