diff options
author | dgp <dgp@users.sourceforge.net> | 2004-11-22 22:13:32 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-11-22 22:13:32 (GMT) |
commit | 586e32dd0e46d891670556611f65277053f070c3 (patch) | |
tree | b11a3d74c55503ba71e42a9a2b356585e6c625b8 /ChangeLog | |
parent | b8f4fce257bc6fefdb5c0b1a942450e6d3b9f2c4 (diff) | |
download | tcl-586e32dd0e46d891670556611f65277053f070c3.zip tcl-586e32dd0e46d891670556611f65277053f070c3.tar.gz tcl-586e32dd0e46d891670556611f65277053f070c3.tar.bz2 |
* unix/tclUnixInit.c (TclpInitLibraryPath): Purged dead code that
* win/tclWinInit.c (TclpInitLibraryPath): used to extend the
"library path". Search path construction for init.tcl is now done
within the [tclInit] proc.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2004-11-22 Don Porter <dgp@users.sourceforge.net> + * unix/tclUnixInit.c (TclpInitLibraryPath): Purged dead code that + * win/tclWinInit.c (TclpInitLibraryPath): used to extend the + "library path". Search path construction for init.tcl is now done + within the [tclInit] proc. + * generic/tclInterp.c: Restored several directories to the search * tests/unixInit.test: path used to locate init.tcl within [tclInit]. This change does not restore any directories to the encoding search |