From 416c6db5ee829b5e97dc8001b28e475fd942dbb6 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Sun, 8 Dec 2019 21:43:32 +0200 Subject: [PATCH] Update version and FIXES. --- FIXES | 5 +++++ main.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/FIXES b/FIXES index db8c898..722739e 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. +December 8, 2019: + Fix the return value of sprintf("%d") on 32 bit systems. + Thanks to Jim Lowe for the report and to Christos Zoulas + for the fix. + November 10, 2019: Convert a number of Boolean integer variables into actual bools. Convert compile_time variable into an diff --git a/main.c b/main.c index 3e27702..e3648d0 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 20191110"; +const char *version = "version 20191208"; #define DEBUG #include