summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclBasic.c: Removed dead code, including thedgp2007-06-2811-3479/+32
* Silence constness warnings for TclStackFree when building with msvc.patthoyts2007-06-286-12/+20
* * generic/tclVar.c (UnsetVarStruct): fix possible segfault withMiguel Sofer2007-06-282-5/+10
* * generic/tclTrace.c: Corrected broken trace reversal logic indgp2007-06-274-7/+34
* * generic/tclBasic.c (TclEvalEx): Moved some arrays from thedgp2007-06-262-24/+40
* * generic/tclVar.c (UnsetVarStruct): more streamlining.Miguel Sofer2007-06-262-10/+12
* * generic/tclExecute.c: Safety checks to avoid crashes in thedgp2007-06-262-8/+13
* * generic/tclVar.c (UnsetVarStruct): fixing incomplete change,Miguel Sofer2007-06-252-25/+27
* * generic/tclVar.c (UnsetVarStruct): fixing incomplete changeMiguel Sofer2007-06-252-2/+6
* * generic/tclVar.c (TclDeleteCompiledLocalVars): removed inliningMiguel Sofer2007-06-242-57/+67
* * generic/tclVar.c (UnsetVarStruct): fixed a leak introduced inMiguel Sofer2007-06-242-1/+13
* fix warningsdas2007-06-231-3/+4
* * generic/tclVar.c (UnsetVarStruct, TclDeleteVars): made the logicMiguel Sofer2007-06-232-177/+100
* * macosx/tclMacOSXNotify.c (AtForkChild): don't call CoreFoundationdas2007-06-232-8/+31
* * generic/tclCmdIL.c: More conversions to use TclStackAlloc.dgp2007-06-224-37/+18
* * generic/tclExecute.c: Revised TclStackRealloc() signature to betterdgp2007-06-224-36/+40
* * generic/tclBasic.c: Move most instances of the Tcl_Parse structdgp2007-06-215-212/+243
* * generic/tclBasic.c (TEOvI): Made sure that leaveMiguel Sofer2007-06-214-99/+127
* Fix comments referring to {expand}. [Bug 1600859]dkf2007-06-214-12/+17
* * generic/tclVar.c: streamline namespace vars deletion: onlyMiguel Sofer2007-06-202-11/+51
* correct pointer type mismatch in latest commitdgp2007-06-201-2/+2
* * generic/tclInt.decls: Revised the interfaces of the routinesdgp2007-06-2020-93/+154
* * tools/tcltk-man2html.tcl: revamp of html doc output to use CSS,hobbs2007-06-202-163/+254
* improve comments on Tcl stack managementMiguel Sofer2007-06-191-1/+12
* adding comments to GrowEvaluationStackMiguel Sofer2007-06-191-1/+13
* * tools/tcltk-man2html.tcl: clean up copyright merging and output.hobbs2007-06-192-89/+119
* * generic/tclCmdIL.c (InfoFrameCmd):Miguel Sofer2007-06-186-69/+94
* * generic/tclExecute.c (TEBC): Moved the CmdFrame off the C stackMiguel Sofer2007-06-182-21/+27
* * generic/tclBasic.c (TclEvalEx,TclEvalObjEx): Moved the CmdFrame offdgp2007-06-182-31/+36
* * generic/tclBasic.c (TclEvalEx): Moved the CmdFrame off the C ...dgp2007-06-182-32/+38
* Fix [Bug 1738542]dkf2007-06-173-142/+186
* * generic/tclProc.c (TclObjInterpProcCore): Use switch instead of adkf2007-06-162-88/+98
* * generic/tclCompCmds.c: Simplified [variable] compiler andMiguel Sofer2007-06-153-47/+45
* * generic/tclCompile.c: reverted TclEvalObjvInternal andMiguel Sofer2007-06-155-277/+114
* * generic/trace.test: added tests 36.* for dynamic trace creationMiguel Sofer2007-06-152-1/+59
* Tidy up a bitdkf2007-06-151-67/+66
* Changelog fixMiguel Sofer2007-06-141-1/+0
* * generic/tclInt.decls: Modif to the internals ofMiguel Sofer2007-06-145-222/+294
* * generic/tclProc.c (TclObjInterpProcCore): simplified objMiguel Sofer2007-06-142-10/+10
* remove C99 var declarationhobbs2007-06-141-3/+4
* * generic/tclCompile.c: SetByteCodeFromAny() can no longer returndgp2007-06-144-46/+31
* * generic/tclExecute.c (TclCompEvalObj): missed update to "thereMiguel Sofer2007-06-143-21/+35
* added Changelog comment wrt the TEOvI and TEBC changes:Miguel Sofer2007-06-121-1/+7
* Silence a 'const'ness warning.dkf2007-06-121-2/+2
* Convert [info] into an ensemble command.dkf2007-06-127-422/+392
* Improve the argument substitution behaviour of Tcl_WrongNumArgs when faced withdkf2007-06-124-46/+80
* * generic/tclNamesp.c: tweaks to Tcl_GetCommandFromObj andMiguel Sofer2007-06-113-111/+73
* * generic/tclNamesp.c: tweaks to Tcl_GetCommandFromObj andMiguel Sofer2007-06-113-13/+15
* * generic/tclExecute.c: comments added to explain iPtr->numLevelsMiguel Sofer2007-06-112-2/+10
* * generic/tclBasic.c: Further TEOvI split, creating a newMiguel Sofer2007-06-104-78/+93