summaryrefslogtreecommitdiff
path: root/usr.bin/awk/FIXES
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2020-06-26 15:57:40 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2020-06-26 15:57:40 +0000
commitb3610af1740028e865a38b782d3319efea551991 (patch)
tree6887bdc205b1104009ebbe14fef43b07352c368f /usr.bin/awk/FIXES
parent7464fb74f38380683a4bd0265bde980dee8cfebd (diff)
Update awk to June 25, 2020 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 bd39c55dd4f..16ed45f0bbc 100644
--- a/usr.bin/awk/FIXES
+++ b/usr.bin/awk/FIXES
@@ -1,4 +1,4 @@
-/* $OpenBSD: FIXES,v 1.34 2020/06/26 15:50:06 millert Exp $ */
+/* $OpenBSD: FIXES,v 1.35 2020/06/26 15:57:39 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.
+June 25, 2020:
+ Merge PRs 82 and 84. The latter fixes issue #83. Thanks to
+ Todd Miller and awkfan77.
+
June 12, 2020:
Clear errno before calling errcheck to avoid any spurious errors
left over from previous calls that may have set it. Thanks to