summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2005-08-24 15:15:43 (GMT)
committerKevin B Kenny <kennykb@acm.org>2005-08-24 15:15:43 (GMT)
commitd1b987be17d4f05e79530f9f0896284fbe354205 (patch)
tree3c76e1ee621cc0142f9b05d9112496e42341adcb /ChangeLog
parenta11893b13e3502d4fd1aa996889670a34248519b (diff)
downloadtcl-d1b987be17d4f05e79530f9f0896284fbe354205.zip
tcl-d1b987be17d4f05e79530f9f0896284fbe354205.tar.gz
tcl-d1b987be17d4f05e79530f9f0896284fbe354205.tar.bz2
fix formatting of fp number with smallest significand
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f5ba239..2b5a7b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-08-24 Kevin Kenny <kennykb@acm.org>
+
+ * generic/tclStrToD.c (Tcl_DoubleDigits): Fixed the corner cases of
+ * tests/binary.test (binary-65.*) formatting floating
+ point numbers with the largest and smallest possible significands,
+ and added test cases for them.
+
2005-08-23 Mo DeJong <mdejong@users.sourceforge.net>
* unix/configure.in: