aboutsummaryrefslogtreecommitdiffstats
path: root/test/ChangeLog
diff options
context:
space:
mode:
authorAndrew J. Schorr <aschorr@telemetry-investments.com>2018-06-22 11:48:23 -0400
committerAndrew J. Schorr <aschorr@telemetry-investments.com>2018-06-22 11:48:23 -0400
commitc7d9eb0bb45e11da69c420488aa7af865f2ed5bd (patch)
treeccc076cfddfc236e9c8da0ba176cf7851e96b4b5 /test/ChangeLog
parentedaf82c330629586b1158a3dec407d53084b02e3 (diff)
downloadegawk-c7d9eb0bb45e11da69c420488aa7af865f2ed5bd.tar.gz
egawk-c7d9eb0bb45e11da69c420488aa7af865f2ed5bd.tar.bz2
egawk-c7d9eb0bb45e11da69c420488aa7af865f2ed5bd.zip
Huge numeric values that overflow should convert to infinity instead of zero.
Diffstat (limited to 'test/ChangeLog')
-rw-r--r--test/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index a2575200..0b41abba 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,8 @@
+2018-06-22 Andrew J. Schorr <aschorr@telemetry-investments.com>
+
+ * Makefile.am (EXTRA_DIST): Add files for numrange.
+ * numrange.awk, numrange.ok: New files.
+
2018-05-24 Arnold D. Robbins <arnold@skeeve.com>
* noeffect.awk, noeffect.ok: Updated.