Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merged changes between child workspace "/home/welch/ws/tcl8.0.3" and | welch | 1998-07-24 | 3 | -29/+402 |
| | | | | parent workspace "/export/home/ws/tcl8.0". | ||||
* | *** empty log message *** | welch | 1998-07-24 | 1 | -1/+10 |
| | |||||
* | Initial revision | welch | 1998-07-24 | 2 | -0/+107 |
| | |||||
* | *** empty log message *** | welch | 1998-07-24 | 1 | -5/+11 |
| | |||||
* | Removed changed from version 1.9 | surles | 1998-07-24 | 1 | -319/+52 |
| | |||||
* | Updated core w/ Micheals latest changes. | surles | 1998-07-24 | 8 | -203/+581 |
| | |||||
* | fixed bug in socket-9.3 {testing EOF stickyness} | hershey | 1998-07-24 | 1 | -12/+12 |
| | |||||
* | Added support for specifying warning flags for the compiler, with checks | escoffon | 1998-07-22 | 2 | -2/+14 |
| | | | | for gcc and appropriate defaults. | ||||
* | Initial revision | rjohnson | 1998-07-21 | 1 | -0/+161 |
| | |||||
* | Removed unreferenced vars | surles | 1998-07-21 | 1 | -6/+4 |
| | |||||
* | Merged changes between child workspace "/home/escoffon/ws/tcl8.0" and | escoffon | 1998-07-21 | 4 | -28/+44 |
| | | | | parent workspace "/export/home/ws/tcl8.0". | ||||
* | added the TCL_LIB_FLAG variable | escoffon | 1998-07-21 | 1 | -1/+4 |
| | |||||
* | 8.0.3-3 | welch | 1998-07-20 | 3 | -6/+6 |
| | |||||
* | *** empty log message *** | welch | 1998-07-20 | 1 | -9/+0 |
| | |||||
* | 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". | ||||
* | Merged changes between child workspace "/home/welch/ws/tcl8.0.3i" and | welch | 1998-07-20 | 1 | -3/+19 |
| | | | | parent workspace "/home/welch/ws/tcl8.0.3". | ||||
* | *** 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 |
| |