diff options
author | dgp <dgp@users.sourceforge.net> | 2003-01-31 22:19:26 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2003-01-31 22:19:26 (GMT) |
commit | 8ca7da652a892daee3f4847a3003b6c2abb621d0 (patch) | |
tree | 2aaf49526b3c43a5fd1e297d18176bb3749217a0 /ChangeLog | |
parent | 3f2cd8bcfcb1de17d95cf4026499b9d7c42ac4c3 (diff) | |
download | tcl-8ca7da652a892daee3f4847a3003b6c2abb621d0.zip tcl-8ca7da652a892daee3f4847a3003b6c2abb621d0.tar.gz tcl-8ca7da652a892daee3f4847a3003b6c2abb621d0.tar.bz2 |
The utility [slave] command failed to properly [list]-quote a
constructed [open] command, causing failure when the pathname
contained whitespace. [Bug 678415]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,6 +2,9 @@ * tests/tcltest.test: Cleaned up management of file/directory creation/deletion to improve "-debug 1" output. [Bug 675614] + The utility [slave] command failed to properly [list]-quote a + constructed [open] command, causing failure when the pathname + contained whitespace. [Bug 678415] * tests/main.test: Stopped main.test from deleting existing file. Test suite should not delete files that already exist. [Bug 675660] |