aboutsummaryrefslogtreecommitdiff
path: root/FIXES
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2020-12-08 09:20:58 +0200
committerArnold D. Robbins <arnold@skeeve.com>2020-12-08 09:20:58 +0200
commit6535bd6c3592f24a05d752939b89f6d6eeb458c3 (patch)
tree9f693a58efcb2744a18390b9246a967b1e44e651 /FIXES
parentcc9e9b68d124c6c7770eb3903329423ff9f17201 (diff)
downloadone-true-awk-6535bd6c3592f24a05d752939b89f6d6eeb458c3.tar.gz
Update FIXES and version in main.c.
Diffstat (limited to 'FIXES')
-rw-r--r--FIXES7
1 files changed, 7 insertions, 0 deletions
diff --git a/FIXES b/FIXES
index 43a954a..15ee663 100644
--- a/FIXES
+++ b/FIXES
@@ -25,6 +25,13 @@ 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, 2020:
+ Merge PR #98: Disallow hex data. Allow only +nan, -nan,
+ +inf, -inf (case independent) to give NaN and infinity values.
+ Improve things so that string to double conversion is only
+ done once, yielding something of a speedup. This obviate
+ PR #95. Thanks to Arnold Robbins.
+
December 3, 2020:
Fix to argument parsing to avoid printing spurious newlines.
Thanks to Todd Miller. Merges PR #97.