Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - dropped the .\ from temp dir name | escoffon | 1998-07-01 | 1 | -4/+4 |
| | | | | - .pch file is now generated in temp dir, not in . | ||||
* | - added support for configuration of debug/nodebug in configure script. | escoffon | 1998-07-01 | 2 | -6/+24 |
| | | | | | - also added a atring to append to generated libraries when built with symbols. | ||||
* | - modified to use the AuxDataType setup. | escoffon | 1998-07-01 | 1 | -3/+5 |
| | |||||
* | - added the AuxDataType stuff | escoffon | 1998-07-01 | 1 | -13/+30 |
| | |||||
* | Changed variable name "tclAlternateInitScript" to "tclPreInitScript". | suresh | 1998-07-01 | 1 | -7/+8 |
| | | | | Added error-checking for pre-initialization script. | ||||
* | Changed variable name "tclAlternateInitScript" to "tclPreInitScript". | suresh | 1998-07-01 | 1 | -8/+9 |
| | | | | Added error checking in in Tcl_Init() for pre-initialization script. | ||||
* | Changed variable name "tclAlternateInitScript" to "tclPreInitScript". | suresh | 1998-07-01 | 1 | -5/+4 |
| | |||||
* | Added definition of variable "tclAlternateInitScript" which is a globabl var- | suresh | 1998-07-01 | 2 | -2/+25 |
| | | | | | | 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"). | ||||
* | Added extern definition of variable 'tclAlternateInitScript' which is defined | suresh | 1998-07-01 | 1 | -0/+9 |
| | | | | in the file(s) "<platform>/tcl<platform>Init.c". | ||||
* | Added preface | welch | 1998-06-29 | 1 | -2/+25 |
| | |||||
* | Merged changes between child workspace "/home/welch/ws/tcl8.0.3i" and | welch | 1998-06-29 | 1 | -1/+1 |
| | | | | parent workspace "/home/welch/ws/tcl8.0.3". | ||||
* | Updated for 8.0.3 | welch | 1998-06-29 | 2 | -31/+32 |
| | |||||
* | Added Scriptics | welch | 1998-06-29 | 1 | -3/+3 |
| | |||||
* | Jans compatibility patch | welch | 1998-06-29 | 1 | -0/+9 |
| | |||||
* | Changed patchlevel to 8.0.3 | welch | 1998-06-29 | 1 | -1/+1 |
| | |||||
* | Added Jans compatibility patch | welch | 1998-06-29 | 2 | -5/+10 |
| | |||||
* | Fixed IsLocalScalar | welch | 1998-06-29 | 1 | -1/+8 |
| | |||||
* | expr bracing | welch | 1998-06-29 | 7 | -99/+104 |
| | |||||
* | Fixed bug in testfindexecutable | welch | 1998-06-29 | 1 | -2/+4 |
| | |||||
* | Initial revision | welch | 1998-06-28 | 1 | -0/+423 |
| | |||||
* | incr tcl updtaes | welch | 1998-06-28 | 2 | -9/+150 |
| | |||||
* | Initial revision | welch | 1998-06-28 | 1 | -0/+71 |
| | |||||
* | Initial revision | welch | 1998-06-27 | 1 | -0/+65 |
| | |||||
* | plugin updates | welch | 1998-06-27 | 13 | -198/+216 |
| | |||||
* | *** empty log message *** | stanton | 1998-06-25 | 1 | -0/+10 |
| | |||||
* | catch didn't compile non-local variables correctly | stanton | 1998-06-25 | 1 | -38/+49 |
| | |||||
* | lint | stanton | 1998-06-25 | 2 | -2/+3 |
| | |||||
* | Added an additional env. var. ("tcl_pkgLibrary") that is searched prior to all | suresh | 1998-06-23 | 2 | -0/+6 |
| | | | | other locations for the "tk.tcl" file. This facilitates application packaging. | ||||
* | Typo fix | surles | 1998-06-22 | 1 | -1/+1 |
| | |||||
* | put the DLLs, LIBs, and EXEs in the Debug/Release subdirs rather than | escoffon | 1998-06-18 | 1 | -21/+27 |
| | | | | in win. | ||||
* | Added changes to support builds of different configurations in parallel: | escoffon | 1998-06-18 | 1 | -20/+31 |
| | | | | | | | | - the NODEBUG flag controls Debug/Release builds - different values of NODEBUG create temp files in either Debug or Release subdirectories. - Debug DLLs and executables follow the Windows convention of a 'd' at the end of the name (e.g. tcl80d.dll) | ||||
* | *** empty log message *** | stanton | 1998-06-18 | 1 | -0/+21 |
| | |||||
* | fixed bad array bounds checks | stanton | 1998-06-18 | 1 | -11/+19 |
| | | | | added performance boost for small values | ||||
* | *** empty log message *** | stanton | 1998-06-18 | 8 | -9/+132 |
| | |||||
* | remove tmp file | stanton | 1998-06-18 | 1 | -0/+1 |
| | |||||
* | fixed behavior of "array set" on initialization with an emtpy list | stanton | 1998-06-18 | 1 | -33/+57 |
| | | | | removed memory leak | ||||
* | removed dead code | stanton | 1998-06-18 | 1 | -3/+0 |
| | |||||
* | added fix for foreach compile proc so it handles non-local names correctly | stanton | 1998-06-18 | 1 | -30/+51 |
| | | | | | fixed compile procs so they no longer corrupt the exception stack don't inline expressions when it is unsafe to do so | ||||
* | fixed "info vars" and "info locals" to not report compiled temporary variables | stanton | 1998-06-18 | 1 | -66/+64 |
| | | | | changed dictionary sort to use unsigned char comparisons | ||||
* | 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 | ||||
* | minor HPUX tweak | stanton | 1998-06-18 | 1 | -1/+1 |
| | |||||
* | added SHLIB_PATH to test targets | stanton | 1998-06-18 | 1 | -0/+2 |
| | |||||
* | *** empty log message *** | stanton | 1998-06-17 | 1 | -0/+44 |
| | |||||
* | fixed behavior of Tcl_FindExecutable on null path elements | stanton | 1998-06-17 | 1 | -1/+10 |
| | |||||
* | Initial revision | stanton | 1998-06-17 | 1 | -0/+66 |
| | |||||
* | added code to handle null arguments | stanton | 1998-06-15 | 1 | -5/+11 |
| | |||||
* | *** empty log message *** | stanton | 1998-06-15 | 1 | -1/+12 |
| | |||||
* | Cleaned up prototype for 'Tcl_GetNameOfExecutable'. | suresh | 1998-06-15 | 1 | -2/+2 |
| | |||||
* | Added prototype for the new public routine 'Tcl_GetNameOfExecutable(...)'. | suresh | 1998-06-12 | 1 | -1/+2 |
| | |||||
* | Moved the definition of "char *tclExecutableName" to this file. | suresh | 1998-06-12 | 1 | -1/+37 |
| | | | | Added implementation for the new public routine 'Tcl_GetNameOfExecutable(...)'. |