summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-11-09 14:20:19 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-11-09 14:20:19 (GMT)
commit050efcff126af416fbdcbc1de996bc799ee51310 (patch)
treef9c937b0f2f867ab941f7471641ae34ed4b0e412
parent32aaf34bbd02fa2cb7af68ae09520e56b008fa37 (diff)
downloadtcl-050efcff126af416fbdcbc1de996bc799ee51310.zip
tcl-050efcff126af416fbdcbc1de996bc799ee51310.tar.gz
tcl-050efcff126af416fbdcbc1de996bc799ee51310.tar.bz2
Revert previous commit at request of KBK.
-rw-r--r--ChangeLog34
-rw-r--r--tests/binary.test6
2 files changed, 17 insertions, 23 deletions
diff --git a/ChangeLog b/ChangeLog
index 95bc892..05df76a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,8 @@
-2010-11-09 Jan Nijtmans <nijtmans@users.sf.net>
-
- * tests/binary.test: Added test case for [Bug #3105247] -NaN?
-
2010-11-05 Jan Nijtmans <nijtmans@users.sf.net>
* generic/tclMain.c: Thanks, Kevin, for the fix, but this how it was
- supposed to be (TCL_ASCII_MAIN is only supposed to be defined on WIN32).
+ supposed to be (TCL_ASCII_MAIN is only supposed to be defined on
+ WIN32).
2010-11-05 Kevin B. Kenny <kennykb@acm.org>
@@ -15,27 +12,28 @@
2010-11-04 Jan Nijtmans <nijtmans@users.sf.net>
- * generic/tclDecls.h [FRQ 491789]: "setargv() doesn't support a unicode
- * generic/tclMain.c: cmdline" implemented for Tcl on MSVC++
- * doc/Tcl_Main.3
- * win/tclAppInit.c
- * win/makefile.vc
- * win/Makefile.in
- * win/tclWin32Dll.c Eliminate minor MSVC warning TCHAR -> char conversion
+ * generic/tclDecls.h: [FRQ 491789]: "setargv() doesn't support a
+ * generic/tclMain.c: unicode cmdline" implemented for Tcl on MSVC++
+ * doc/Tcl_Main.3:
+ * win/tclAppInit.c:
+ * win/makefile.vc:
+ * win/Makefile.in:
+ * win/tclWin32Dll.c: Eliminate minor MSVC warning TCHAR -> char
+ conversion
2010-11-04 Reinhard Max <max@suse.de>
- * tests/socket.test: Run the socket tests three times with the
- address family set to any, inet, and inet6 respectively. Use
- constraints to skip the tests if a family is found to be
- unsupported or not configured on the local machine. Adjust the
- tests to dynamically adapt to the address family that is being
- tested.
+ * tests/socket.test: Run the socket tests three times with the address
+ family set to any, inet, and inet6 respectively. Use constraints to
+ skip the tests if a family is found to be unsupported or not
+ configured on the local machine. Adjust the tests to dynamically adapt
+ to the address family that is being tested.
Rework some of the tests to speed them up by avoiding (supposedly)
unneeded [after]s.
2010-11-04 Stuart Cassoff <stwo@users.sourceforge.net>
+
* unix/Makefile.in: [Patch 3101127]: Installer Improvements.
* unix/install-sh:
diff --git a/tests/binary.test b/tests/binary.test
index 6b1f0f7..fc3d0b3 100644
--- a/tests/binary.test
+++ b/tests/binary.test
@@ -10,7 +10,7 @@
# See the file "license.terms" for information on usage and redistribution of
# this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: binary.test,v 1.42 2010/11/09 13:41:21 nijtmans Exp $
+# RCS: @(#) $Id: binary.test,v 1.43 2010/11/09 14:20:19 dkf Exp $
if {[lsearch [namespace children] ::tcltest] == -1} {
package require tcltest
@@ -1583,10 +1583,6 @@ test binary-40.4 {ScanNumber: NaN} -body {
unset -nocomplain arg1
list [binary scan \xff\xff\xff\xff\xff\xff\xff\xff d arg1] $arg1
} -match glob -result {1 -NaN*}
-test binary-40.5 {ScanNumber: -NaN} -body {
- unset -nocomplain arg1
- list [binary scan \x00\x00\x00\x00\x00\x00\xf8\xff d arg1] $arg1
-} -match glob -result {1 -NaN}
test binary-41.1 {ScanNumber: word alignment} {
unset -nocomplain arg1; unset arg2