=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/awk/FIXES,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- src/usr.bin/awk/FIXES 2020/07/30 17:45:44 1.37 +++ src/usr.bin/awk/FIXES 2020/08/11 16:57:05 1.38 @@ -1,4 +1,4 @@ -/* $OpenBSD: FIXES,v 1.37 2020/07/30 17:45:44 millert Exp $ */ +/* $OpenBSD: FIXES,v 1.38 2020/08/11 16:57:05 millert Exp $ */ /**************************************************************** Copyright (C) Lucent Technologies 1997 All Rights Reserved @@ -25,6 +25,16 @@ This file lists all bug fixes, changes, etc., made since the AWK book was sent to the printers in August, 1987. + +August 7, 2020: + Merge PR #93, which adds casts to (void*) for debug prints + using the %p format specifier. Thanks to GitHub user YongHaoWu + ("Chris") for the fixes. + +August 4, 2020: + In run.c, use non-restartable multibyte routines to attain + portability to DJGPP. Should fix Issue 92. Thanks to Albert Wik + for the report and to Todd Miller for the suggested fix. July 30, 2020: Merge PRs 88-91 which fix small bugs. Thanks to Todd Miller and