summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-11-01 14:38:24 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-11-01 14:38:24 (GMT)
commit7dbcb9eb54a05922c50c4edd15bac88410020f5c (patch)
tree2652f54557f9dd05985a1dc76023378c310d9823 /ChangeLog
parent238f64e8e462d705dbf4f894f4b29933e19e865e (diff)
downloadtcl-7dbcb9eb54a05922c50c4edd15bac88410020f5c.zip
tcl-7dbcb9eb54a05922c50c4edd15bac88410020f5c.tar.gz
tcl-7dbcb9eb54a05922c50c4edd15bac88410020f5c.tar.bz2
Fix for [Bug 761471]; NaN is now *never* equal to NaN...
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5638fd6..e23f2e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2004-11-01 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+ * generic/tclExecute.c (TclExecuteByteCode): Make INST_EQ and
+ friends handle NaN correctly in all cases. [Bug 761471]
+
* generic/tclNamesp.c (NamespaceInscopeCmd): Make the error
message generation the same as in NamespaceEvalCmd().
(Tcl_Import): Rationalized to use Tcl_EvalObjv().