summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2005-08-05 18:24:52 (GMT)
committerKevin B Kenny <kennykb@acm.org>2005-08-05 18:24:52 (GMT)
commitc411bb62c886240f5cbd8f59c5c3c8ff5c9f5754 (patch)
tree4ad7fbc0c3a19c3952527220252557dc1f0ac5a5 /ChangeLog
parent852db00065c8640e3bada1db0306dbaee830207c (diff)
downloadtcl-c411bb62c886240f5cbd8f59c5c3c8ff5c9f5754.zip
tcl-c411bb62c886240f5cbd8f59c5c3c8ff5c9f5754.tar.gz
tcl-c411bb62c886240f5cbd8f59c5c3c8ff5c9f5754.tar.bz2
Cleaned up [binary scan] testing for NaN [Bug 1246264]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 84b84b6..6569bf9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,11 @@
2005-08-05 Kevin Kenny <kennykb@users.sourceforge.net>
- * win/makefile.vc: Removed unused file ldAout.tcl.
- * win/makefile.bc: [Bug #1244361]
-
+ * win/makefile.vc: Removed unused file ldAout.tcl.
+ * win/makefile.bc: [Bug #1244361]
+
+ * tests/binary.test: Cleaned up testing for scanning of NaN.
+ [Bug #1246264]
+
2005-08-04 Andreas Kupries <andreask@activestate.com>
* generic/tclIO.c (CloseChannel): Fixed comment nit, added