diff options
author | dgp <dgp@users.sourceforge.net> | 2002-03-24 18:57:51 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-03-24 18:57:51 (GMT) |
commit | 89251155b717d5db7d6defbd0a87d498d7941629 (patch) | |
tree | f932373c280ddd029d4a6f0ef42dcc35ac80b3b0 /ChangeLog | |
parent | b81b0779c56b017a12588c6800507f3cef5fc499 (diff) | |
download | tcl-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-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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] |