From 050efcff126af416fbdcbc1de996bc799ee51310 Mon Sep 17 00:00:00 2001 From: dkf Date: Tue, 9 Nov 2010 14:20:19 +0000 Subject: Revert previous commit at request of KBK. --- ChangeLog | 34 ++++++++++++++++------------------ tests/binary.test | 6 +----- 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 - - * tests/binary.test: Added test case for [Bug #3105247] -NaN? - 2010-11-05 Jan Nijtmans * 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 @@ -15,27 +12,28 @@ 2010-11-04 Jan Nijtmans - * 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 - * 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 + * 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 -- cgit v0.12