summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2003-03-23 03:10:09 (GMT)
committerKevin B Kenny <kennykb@acm.org>2003-03-23 03:10:09 (GMT)
commit11faa6f4300fd411354704845136e378832cdb24 (patch)
tree99b873489375274ab632d453aa69839e151697bd /ChangeLog
parent668371a4f1e9f90b7d69d55e27ebeef487148ddd (diff)
downloadtcl-11faa6f4300fd411354704845136e378832cdb24.zip
tcl-11faa6f4300fd411354704845136e378832cdb24.tar.gz
tcl-11faa6f4300fd411354704845136e378832cdb24.tar.bz2
Added quoting around the script name in the 'test' target; Joe
Mistachkin insists that he has a configuration that fails to launch tcltest without it, and it appears harmless otherwise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 54cf21d..a32a280 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,10 @@
or [package require registry] attempted to load the release version
of the DLL into a debug build. [Bug 708218] Thanks to Joe Mistachkin
for the patch.
+ * win/makefile.vc: Added quoting around the script name in the
+ 'test' target; Joe Mistachkin insists that he has a configuration
+ that fails to launch tcltest without it, and it appears harmless
+ otherwise.
2003-03-20 Don Porter <dgp@users.sourceforge.net>