=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/awk/FIXES,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- src/usr.bin/awk/FIXES 2022/06/03 19:40:56 1.44 +++ src/usr.bin/awk/FIXES 2022/06/03 19:42:27 1.45 @@ -1,4 +1,4 @@ -/* $OpenBSD: FIXES,v 1.44 2022/06/03 19:40:56 millert Exp $ */ +/* $OpenBSD: FIXES,v 1.45 2022/06/03 19:42:27 millert Exp $ */ /**************************************************************** Copyright (C) Lucent Technologies 1997 All Rights Reserved @@ -25,6 +25,11 @@ This file lists all bug fixes, changes, etc., made since the AWK book was sent to the printers in August, 1987. + +Mar 14, 2022: + The fulfillment of an assignment operand had been truncating its + entry in ARGV (since circa 1989). Thanks to Miguel Pineiro Jr. + . Mar 3, 2022: Fixed file management memory leak that appears to have been