Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | changed to set tclDefaultLibrary instead of tcl_library | stanton | 1998-07-24 | 1 | -1/+2 |
| | |||||
* | Moved the variable 'tclPreInitScript' to the file generic/tclInitScript.h | suresh | 1998-07-09 | 1 | -10/+3 |
| | |||||
* | Cleaned up PlatformInitExitHandler | welch | 1998-07-06 | 1 | -2/+0 |
| | |||||
* | Changed variable name "tclAlternateInitScript" to "tclPreInitScript". | suresh | 1998-07-01 | 1 | -8/+9 |
| | | | | Added error checking in in Tcl_Init() for pre-initialization script. | ||||
* | Added definition of variable "tclAlternateInitScript" which is a globabl var- | suresh | 1998-07-01 | 1 | -0/+12 |
| | | | | | | iable and if set to a non-NULL value, will be evaluated just before the built-in script given in the file (variable) "generic/tclInitScript.h" ("initScript"). | ||||
* | plugin updates | welch | 1998-06-27 | 1 | -47/+3 |
| | |||||
* | lint | stanton | 1998-06-25 | 1 | -1/+2 |
| | |||||
* | Added an additional env. var. ("tcl_pkgLibrary") that is searched prior to all | suresh | 1998-06-23 | 1 | -0/+3 |
| | | | | other locations for the "tk.tcl" file. This facilitates application packaging. | ||||
* | changed size of static buffers in tclUnixInit to ensure that they are | stanton | 1998-06-18 | 1 | -2/+2 |
| | | | | large enough for any TCL_LIBRARY or TCL_PACKAGE_PATH | ||||
* | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+317 |