summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-10-06 17:27:18 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-10-06 17:27:18 (GMT)
commitf472b81bc3a7304572259fbab58ac8e8b6753f82 (patch)
treed62fa2fc889c21f2c4f9e11df2c074a2bde85d1e /ChangeLog
parentf3e5533fae2501f946d1edac36dd976ee7a571b8 (diff)
downloadtcl-f472b81bc3a7304572259fbab58ac8e8b6753f82.zip
tcl-f472b81bc3a7304572259fbab58ac8e8b6753f82.tar.gz
tcl-f472b81bc3a7304572259fbab58ac8e8b6753f82.tar.bz2
* tests/fCmd.test (fCmd-8.2): Test only that tilde-substitution
happens, not for any particular result. [Bug 685991]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b1f7113..395e2bf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2003-10-06 Don Porter <dgp@users.sourceforge.net>
+ * tests/fCmd.test (fCmd-8.2): Test only that tilde-substitution
+ happens, not for any particular result. [Bug 685991]
+
* unix/tcl.m4 (SC_PATH_TCLCONFIG): Corrected search path so
that alpha and beta releases of Tcl are not favored. [Bug 608698]