summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - added the AuxDataType stuffescoffon1998-07-011-13/+30
|
* Changed variable name "tclAlternateInitScript" to "tclPreInitScript".suresh1998-07-011-7/+8
| | | | Added error-checking for pre-initialization script.
* Changed variable name "tclAlternateInitScript" to "tclPreInitScript".suresh1998-07-011-8/+9
| | | | Added error checking in in Tcl_Init() for pre-initialization script.
* Changed variable name "tclAlternateInitScript" to "tclPreInitScript".suresh1998-07-011-5/+4
|
* Added definition of variable "tclAlternateInitScript" which is a globabl var-suresh1998-07-012-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 definedsuresh1998-07-011-0/+9
| | | | in the file(s) "<platform>/tcl<platform>Init.c".
* Added prefacewelch1998-06-291-2/+25
|
* Merged changes between child workspace "/home/welch/ws/tcl8.0.3i" andwelch1998-06-291-1/+1
| | | | parent workspace "/home/welch/ws/tcl8.0.3".
* Updated for 8.0.3welch1998-06-292-31/+32
|
* Added Scripticswelch1998-06-291-3/+3
|
* Jans compatibility patchwelch1998-06-291-0/+9
|
* Changed patchlevel to 8.0.3welch1998-06-291-1/+1
|
* Added Jans compatibility patchwelch1998-06-292-5/+10
|
* Fixed IsLocalScalarwelch1998-06-291-1/+8
|
* expr bracingwelch1998-06-297-99/+104
|
* Fixed bug in testfindexecutablewelch1998-06-291-2/+4
|
* Initial revisionwelch1998-06-281-0/+423
|
* incr tcl updtaeswelch1998-06-282-9/+150
|
* Initial revisionwelch1998-06-281-0/+71
|
* Initial revisionwelch1998-06-271-0/+65
|
* plugin updateswelch1998-06-2713-198/+216
|
* *** empty log message ***stanton1998-06-251-0/+10
|
* catch didn't compile non-local variables correctlystanton1998-06-251-38/+49
|
* lintstanton1998-06-252-2/+3
|
* Added an additional env. var. ("tcl_pkgLibrary") that is searched prior to allsuresh1998-06-232-0/+6
| | | | other locations for the "tk.tcl" file. This facilitates application packaging.
* Typo fixsurles1998-06-221-1/+1
|
* put the DLLs, LIBs, and EXEs in the Debug/Release subdirs rather thanescoffon1998-06-181-21/+27
| | | | in win.
* Added changes to support builds of different configurations in parallel:escoffon1998-06-181-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 ***stanton1998-06-181-0/+21
|
* fixed bad array bounds checksstanton1998-06-181-11/+19
| | | | added performance boost for small values
* *** empty log message ***stanton1998-06-188-9/+132
|
* remove tmp filestanton1998-06-181-0/+1
|
* fixed behavior of "array set" on initialization with an emtpy liststanton1998-06-181-33/+57
| | | | removed memory leak
* removed dead codestanton1998-06-181-3/+0
|
* added fix for foreach compile proc so it handles non-local names correctlystanton1998-06-181-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 variablesstanton1998-06-181-66/+64
| | | | changed dictionary sort to use unsigned char comparisons
* changed size of static buffers in tclUnixInit to ensure that they arestanton1998-06-181-2/+2
| | | | large enough for any TCL_LIBRARY or TCL_PACKAGE_PATH
* minor HPUX tweakstanton1998-06-181-1/+1
|
* added SHLIB_PATH to test targetsstanton1998-06-181-0/+2
|
* *** empty log message ***stanton1998-06-171-0/+44
|
* fixed behavior of Tcl_FindExecutable on null path elementsstanton1998-06-171-1/+10
|
* Initial revisionstanton1998-06-171-0/+66
|
* added code to handle null argumentsstanton1998-06-151-5/+11
|
* *** empty log message ***stanton1998-06-151-1/+12
|
* Cleaned up prototype for 'Tcl_GetNameOfExecutable'.suresh1998-06-151-2/+2
|
* Added prototype for the new public routine 'Tcl_GetNameOfExecutable(...)'.suresh1998-06-121-1/+2
|
* Moved the definition of "char *tclExecutableName" to this file.suresh1998-06-121-1/+37
| | | | Added implementation for the new public routine 'Tcl_GetNameOfExecutable(...)'.
* Moved the definition of 'char *tclExecutableName' to the file 'tclUtil.c'suresh1998-06-121-11/+6
| | | | | and revised the routine 'InfoNameOfExecutableCmd()' to use the new public routine 'Tcl_GetNameOfExecutable(...)'.
* Added documentation for the C API "Tcl_GetNameOfExecutable" which simplysuresh1998-06-121-4/+14
| | | | returns a pointer to the internal "tclExecutablename" char* variable.
* Added some ^L page breaks.suresh1998-06-121-3/+3
|