summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2006-11-02 16:33:21 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2006-11-02 16:33:21 (GMT)
commite1cbc16cc15897f437b3072919403624a0d79ec0 (patch)
tree186b6c5ec730cb7f1667f760235fd9ede968d9d0 /ChangeLog
parentc438b1a196e9545330feb36e822df13636b2d150 (diff)
downloadtcl-e1cbc16cc15897f437b3072919403624a0d79ec0.zip
tcl-e1cbc16cc15897f437b3072919403624a0d79ec0.tar.gz
tcl-e1cbc16cc15897f437b3072919403624a0d79ec0.tar.bz2
Fixed non-robustness error when opening subshell pipes when the current directory
has a space in the name
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4230125..edd11ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -22,6 +22,9 @@
2006-11-02 Donal K. Fellows <donal.k.fellows@manchester.ac.uk>
+ * tests/winPipe.test (winpipe-4.[2345]): Made robust when run in
+ directory with spaces in its name.
+
* generic/tclCmdAH.c: Clean up uses of cast NULLs.
* generic/tclInterp.c (AliasObjCmd): Added more explanatory comments.