summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2002-03-24 18:57:51 (GMT)
committerdgp <dgp@users.sourceforge.net>2002-03-24 18:57:51 (GMT)
commit89251155b717d5db7d6defbd0a87d498d7941629 (patch)
treef932373c280ddd029d4a6f0ef42dcc35ac80b3b0 /ChangeLog
parentb81b0779c56b017a12588c6800507f3cef5fc499 (diff)
downloadtcl-89251155b717d5db7d6defbd0a87d498d7941629.zip
tcl-89251155b717d5db7d6defbd0a87d498d7941629.tar.gz
tcl-89251155b717d5db7d6defbd0a87d498d7941629.tar.bz2
* Use [interpreter] to set/query the
executable currently running the tcltest package. [Bug 454050]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6f5ec22..5abd797 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2002-03-24 Don Porter <dgp@users.sourceforge.net>
+ * library/tcltest/tcltest.tcl: Use [interpreter] to set/query the
+ executable currently running the tcltest package. [Bug 454050]
+
* library/tcltest/tcltest.tcl: Allow non-proc commands to be used
as the customization hooks. [Bug 495662]