diff options
author | dgp <dgp@users.sourceforge.net> | 2004-06-14 14:39:31 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-06-14 14:39:31 (GMT) |
commit | 4f6c1156ca6d0c293d79869f95146601c83c6666 (patch) | |
tree | 8ad4a07a433c98d6ed4708a356b7fd331e26e782 | |
parent | 1ad3c6846690c6d70fe611d3a6be84186ad4ab26 (diff) | |
download | tcl-4f6c1156ca6d0c293d79869f95146601c83c6666.zip tcl-4f6c1156ca6d0c293d79869f95146601c83c6666.tar.gz tcl-4f6c1156ca6d0c293d79869f95146601c83c6666.tar.bz2 |
formatting
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -10,9 +10,9 @@ 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. + 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 |