summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2008-03-30 03:23:36 (GMT)
committerKevin B Kenny <kennykb@acm.org>2008-03-30 03:23:36 (GMT)
commit0c13b42b7fd7d214470460a9d63384166982ab11 (patch)
tree713db795091ae69f5804dc97d23249c2fb5c6bd5 /ChangeLog
parentae9e1cb6567ceb048c70832079dfbd8d7ba7fe8f (diff)
downloadtcl-0c13b42b7fd7d214470460a9d63384166982ab11.zip
tcl-0c13b42b7fd7d214470460a9d63384166982ab11.tar.gz
tcl-0c13b42b7fd7d214470460a9d63384166982ab11.tar.bz2
* tests/mathop.test (mathop-25.9, mathop-25.14): Modified tests
to deal with (slightly buggy) math libraries in which pow() returns an incorrectly rounded result. [Bug 1808174]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9294744..ba2904d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-03-30 Kevin Kenny <kennykb@acm.org>
+
+ * tests/mathop.test (mathop-25.9, mathop-25.14): Modified tests
+ to deal with (slightly buggy) math libraries in which pow()
+ returns an incorrectly rounded result. [Bug 1808174]
+
2008-03-26 Don Porter <dgp@users.sourceforge.net>
*** 8.5.2 TAGGED FOR RELEASE ***