diff options
author | dgp <dgp@users.sourceforge.net> | 2004-06-11 21:55:53 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-06-11 21:55:53 (GMT) |
commit | 0646d431b0dd93bb11665e2e53e277b7899557fa (patch) | |
tree | 0fed0d6aec88326a846f6fa67a5a4e389e66675a /ChangeLog | |
parent | 7ee7c6586422e52f2088758fba43fa65a64c77ef (diff) | |
download | tcl-0646d431b0dd93bb11665e2e53e277b7899557fa.zip tcl-0646d431b0dd93bb11665e2e53e277b7899557fa.tar.gz tcl-0646d431b0dd93bb11665e2e53e277b7899557fa.tar.bz2 |
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2004-06-11 Don Porter <dgp@users.sourceforge.net> + * 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. + * unix/tclUnixInit.c: The routines Tcl_Init() and TclSourceRCFile() * win/tclWinInit.c: had identical implementations for both win and * generic/tclInterp.c: unix. Moved to a single generic implementation. |