diff options
author | Kevin B Kenny <kennykb@acm.org> | 2005-08-05 18:24:52 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2005-08-05 18:24:52 (GMT) |
commit | c411bb62c886240f5cbd8f59c5c3c8ff5c9f5754 (patch) | |
tree | 4ad7fbc0c3a19c3952527220252557dc1f0ac5a5 /ChangeLog | |
parent | 852db00065c8640e3bada1db0306dbaee830207c (diff) | |
download | tcl-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-- | ChangeLog | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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 |