diff options
author | Kevin B Kenny <kennykb@acm.org> | 2005-08-24 15:15:43 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2005-08-24 15:15:43 (GMT) |
commit | d1b987be17d4f05e79530f9f0896284fbe354205 (patch) | |
tree | 3c76e1ee621cc0142f9b05d9112496e42341adcb /ChangeLog | |
parent | a11893b13e3502d4fd1aa996889670a34248519b (diff) | |
download | tcl-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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: |