| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Added definition of variable "tclAlternateInitScript" which is a globabl var- | suresh | 1998-07-01 | 2 | -2/+25 |
|
|
* | Added extern definition of variable 'tclAlternateInitScript' which is defined | suresh | 1998-07-01 | 1 | -0/+9 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Added changes to support builds of different configurations in parallel: | escoffon | 1998-06-18 | 1 | -20/+31 |
|
|
* | *** empty log message *** | stanton | 1998-06-18 | 1 | -0/+21 |
|
|
* | fixed bad array bounds checks | stanton | 1998-06-18 | 1 | -11/+19 |
|
|
* | *** 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 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 "info vars" and "info locals" to not report compiled temporary variables | stanton | 1998-06-18 | 1 | -66/+64 |
|
|
* | changed size of static buffers in tclUnixInit to ensure that they are | stanton | 1998-06-18 | 1 | -2/+2 |
|
|
* | 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 |
|
|
* | Moved the definition of 'char *tclExecutableName' to the file 'tclUtil.c' | suresh | 1998-06-12 | 1 | -11/+6 |
|
|
* | Added documentation for the C API "Tcl_GetNameOfExecutable" which simply | suresh | 1998-06-12 | 1 | -4/+14 |
|
|
* | Added some ^L page breaks. | suresh | 1998-06-12 | 1 | -3/+3 |
|
|
* | Some code clean up to removed unnecesary pointer definitions. | suresh | 1998-06-12 | 1 | -66/+103 |
|
|
* | added cleanup of .pdb and .pch files in the clean target | escoffon | 1998-06-10 | 1 | -0/+2 |
|
|
* | turn off check for shared source string in Tcl_ProcObjCmd if the body | escoffon | 1998-06-10 | 1 | -2/+15 |
|
|
* | - Added the flags field in a ByteCode struct, and added one flag: | escoffon | 1998-06-10 | 1 | -0/+10 |
|
|