summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2001-01-12 09:54:16 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2001-01-12 09:54:16 (GMT)
commit131bb85d732222882579df7f1cd45bfba4dda989 (patch)
tree3b1b5a338b67f6f0308d3e335eb7acb12fdc0f3e /ChangeLog
parent82208ae074ac93ecebefb924402d1dc992a72432 (diff)
downloadtcl-131bb85d732222882579df7f1cd45bfba4dda989.zip
tcl-131bb85d732222882579df7f1cd45bfba4dda989.tar.gz
tcl-131bb85d732222882579df7f1cd45bfba4dda989.tar.bz2
Fixes tests when spaces exist in install pathnames.
(Applies patch #103174 which fixes bug #119406.)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8f71ca8..3127997 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2001-01-10 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+
+ * tests/winPipe.test (winpipe-1.20):
+ * tests/winDde.test (createChildProcess):
+ * tests/pkgMkIndex.test (pkgtest::createIndex): Removed
+ assumption that paths contain no spaces which causes problems with
+ both [eval] and [open |...] due to the well-known differences
+ between lists and strings. Fixes bug #119406
+
2001-01-04 Don Porter <dgp@users.sourceforge.net>
* tests/unixInit.test:
* unix/tclUnixInit.c (TclpInitLibraryPath):