diff options
author | dgp <dgp@users.sourceforge.net> | 2001-07-02 20:57:02 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2001-07-02 20:57:02 (GMT) |
commit | f95adc31b2b6a26b68eaafb67a0438c3989bc458 (patch) | |
tree | 2fb7932d075bd1e5436fbf6b6f60277e769d7e94 /ChangeLog | |
parent | be317297cf2254b62ff4e0aa930c1de525bfbe9b (diff) | |
download | tcl-f95adc31b2b6a26b68eaafb67a0438c3989bc458.zip tcl-f95adc31b2b6a26b68eaafb67a0438c3989bc458.tar.gz tcl-f95adc31b2b6a26b68eaafb67a0438c3989bc458.tar.bz2 |
* tests/unixInit.test (unixInit-2.8): Corrected test for all
absolute pathnames in library path when executable is installed
near root directory to use correct development directory layout.
[Bug 438014]
* tests/unixInit.test (unixInit-2.9):
* unix/tclUnixInit.c (TclpInitLibraryPath):
* win/tclWinInit.c (TclpInitLibraryPath): Corrected buggy
construction of search path entries relative to executable.
Added test for bad construction. [Bug 438014]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2001-07-02 Don Porter <dgp@users.sourceforge.net> + + * tests/unixInit.test (unixInit-2.8): Corrected test for all + absolute pathnames in library path when executable is installed + near root directory to use correct development directory layout. + [Bug 438014] + + * tests/unixInit.test (unixInit-2.9): + * unix/tclUnixInit.c (TclpInitLibraryPath): + * win/tclWinInit.c (TclpInitLibraryPath): Corrected buggy + construction of search path entries relative to executable. + Added test for bad construction. [Bug 438014] + 2001-06-28 Miguel Sofer <msofer@users.sourceforge.net> * generic/tclNamesp.c: Correction to faulty patch from [Bug: 231259] |