Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merged changes between child workspace "/home/escoffon/ws/tcl8.0" and | escoffon | 1998-07-21 | 1 | -8/+12 |
| | | | | parent workspace "/export/home/ws/tcl8.0". | ||||
* | 8.0.3-3 | welch | 1998-07-20 | 1 | -2/+2 |
| | |||||
* | Merged changes between child workspace "/home/welch/ws/tcl8.0.3i" and | welch | 1998-07-20 | 2 | -43/+161 |
| | | | | parent workspace "/home/welch/ws/tcl8.0.3". | ||||
* | Added check for precompiled ByteCodes, to avoid recompilation if the epoch | escoffon | 1998-07-15 | 2 | -7/+38 |
| | | | | has changed in the interpreter. Instead, reset the epoch in the ByteCode. | ||||
* | rolled back the check for compiled procs in Tcl_ProcObjCmd, do the unsharing | escoffon | 1998-07-14 | 1 | -14/+1 |
| | | | | | even for compiled procs. This will cause an error to be triggered the first time the proc is called (because the source is just an error statement) | ||||
* | Minor comment fixups. | suresh | 1998-07-13 | 1 | -3/+3 |
| | |||||
* | Implemented tests for the internal C routines: TclInsertAccessProc(), | suresh | 1998-07-13 | 1 | -21/+279 |
| | | | | | TclDeleteAccessProc(), TclInsertOpenFileChannelProc(), TclDeleteOpenFileChannel(). | ||||
* | Merged changes between child workspace "/home/welch/ws/tcl8.0.3i" and | welch | 1998-07-13 | 1 | -1/+71 |
| | | | | parent workspace "/home/welch/ws/tcl8.0.3". | ||||
* | Fixed a bug in the Tcl init script that did not have a "global env" and thus | suresh | 1998-07-09 | 1 | -7/+45 |
| | | | | | | | | | | | setting the TCL_LIBRARY environment variable was not being set in the global 'env' array. Moved the varaibe 'tclPreInitScript' from respective tcl<plat>Init.c file. Added a routine 'TclSetPreInitScript()' to facilite setting the pre-init script variable. This file should only be included once in the entire set of C source files for Tcl (by the respective platform initialization C source file, tclUnixInit.c and tclWinInit.c) and thus the presence of the routine, TclSetPreInitScript, below, should be harmless. | ||||
* | Removed the extern delcaration of the variable 'tclPreInitScript'. | suresh | 1998-07-09 | 1 | -9/+2 |
| | | | | | | Added prototype for the routine "TclSetPreInitScript()'. Doing this allows for this functionality of setting the pre-init Tcl script to exist in the Tcl shared library. | ||||
* | *** empty log message *** | welch | 1998-07-06 | 1 | -2/+2 |
| | |||||
* | Merged changes between child workspace "/home/welch/ws/tcl8.0.3i" and | welch | 1998-07-06 | 1 | -1/+56 |
| | | | | parent workspace "/home/welch/ws/tcl8.0.3". | ||||
* | Updated for 8.0.3 | welch | 1998-07-06 | 1 | -4/+3 |
| | |||||
* | Undid the change to Tcl_EvalObj | welch | 1998-07-06 | 1 | -3/+2 |
| | |||||
* | Merged changes between child workspace "/home/welch/ws/tcl8.0.3i" and | welch | 1998-07-06 | 2 | -3/+93 |
| | | | | parent workspace "/home/welch/ws/tcl8.0.3". | ||||
* | replaced the SCCS id string with %% keywords | escoffon | 1998-07-06 | 1 | -1/+1 |
| | |||||
* | Exported {TclProc}CleanupProc, {Tcl}ProcDeleteProc, and {TclProc}InterpProc, | escoffon | 1998-07-06 | 1 | -24/+16 |
| | | | | for use by the TclPro compiler. | ||||
* | replaced the SCCS id string with %% keywords | escoffon | 1998-07-06 | 1 | -1/+1 |
| | |||||
* | Exported {TclProc}CleanupProc, {Tcl}ProcDeleteProc, and {TclProc}InterpProc | escoffon | 1998-07-06 | 1 | -0/+4 |
| | | | | from tclProc.c, for use by the TclPro compiler. | ||||
* | Merged changes between child workspace "/home/escoffon/ws/tcl8.0" and | escoffon | 1998-07-01 | 3 | -25/+201 |
| | | | | parent workspace "/ws/tcl8.0". | ||||
* | changed TclFindProc & TclIsProc to understand aliased commands | rjohnson | 1998-07-01 | 1 | -2/+14 |
| | |||||
* | *** empty log message *** | rjohnson | 1998-07-01 | 1 | -1/+1 |
| | |||||
* | - 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 | -5/+4 |
| | |||||
* | 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". | ||||
* | Updated for 8.0.3 | welch | 1998-06-29 | 1 | -7/+7 |
| | |||||
* | Added Jans compatibility patch | welch | 1998-06-29 | 2 | -5/+10 |
| | |||||
* | Fixed IsLocalScalar | welch | 1998-06-29 | 1 | -1/+8 |
| | |||||
* | Initial revision | welch | 1998-06-28 | 1 | -0/+423 |
| | |||||
* | incr tcl updtaes | welch | 1998-06-28 | 2 | -9/+150 |
| | |||||
* | Initial revision | welch | 1998-06-27 | 1 | -0/+65 |
| | |||||
* | plugin updates | welch | 1998-06-27 | 2 | -3/+32 |
| | |||||
* | catch didn't compile non-local variables correctly | stanton | 1998-06-25 | 1 | -38/+49 |
| | |||||
* | lint | stanton | 1998-06-25 | 1 | -1/+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 | ||||
* | 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(...)'. | ||||
* | Moved the definition of 'char *tclExecutableName' to the file 'tclUtil.c' | suresh | 1998-06-12 | 1 | -11/+6 |
| | | | | | and revised the routine 'InfoNameOfExecutableCmd()' to use the new public routine 'Tcl_GetNameOfExecutable(...)'. | ||||
* | 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 |
| | | | | Comments and "@@@" To-Do symbols removed. | ||||
* | turn off check for shared source string in Tcl_ProcObjCmd if the body | escoffon | 1998-06-10 | 1 | -2/+15 |
| | | | | is a PRECOMPILED ByteCode object. | ||||
* | - Added the flags field in a ByteCode struct, and added one flag: | escoffon | 1998-06-10 | 1 | -0/+10 |
| | | | | | TCL_BYTECODE_PRECOMPILED to mark ByteCodes generated from .tbc files - Added the TclGetInstructionTable procedure | ||||
* | Restored the SCCS id string back to id strings | escoffon | 1998-06-10 | 1 | -1/+1 |
| | |||||
* | Added the definition of the EXPORT macro, used to declare that some | escoffon | 1998-06-10 | 1 | -0/+18 |
| | | | | | symbols are to be exported from DLLs. This was added so that C packages can use a standard way of declaring exported symbols. | ||||
* | - Added initialization of the flags field in ByteCode | escoffon | 1998-06-10 | 1 | -0/+26 |
| | | | | - Added the TclGetInstructionTable procedure so that the table can be accessed |