diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2006-11-02 16:33:21 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2006-11-02 16:33:21 (GMT) |
commit | e1cbc16cc15897f437b3072919403624a0d79ec0 (patch) | |
tree | 186b6c5ec730cb7f1667f760235fd9ede968d9d0 /ChangeLog | |
parent | c438b1a196e9545330feb36e822df13636b2d150 (diff) | |
download | tcl-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-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |