diff options
author | Kevin B Kenny <kennykb@acm.org> | 2005-02-02 16:58:49 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2005-02-02 16:58:49 (GMT) |
commit | 9d726f98f0bece42563483278408d39969306e16 (patch) | |
tree | fe19221aba1f2415b220cdd6f2ca7ca1fe75a6fe /ChangeLog | |
parent | 3c0515c337e167fca046dd00e93ed8b2854a5230 (diff) | |
download | tcl-9d726f98f0bece42563483278408d39969306e16.zip tcl-9d726f98f0bece42563483278408d39969306e16.tar.gz tcl-9d726f98f0bece42563483278408d39969306e16.tar.bz2 |
updated makefiles, fixed buglets in tclStrToD.c with int overflow in exponents
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -17,6 +17,10 @@ * generic/tclStrToD.c: (new file) New scanning function for extracting 'double' from a string that rounds correctly, and handles denormals and infinities. + * unix/Makefile.in: + * win/Makefile.in: + * win/makefile.vc: + Added tclStrToD.c and the tommath routines that support it. These changes represent a partial implementation of TIP #132. Output conversion of floating point numbers, and proper handling |