=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/awk/FIXES,v retrieving revision 1.27 retrieving revision 1.28 diff -c -r1.27 -r1.28 *** src/usr.bin/awk/FIXES 2020/06/10 21:03:12 1.27 --- src/usr.bin/awk/FIXES 2020/06/10 21:03:36 1.28 *************** *** 1,4 **** ! /* $OpenBSD: FIXES,v 1.27 2020/06/10 21:03:12 millert Exp $ */ /**************************************************************** Copyright (C) Lucent Technologies 1997 All Rights Reserved --- 1,4 ---- ! /* $OpenBSD: FIXES,v 1.28 2020/06/10 21:03:36 millert Exp $ */ /**************************************************************** Copyright (C) Lucent Technologies 1997 All Rights Reserved *************** *** 25,30 **** --- 25,40 ---- This file lists all bug fixes, changes, etc., made since the AWK book was sent to the printers in August, 1987. + + October 25, 2019: + More fixes and cleanups from NetBSD, courtesy of Christos + Zoulas. Merges PRs 54 and 55. + + October 24, 2019: + Import second round of code cleanups from NetBSD. Much thanks + to Christos Zoulas (Github user zoulasc). Merges PR 53. + Add an optimization for string concatenation, also from + Christos. October 17, 2019: Import code cleanups from NetBSD. Much thanks to Christos