aboutsummaryrefslogtreecommitdiffstats
path: root/test/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'test/ChangeLog')
-rw-r--r--test/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index 4f79460f..8b2d0325 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,11 @@
+2017-10-17 Arnold D. Robbins <arnold@skeeve.com>
+
+ * forcenum.awk: Convert values manually to number and then
+ to string and remove leading sign, to avoid C library
+ differences across platforms. Thanks to Corinna Vinschen
+ for the report.
+ * forcenum.ok: Adjust for above change.
+
2017-10-12 Arnold D. Robbins <arnold@skeeve.com>
* fork.awk: Close the file in the parent after reading it.