summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***welch1998-07-202-0/+2
|
* Added check for precompiled ByteCodes, to avoid recompilation if the epochescoffon1998-07-152-7/+38
| | | | has changed in the interpreter. Instead, reset the epoch in the ByteCode.
* fixed a typo in the name of the -verbose flagescoffon1998-07-141-2/+2
|
* rolled back the check for compiled procs in Tcl_ProcObjCmd, do the unsharingescoffon1998-07-141-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 progressescoffon1998-07-131-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.suresh1998-07-131-3/+3
|
* Implemented tests for the internal C routines: TclInsertAccessProc(),suresh1998-07-132-56/+500
| | | | | TclDeleteAccessProc(), TclInsertOpenFileChannelProc(), TclDeleteOpenFileChannel().
* Merged changes between child workspace "/home/welch/ws/tcl8.0.3i" andwelch1998-07-132-37/+115
| | | | parent workspace "/home/welch/ws/tcl8.0.3".
* Fixed pkg_mkIndexwelch1998-07-111-1/+8
|
* *** empty log message ***welch1998-07-111-5/+6
|
* Initial revisionwelch1998-07-101-0/+1648
|
* Updatedwelch1998-07-100-0/+0
|
* added STATIC_BUILD test around DllMain, etc.stanton1998-07-091-0/+7
|
* Moved the variable 'tclPreInitScript' to generic/tclInitScript.h.suresh1998-07-091-10/+3
|
* Moved the variable 'tclPreInitScript' to the file generic/tclInitScript.hsuresh1998-07-091-10/+3
|
* Fixed a bug in the Tcl init script that did not have a "global env" and thussuresh1998-07-091-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'.suresh1998-07-091-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 targetsescoffon1998-07-091-0/+41
|
* Initial revisionwelch1998-07-071-0/+656
|
* Merged changes between child workspace "/home/welch/ws/tcl8.0.3i" andwelch1998-07-061-0/+5
| | | | parent workspace "/home/welch/ws/tcl8.0.3".
* *** empty log message ***welch1998-07-061-0/+2
|
* Cleaned up PlatformInitExitHandlerwelch1998-07-061-2/+0
|
* *** empty log message ***welch1998-07-061-2/+2
|
* Merged changes between child workspace "/home/welch/ws/tcl8.0.3i" andwelch1998-07-062-2/+57
| | | | parent workspace "/home/welch/ws/tcl8.0.3".
* Updated for 8.0.3-2welch1998-07-064-4/+18
|
* Updated for 8.0.3welch1998-07-061-4/+3
|
* Undid the change to Tcl_EvalObjwelch1998-07-061-3/+2
|
* Updated for 8.0.3-2welch1998-07-062-7/+37
|
* Merged changes between child workspace "/home/welch/ws/tcl8.0.3i" andwelch1998-07-062-3/+93
| | | | parent workspace "/home/welch/ws/tcl8.0.3".
* replaced the SCCS id string with %% keywordsescoffon1998-07-061-1/+1
|
* Exported {TclProc}CleanupProc, {Tcl}ProcDeleteProc, and {TclProc}InterpProc,escoffon1998-07-061-24/+16
| | | | for use by the TclPro compiler.
* replaced the SCCS id string with %% keywordsescoffon1998-07-061-1/+1
|
* Exported {TclProc}CleanupProc, {Tcl}ProcDeleteProc, and {TclProc}InterpProcescoffon1998-07-061-0/+4
| | | | from tclProc.c, for use by the TclPro compiler.
* - merged in the pkg_MkIndex changesescoffon1998-07-021-23/+22
|
* Merged changes between child workspace "/home/escoffon/ws/tcl8.0" andescoffon1998-07-021-91/+343
| | | | parent workspace "/ws/tcl8.0".
* Merged changes between child workspace "/home/escoffon/ws/tcl8.0" andescoffon1998-07-014-40/+242
| | | | parent workspace "/ws/tcl8.0".
* *** empty log message ***rjohnson1998-07-011-0/+3
|
* changed TclFindProc & TclIsProc to understand aliased commandsrjohnson1998-07-011-2/+14
|
* *** empty log message ***rjohnson1998-07-011-1/+1
|
* - added SCCS idescoffon1998-07-011-0/+1
|
* - added SCCS id stringescoffon1998-07-011-1/+2
| | | | - fixed a logic bug
* Initial revisionescoffon1998-07-012-0/+38
|
* - dropped the .\ from temp dir nameescoffon1998-07-011-4/+4
| | | | - .pch file is now generated in temp dir, not in .
* - added support for configuration of debug/nodebug in configure script.escoffon1998-07-012-6/+24
| | | | | - also added a atring to append to generated libraries when built with symbols.
* - modified to use the AuxDataType setup.escoffon1998-07-011-3/+5
|
* - 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").