summaryrefslogtreecommitdiffstats
path: root/ChangeLog
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 /ChangeLog
parent32aaf34bbd02fa2cb7af68ae09520e56b008fa37 (diff)
downloadtcl-050efcff126af416fbdcbc1de996bc799ee51310.zip
tcl-050efcff126af416fbdcbc1de996bc799ee51310.tar.gz
tcl-050efcff126af416fbdcbc1de996bc799ee51310.tar.bz2
Revert previous commit at request of KBK.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog34
1 files changed, 16 insertions, 18 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: