summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-11-22 22:13:32 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-11-22 22:13:32 (GMT)
commit586e32dd0e46d891670556611f65277053f070c3 (patch)
treeb11a3d74c55503ba71e42a9a2b356585e6c625b8 /ChangeLog
parentb8f4fce257bc6fefdb5c0b1a942450e6d3b9f2c4 (diff)
downloadtcl-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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 18f4f72..2ac354c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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