summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2011-01-07 02:26:54 (GMT)
committerKevin B Kenny <kennykb@acm.org>2011-01-07 02:26:54 (GMT)
commit23bfc6c3e04494eb9a8165535ae9a80efec1dd7a (patch)
tree41a959ed5a45fc272ddd3ac85711ccd9596e567f /ChangeLog
parent7b8d446e2d60cdb9a7f06cc2c59a1629b9ffe953 (diff)
downloadtcl-23bfc6c3e04494eb9a8165535ae9a80efec1dd7a.zip
tcl-23bfc6c3e04494eb9a8165535ae9a80efec1dd7a.tar.gz
tcl-23bfc6c3e04494eb9a8165535ae9a80efec1dd7a.tar.bz2
* tests/util.test (util-15.*): Added test cases for floating point
conversion of the largest denormal and the smallest normal number, to avoid any possibility of the failure suffered by PHP in the last couple of days. (They didn't fail, so no actual functional change.)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8dc89d9..a8da281 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2011-01-07 Kevin B. Kenny <kennykb@acm.org>
+
+ * tests/util.test (util-15.*): Added test cases for floating point
+ conversion of the largest denormal and the smallest normal number,
+ to avoid any possibility of the failure suffered by PHP in the
+ last couple of days. (They didn't fail, so no actual functional
+ change.)
+
2011-01-05 Donal K. Fellows <dkf@users.sf.net>
* tests/package.test, tests/pkg.test: Coalesce these tests into one