summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-06-11 22:39:28 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-06-11 22:39:28 (GMT)
commit1ad3c6846690c6d70fe611d3a6be84186ad4ab26 (patch)
tree4db0875ecc9703ad519b37998b70b3980c02a6d7 /ChangeLog
parent0646d431b0dd93bb11665e2e53e277b7899557fa (diff)
downloadtcl-1ad3c6846690c6d70fe611d3a6be84186ad4ab26.zip
tcl-1ad3c6846690c6d70fe611d3a6be84186ad4ab26.tar.gz
tcl-1ad3c6846690c6d70fe611d3a6be84186ad4ab26.tar.bz2
* doc/Encoding.3: Removed bogus claims about tcl_libPath.
* generic/tclInterp.c (Tcl_Init): Stopped setting the tcl_libPath variable. [tclInit] can get all its directories without it. * tests/unixInit.test: Modified test code that made use of tcl_libPath variable. * unix/tclUnixInit.c: Stopped setting the tclDefaultLibrary variable, execept on the Mac OS X platform with HAVE_CFBUNDLE. In that configuration we should seek some way to make use of the TIP 59 facilities and get rid of that usage of tclDefaultLibrary as well.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b17d6f5..6159c09 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,19 @@
2004-06-11 Don Porter <dgp@users.sourceforge.net>
+ * doc/Encoding.3: Removed bogus claims about tcl_libPath.
+
+ * generic/tclInterp.c (Tcl_Init): Stopped setting the
+ tcl_libPath variable. [tclInit] can get all its directories
+ without it.
+
+ * tests/unixInit.test: Modified test code that made use of
+ tcl_libPath variable.
+
+ * unix/tclUnixInit.c: Stopped setting the tclDefaultLibrary variable,
+ execept on the Mac OS X platform with HAVE_CFBUNDLE. In that configuration
+ we should seek some way to make use of the TIP 59 facilities and
+ get rid of that usage of tclDefaultLibrary as well.
+
* generic/tclInterp.c: Updated [tclInit] to make $env(TCL_LIBRARY) an
absolute path, and to include the scriptdir,runtime configuration value
on the search path for init.tcl.