diff options
author | dgp <dgp@noemail.net> | 2004-11-16 16:55:49 (GMT) |
---|---|---|
committer | dgp <dgp@noemail.net> | 2004-11-16 16:55:49 (GMT) |
commit | 4edb97d689c5d75ec771762e9f69571f72578a38 (patch) | |
tree | f8d6de0b940f8980b06a2e95459758f60f4e6103 /changes | |
parent | a6c4d5b341e8638419f62ed825de636cc6466706 (diff) | |
download | tcl-4edb97d689c5d75ec771762e9f69571f72578a38.zip tcl-4edb97d689c5d75ec771762e9f69571f72578a38.tar.gz tcl-4edb97d689c5d75ec771762e9f69571f72578a38.tar.bz2 |
* library/auto.tcl: Updated [tcl_findLibrary] search path
to include the $::auto_path. [RFE 695441].
FossilOrigin-Name: 9d88eb0d5df740427897900650a1edf0ec59e603
Diffstat (limited to 'changes')
-rw-r--r-- | changes | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,6 +1,6 @@ Recent user-visible changes to Tcl: -RCS: @(#) $Id: changes,v 1.79.2.13 2004/11/15 21:52:26 dgp Exp $ +RCS: @(#) $Id: changes,v 1.79.2.14 2004/11/16 16:56:00 dgp Exp $ 1. No more [command1] [command2] construct for grouping multiple commands on a single command line. @@ -6104,7 +6104,9 @@ Corrects Tcl_StatBuf definition issues. (hobbs) 2004-11-15 (bug fix)[10653678] [trace variable],[trace remove] interop (porter) -Documentation improvements [759545,1058446,1062647,etc.] +2004-11-16 (bug fix)[695441] [tcl_findLibrary] search $::auto_path too (porter) + +Documentation improvements [759545,1058446,1062647,1065732,etc.] Test suite expansion [1036649,1001997,etc.] --- Released 8.4.8, November XX, 2004 --- See ChangeLog for details --- |