summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***welch1998-07-241-1/+1
|
* unset tclDefaultLibrary in safe modestanton1998-07-241-0/+1
|
* basically reapplied the changes for rev 1.7, modified to match the itcl 3.0escoffon1998-07-241-13/+25
| | | | merges
* lintstanton1998-07-242-5/+5
|
* changed to use default value instead of "Root"stanton1998-07-241-13/+21
| | | | changed to set tclDefaultLibrary instead of tcl_library
* changed to set tclDefaultLibrary instead of tcl_librarystanton1998-07-241-1/+2
|
* Merged changes between child workspace "/home/stanton/ws/tcl8.0" andstanton1998-07-241-19/+48
| | | | parent workspace "/export/home/ws/tcl8.0".
* *** empty log message ***welch1998-07-241-14/+7
|
* Merged changes between child workspace "/home/welch/ws/tcl8.0.3" andwelch1998-07-243-29/+402
| | | | parent workspace "/export/home/ws/tcl8.0".
* *** empty log message ***welch1998-07-241-1/+10
|
* Initial revisionwelch1998-07-242-0/+107
|
* *** empty log message ***welch1998-07-241-5/+11
|
* Removed changed from version 1.9surles1998-07-241-319/+52
|
* Updated core w/ Micheals latest changes.surles1998-07-248-203/+581
|
* fixed bug in socket-9.3 {testing EOF stickyness}hershey1998-07-241-12/+12
|
* Added support for specifying warning flags for the compiler, with checksescoffon1998-07-222-2/+14
| | | | for gcc and appropriate defaults.
* Initial revisionrjohnson1998-07-211-0/+161
|
* Removed unreferenced varssurles1998-07-211-6/+4
|
* Merged changes between child workspace "/home/escoffon/ws/tcl8.0" andescoffon1998-07-214-28/+44
| | | | parent workspace "/export/home/ws/tcl8.0".
* added the TCL_LIB_FLAG variableescoffon1998-07-211-1/+4
|
* 8.0.3-3welch1998-07-203-6/+6
|
* *** empty log message ***welch1998-07-201-9/+0
|
* Merged changes between child workspace "/home/welch/ws/tcl8.0.3i" andwelch1998-07-202-43/+161
| | | | parent workspace "/home/welch/ws/tcl8.0.3".
* Merged changes between child workspace "/home/welch/ws/tcl8.0.3i" andwelch1998-07-201-3/+19
| | | | parent workspace "/home/welch/ws/tcl8.0.3".
* *** 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
|