summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-11-02 15:46:34 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-11-02 15:46:34 (GMT)
commit22950832b701d9cbc8f109de3cf39f70fe4745b3 (patch)
tree229d3ffdede731051c5cd946a2846daae9122c7e /ChangeLog
parent70638824c45321f58b781d0cd062c035a9656ee3 (diff)
downloadtcl-22950832b701d9cbc8f109de3cf39f70fe4745b3.zip
tcl-22950832b701d9cbc8f109de3cf39f70fe4745b3.tar.gz
tcl-22950832b701d9cbc8f109de3cf39f70fe4745b3.tar.bz2
Final fix for NaN != NaN bug. Thanks to Miguel Sofer for his improved patch.
[Bug 761471]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 66a2f7f..66d9c63 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2004-11-02 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+ * generic/tclExecute.c (TclExecuteByteCode): NaN-equality fix from
+ Miguel Sofer. [Bug 761471]
+
* doc/CrtChannel.3 (Tcl_GetChannelMode): Add synopsis. [Bug 1058446]
2004-10-31 Donal K. Fellows <donal.k.fellows@man.ac.uk>