summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2002-05-08 05:51:05 (GMT)
committerdgp <dgp@users.sourceforge.net>2002-05-08 05:51:05 (GMT)
commit1ff071777e6546bc8caa062aa06db59fbe0e8594 (patch)
tree20c0182adfaec4d767bcb56ddb8aefe08e23ebf6 /ChangeLog
parent46415a614da041bf28edf86e9bc62f74db244843 (diff)
downloadtcl-1ff071777e6546bc8caa062aa06db59fbe0e8594.zip
tcl-1ff071777e6546bc8caa062aa06db59fbe0e8594.tar.gz
tcl-1ff071777e6546bc8caa062aa06db59fbe0e8594.tar.bz2
* Fixes to test suite when there's a space
in the working path. Thanks to Kevin Kenny.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0b57fc6..6b1700d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2002-05-08 Don Porter <dgp@users.sourceforge.net>
+
+ * library/tcltest/tcltest.tcl: Corrected [uplevel] quoting when
+ [source]-ing test script in subdirectories.
+ * tests/tcltest.test: Fixes to test suite when there's a space
+ in the working path. Thanks to Kevin Kenny.
+
2002-05-07 David Gravereaux <davygrvy@pobox.com>
-- Changes from Peter Spjuth <peter.spjuth@space.se>