summaryrefslogtreecommitdiffstats
path: root/generic/tclInitScript.h
Commit message (Collapse)AuthorAgeFilesLines
* Nuked / from file pathswelch1998-08-071-5/+5
|
* Added unix/arch possibility to library search pathwelch1998-08-061-2/+17
|
* Merged changes between child workspace "/home/stanton/ws/tcl8.0" andstanton1998-07-241-19/+48
| | | | parent workspace "/export/home/ws/tcl8.0".
* Updated core w/ Micheals latest changes.surles1998-07-241-2/+2
|
* Fixed a bug in the Tcl init script that did not have a "global env" and thussuresh1998-07-091-7/+45
| | | | | | | | | | | setting the TCL_LIBRARY environment variable was not being set in the global 'env' array. Moved the varaibe 'tclPreInitScript' from respective tcl<plat>Init.c file. Added a routine 'TclSetPreInitScript()' to facilite setting the pre-init script variable. This file should only be included once in the entire set of C source files for Tcl (by the respective platform initialization C source file, tclUnixInit.c and tclWinInit.c) and thus the presence of the routine, TclSetPreInitScript, below, should be harmless.
* Initial revisionwelch1998-06-271-0/+65