summaryrefslogtreecommitdiffstats
path: root/generic/tclInitScript.h
Commit message (Collapse)AuthorAgeFilesLines
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-76/+12
| | | FossilOrigin-Name: f3b32fb71c9011ac220779bd9dbe5617c9dc87d9
* Fixed a typo in tcl_findLibrary, and fixed the logic that ensureswelch1998-10-231-4/+3
| | | | | | | the parent directory of tcl_library is on the auto_path. Added a comment to init.tcl about how auto_path is initialized. FossilOrigin-Name: 888280c12ed9c09392ef56bb178559545e0d6007
* Replaced SCCS strings, fixed binary filescore-8-0-3stanton1998-09-141-1/+1
| | | FossilOrigin-Name: 196f92fd17305db5fec1acd59f6926de11e01624
* Nuked / from file pathswelch1998-08-071-5/+5
| | | FossilOrigin-Name: b093be41bf0a4fd22db551aad1ebaa3e35f4c6d0
* Added unix/arch possibility to library search pathwelch1998-08-061-2/+17
| | | FossilOrigin-Name: 923be9ccefb197dacdfb9113515aeff277b96674
* Merged changes between child workspace "/home/stanton/ws/tcl8.0" andstanton1998-07-241-19/+48
| | | | | | parent workspace "/export/home/ws/tcl8.0". FossilOrigin-Name: f6f893d43f03bde863a9da799ed0115e2600dd87
* Updated core w/ Micheals latest changes.surles1998-07-241-2/+2
| | | FossilOrigin-Name: dff1740f40847976ed07a0cbbd12c28f87857e22
* 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. FossilOrigin-Name: 6169c80e13070c4311514d95e2ab199e9d1ef704
* Initial revisionwelch1998-06-271-0/+65
FossilOrigin-Name: 03212445acff381617a2744e22e3fb46e796541e