Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -76/+12 |
| | |||||
* | Fixed a typo in tcl_findLibrary, and fixed the logic that ensures | welch | 1998-10-23 | 1 | -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. | ||||
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | Nuked / from file paths | welch | 1998-08-07 | 1 | -5/+5 |
| | |||||
* | Added unix/arch possibility to library search path | welch | 1998-08-06 | 1 | -2/+17 |
| | |||||
* | Merged changes between child workspace "/home/stanton/ws/tcl8.0" and | stanton | 1998-07-24 | 1 | -19/+48 |
| | | | | parent workspace "/export/home/ws/tcl8.0". | ||||
* | Updated core w/ Micheals latest changes. | surles | 1998-07-24 | 1 | -2/+2 |
| | |||||
* | Fixed a bug in the Tcl init script that did not have a "global env" and thus | suresh | 1998-07-09 | 1 | -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 revision | welch | 1998-06-27 | 1 | -0/+65 |