diff options
author | Kevin B Kenny <kennykb@acm.org> | 2005-05-10 20:17:28 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2005-05-10 20:17:28 (GMT) |
commit | 2bfc68501866a3efdbc3da722c3968f8ce0004ec (patch) | |
tree | 44715e3214b51e3cda135dcf59337464d7960aa1 /ChangeLog | |
parent | 1fa3f8714cf2fac0c01da703897397454a410d9b (diff) | |
download | tcl-2bfc68501866a3efdbc3da722c3968f8ce0004ec.zip tcl-2bfc68501866a3efdbc3da722c3968f8ce0004ec.tar.gz tcl-2bfc68501866a3efdbc3da722c3968f8ce0004ec.tar.bz2 |
Fixes for C++-style comment and bad NaN on PA-RISC
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -3,6 +3,10 @@ * generic/tclBinary.c (FormatNumber): Fixed a bug where NaN's resulted in reads of uninitialized memory when using 'd', 'q', or 'Q' format. + * generic/tclStrToD.c (ParseNaN, TclFormatNaN): Added code to + handle the peculiarities of HP's PA_RISC, which uses a different + 'quiet' bit in NaN from everyone else. + * libtommath/tommath_superclass.h: Corrected C++-style comment. 2005-05-10 Kevin Kenny <kennykb@acm.org> |