summaryrefslogtreecommitdiffstats
path: root/generic/tclInterp.c
Commit message (Collapse)AuthorAgeFilesLines
* * NOTES: New file. Read here about the new modularization macros,andreas_kupries2001-11-281-9/+160
| | | | | | | | | | | | | | | | | | interdependencies, implications, etc. * static.sizes.html: New file. Report on the cuts achieved so far. Regarding the object files only the files which did change in size are reported. Usage of the MODULAR_TCL macro currently cuts about 17 % of the code (measured using strip'ped object files and libraries). * Changed files so far .. [cut, see changelog for full list] * Working on modularization of the tcl core. *************************** **** mod-8-3-4-branch **** ***************************
* * tests/stack.test:hobbs2001-09-111-4/+17
| | | | | * generic/tclInterp.c (AliasObjCmd): Check the numLevels to ensure that we aren't hitting some alias loop condition. [Bug #443184]
* Corrected out of date commentsdgp2001-04-041-2/+2
|
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-2983/+1525
|
* * tests/interp.test:stanton1999-02-031-24/+2
| | | | | | * generic/tclInterp.c (DeleteAlias): Changed to use Tcl_DeleteCommandFromToken so we handle renames properly. This avoids senseless panic. [Bug: 736]
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
|
* unset tclDefaultLibrary in safe modestanton1998-07-241-0/+1
|
* Initial revisionrjohnson1998-03-261-0/+3834