Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * win/tclWinInit.c (TclPlatformInit): Added code to ensure | stanton | 1999-02-02 | 1 | -2/+4 |
| | | | | tcl_pkgPath is set to "" when no registry entry is found. [Bug: 978] | ||||
* | On Windows, Added the "debug" element of the tcl_platform array which | suresh | 1998-10-20 | 1 | -1/+13 |
| | | | | | | | indicates that the particular Tcl shell has been compiled with debug information Using "info exists tcl_platform(debug)" a Tcl script can direct the interpreter to load debug versions of DLLs with the load command. | ||||
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | fixed bad registry code | stanton | 1998-08-05 | 1 | -11/+18 |
| | |||||
* | added support for getting tcl_pkgPath from the registry | stanton | 1998-07-31 | 1 | -38/+75 |
| | |||||
* | changed to use default value instead of "Root" | stanton | 1998-07-24 | 1 | -13/+21 |
| | | | | changed to set tclDefaultLibrary instead of tcl_library | ||||
* | Moved the variable 'tclPreInitScript' to generic/tclInitScript.h. | suresh | 1998-07-09 | 1 | -10/+3 |
| | |||||
* | Changed variable name "tclAlternateInitScript" to "tclPreInitScript". | suresh | 1998-07-01 | 1 | -7/+8 |
| | | | | Added error-checking for pre-initialization script. | ||||
* | Added definition of variable "tclAlternateInitScript" which is a globabl var- | suresh | 1998-07-01 | 1 | -2/+13 |
| | | | | | | 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 | -74/+4 |
| | |||||
* | 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. | ||||
* | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+394 |