From 9c63cb6ccd303fb64b703ff0836400f204078621 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Fri, 7 Aug 2020 13:15:17 +0300 Subject: [PATCH] Update FIXES and version in main.c. --- FIXES | 5 +++++ main.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/FIXES b/FIXES index 5358354..0bfdccd 100644 --- a/FIXES +++ b/FIXES @@ -25,6 +25,11 @@ THIS SOFTWARE. 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 diff --git a/main.c b/main.c index 5bdf679..0f3c4a7 100644 --- a/main.c +++ b/main.c @@ -22,7 +22,7 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ****************************************************************/ -const char *version = "version 20200804"; +const char *version = "version 20200807"; #define DEBUG #include