diff options
author | dgp <dgp@users.sourceforge.net> | 2001-08-27 02:14:08 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2001-08-27 02:14:08 (GMT) |
commit | 9c25bc6dc6c615313b4574356e71d451185a634e (patch) | |
tree | f31e368814b12a6533c90e289fe7be521f22108f /ChangeLog | |
parent | 1f0268c256e80edaaaac53ece4b31fac44354220 (diff) | |
download | tcl-9c25bc6dc6c615313b4574356e71d451185a634e.zip tcl-9c25bc6dc6c615313b4574356e71d451185a634e.tar.gz tcl-9c25bc6dc6c615313b4574356e71d451185a634e.tar.bz2 |
* Corrected
inconsistency between the search path for script libraries and
the directory name $DISTNAME into which distributions built
by 'make test' unpack. [Bug 455642]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2001-08-26 Don Porter <dgp@users.sourceforge.net> + + * library/auto.tcl (tcl_findLibrary): + * tests/unixInit.test (unixInit-2.{1,9}): + * unix/tclUnixInit.c (TclpInitLibraryPath): + * win/tclWinInit.c (TclpInitLibraryPath): Corrected + inconsistency between the search path for script libraries and + the directory name $DISTNAME into which distributions built + by 'make test' unpack. [Bug 455642] + 2001-08-24 Jeff Hobbs <jeffh@ActiveState.com> * tests/stringComp.test: added string-1.3 |