Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *** empty log message *** | welch | 1998-07-20 | 2 | -0/+2 |
| | |||||
* | 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. | ||||
* | fixed a typo in the name of the -verbose flag | escoffon | 1998-07-14 | 1 | -2/+2 |
| | |||||
* | 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) | ||||
* | - added the -verbose flag, to show progress | escoffon | 1998-07-13 | 1 | -4/+31 |
| | | | | | | - make sure that namespaces are not imported more than once per interpreter - make sure we import the namespaces before setting the initial list of commands, or we miss the imported commands. | ||||
* | Minor comment fixups. | suresh | 1998-07-13 | 1 | -3/+3 |
| | |||||
* | Implemented tests for the internal C routines: TclInsertAccessProc(), | suresh | 1998-07-13 | 2 | -56/+500 |
| | | | | | TclDeleteAccessProc(), TclInsertOpenFileChannelProc(), TclDeleteOpenFileChannel(). | ||||
* | Merged changes between child workspace "/home/welch/ws/tcl8.0.3i" and | welch | 1998-07-13 | 2 | -37/+115 |
| | | | | parent workspace "/home/welch/ws/tcl8.0.3". | ||||
* | Fixed pkg_mkIndex | welch | 1998-07-11 | 1 | -1/+8 |
| | |||||
* | *** empty log message *** | welch | 1998-07-11 | 1 | -5/+6 |
| | |||||
* | Initial revision | welch | 1998-07-10 | 1 | -0/+1648 |
| | |||||
* | Updated | welch | 1998-07-10 | 0 | -0/+0 |
| | |||||
* | added STATIC_BUILD test around DllMain, etc. | stanton | 1998-07-09 | 1 | -0/+7 |
| | |||||
* | Moved the variable 'tclPreInitScript' to generic/tclInitScript.h. | suresh | 1998-07-09 | 1 | -10/+3 |
| | |||||
* | Moved the variable 'tclPreInitScript' to the file generic/tclInitScript.h | suresh | 1998-07-09 | 1 | -10/+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. | ||||
* | added install targets | escoffon | 1998-07-09 | 1 | -0/+41 |
| | |||||
* | Initial revision | welch | 1998-07-07 | 1 | -0/+656 |
| | |||||
* | Merged changes between child workspace "/home/welch/ws/tcl8.0.3i" and | welch | 1998-07-06 | 1 | -0/+5 |
| | | | | parent workspace "/home/welch/ws/tcl8.0.3". | ||||
* | *** empty log message *** | welch | 1998-07-06 | 1 | -0/+2 |
| | |||||
* | Cleaned up PlatformInitExitHandler | welch | 1998-07-06 | 1 | -2/+0 |
| | |||||
* | *** 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 | 2 | -2/+57 |
| | | | | parent workspace "/home/welch/ws/tcl8.0.3". | ||||
* | Updated for 8.0.3-2 | welch | 1998-07-06 | 4 | -4/+18 |
| | |||||
* | 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 |
| | |||||
* | Updated for 8.0.3-2 | welch | 1998-07-06 | 2 | -7/+37 |
| | |||||
* | 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 in the pkg_MkIndex changes | escoffon | 1998-07-02 | 1 | -23/+22 |
| | |||||
* | Merged changes between child workspace "/home/escoffon/ws/tcl8.0" and | escoffon | 1998-07-02 | 1 | -91/+343 |
| | | | | parent workspace "/ws/tcl8.0". | ||||
* | Merged changes between child workspace "/home/escoffon/ws/tcl8.0" and | escoffon | 1998-07-01 | 4 | -40/+242 |
| | | | | parent workspace "/ws/tcl8.0". | ||||
* | *** empty log message *** | rjohnson | 1998-07-01 | 1 | -0/+3 |
| | |||||
* | changed TclFindProc & TclIsProc to understand aliased commands | rjohnson | 1998-07-01 | 1 | -2/+14 |
| | |||||
* | *** empty log message *** | rjohnson | 1998-07-01 | 1 | -1/+1 |
| | |||||
* | - added SCCS id | escoffon | 1998-07-01 | 1 | -0/+1 |
| | |||||
* | - added SCCS id string | escoffon | 1998-07-01 | 1 | -1/+2 |
| | | | | - fixed a logic bug | ||||
* | Initial revision | escoffon | 1998-07-01 | 2 | -0/+38 |
| | |||||
* | - 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"). |