summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0f13031..ca964be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2005-05-10 Kevin Kenny <kennykb@acm.org>
+ * tclBinary.c (FormatNumber): Fixed a bug where NaN's
+ resulted in reads of uninitialized memory when using 'd',
+ 'q', or 'Q' format.
+
+2005-05-10 Kevin Kenny <kennykb@acm.org>
+
Merged all changes on kennykb-numerics-branch back into the
HEAD. TIP's 132 and 232 are now Final.