summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2005-05-10 20:17:28 (GMT)
committerKevin B Kenny <kennykb@acm.org>2005-05-10 20:17:28 (GMT)
commit2bfc68501866a3efdbc3da722c3968f8ce0004ec (patch)
tree44715e3214b51e3cda135dcf59337464d7960aa1 /ChangeLog
parent1fa3f8714cf2fac0c01da703897397454a410d9b (diff)
downloadtcl-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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8da1173..c3bcd37 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>