diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-11-01 14:38:24 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-11-01 14:38:24 (GMT) |
commit | 7dbcb9eb54a05922c50c4edd15bac88410020f5c (patch) | |
tree | 2652f54557f9dd05985a1dc76023378c310d9823 /ChangeLog | |
parent | 238f64e8e462d705dbf4f894f4b29933e19e865e (diff) | |
download | tcl-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-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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(). |