summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Added check for precompiled ByteCodes, to avoid recompilation if the epochescoffon1998-07-152-7/+38
* rolled back the check for compiled procs in Tcl_ProcObjCmd, do the unsharingescoffon1998-07-141-14/+1
* Minor comment fixups.suresh1998-07-131-3/+3
* Implemented tests for the internal C routines: TclInsertAccessProc(),suresh1998-07-131-21/+279
* Merged changes between child workspace "/home/welch/ws/tcl8.0.3i" andwelch1998-07-131-1/+71
* Fixed a bug in the Tcl init script that did not have a "global env" and thussuresh1998-07-091-7/+45
* Removed the extern delcaration of the variable 'tclPreInitScript'.suresh1998-07-091-9/+2
* *** empty log message ***welch1998-07-061-2/+2
* Merged changes between child workspace "/home/welch/ws/tcl8.0.3i" andwelch1998-07-061-1/+56
* Updated for 8.0.3welch1998-07-061-4/+3
* Undid the change to Tcl_EvalObjwelch1998-07-061-3/+2
* Merged changes between child workspace "/home/welch/ws/tcl8.0.3i" andwelch1998-07-062-3/+93
* replaced the SCCS id string with %% keywordsescoffon1998-07-061-1/+1
* Exported {TclProc}CleanupProc, {Tcl}ProcDeleteProc, and {TclProc}InterpProc,escoffon1998-07-061-24/+16
* replaced the SCCS id string with %% keywordsescoffon1998-07-061-1/+1
* Exported {TclProc}CleanupProc, {Tcl}ProcDeleteProc, and {TclProc}InterpProcescoffon1998-07-061-0/+4
* Merged changes between child workspace "/home/escoffon/ws/tcl8.0" andescoffon1998-07-013-25/+201
* changed TclFindProc & TclIsProc to understand aliased commandsrjohnson1998-07-011-2/+14
* *** empty log message ***rjohnson1998-07-011-1/+1
* - 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-5/+4
* Added extern definition of variable 'tclAlternateInitScript' which is definedsuresh1998-07-011-0/+9
* Updated for 8.0.3welch1998-06-291-7/+7
* Added Jans compatibility patchwelch1998-06-292-5/+10
* Fixed IsLocalScalarwelch1998-06-291-1/+8
* Initial revisionwelch1998-06-281-0/+423
* incr tcl updtaeswelch1998-06-282-9/+150
* Initial revisionwelch1998-06-271-0/+65
* plugin updateswelch1998-06-272-3/+32
* catch didn't compile non-local variables correctlystanton1998-06-251-38/+49
* lintstanton1998-06-251-1/+1
* fixed behavior of "array set" on initialization with an emtpy liststanton1998-06-181-33/+57
* removed dead codestanton1998-06-181-3/+0
* added fix for foreach compile proc so it handles non-local names correctlystanton1998-06-181-30/+51
* fixed "info vars" and "info locals" to not report compiled temporary variablesstanton1998-06-181-66/+64
* Cleaned up prototype for 'Tcl_GetNameOfExecutable'.suresh1998-06-151-2/+2
* Added prototype for the new public routine 'Tcl_GetNameOfExecutable(...)'.suresh1998-06-121-1/+2
* Moved the definition of "char *tclExecutableName" to this file.suresh1998-06-121-1/+37
* Moved the definition of 'char *tclExecutableName' to the file 'tclUtil.c'suresh1998-06-121-11/+6
* Added some ^L page breaks.suresh1998-06-121-3/+3
* Some code clean up to removed unnecesary pointer definitions.suresh1998-06-121-66/+103
* turn off check for shared source string in Tcl_ProcObjCmd if the bodyescoffon1998-06-101-2/+15
* - Added the flags field in a ByteCode struct, and added one flag:escoffon1998-06-101-0/+10
* Restored the SCCS id string back to id stringsescoffon1998-06-101-1/+1
* Added the definition of the EXPORT macro, used to declare that someescoffon1998-06-101-0/+18
* - Added initialization of the flags field in ByteCodeescoffon1998-06-101-0/+26
* replaced the SCCS id string in header to display idsescoffon1998-06-101-1/+1
* modified the check for no source string in Tcl_EvalObj to account forescoffon1998-06-101-1/+1
* fixed bug that caused file events to not be reported on buffered datastanton1998-06-091-8/+43