diff options
author | dgp <dgp@users.sourceforge.net> | 2002-03-25 17:10:57 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-03-25 17:10:57 (GMT) |
commit | f7f08ed212e20480dabd9801880cb3b7b9fb9343 (patch) | |
tree | dca87d8bb611670743c152f040a716aa69f79599 /ChangeLog | |
parent | bcd3c2b029233968c21c526097f241bc4738e9fd (diff) | |
download | tcl-f7f08ed212e20480dabd9801880cb3b7b9fb9343.zip tcl-f7f08ed212e20480dabd9801880cb3b7b9fb9343.tar.gz tcl-f7f08ed212e20480dabd9801880cb3b7b9fb9343.tar.bz2 |
* Keep the value of $::auto_path
unchanged, so that the tcltest package can test code that depends
on auto-loading. If a testing application needs $::auto_path pruned,
it should do that itself. [Bug 495726]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2002-03-25 Don Porter <dgp@users.sourceforge.net> + + * library/tcltest/tcltest.tcl: Keep the value of $::auto_path + unchanged, so that the tcltest package can test code that depends + on auto-loading. If a testing application needs $::auto_path pruned, + it should do that itself. [Bug 495726] + 2002-03-25 Miguel Sofer <msofer@users.sourceforge.net> * doc/CrtTrace.3: small doc correction |