summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclVar.c (UnsetVarStruct): more streamlining.Miguel Sofer2007-06-261-10/+8
* * generic/tclExecute.c: Safety checks to avoid crashes in thedgp2007-06-261-8/+7
* * generic/tclVar.c (UnsetVarStruct): fixing incomplete change,Miguel Sofer2007-06-251-24/+25
* * generic/tclVar.c (UnsetVarStruct): fixing incomplete changeMiguel Sofer2007-06-251-2/+2
* * generic/tclVar.c (TclDeleteCompiledLocalVars): removed inliningMiguel Sofer2007-06-241-57/+62
* * generic/tclVar.c (UnsetVarStruct): fixed a leak introduced inMiguel Sofer2007-06-241-1/+8
* fix warningsdas2007-06-231-3/+4
* * generic/tclVar.c (UnsetVarStruct, TclDeleteVars): made the logicMiguel Sofer2007-06-231-177/+90
* * generic/tclCmdIL.c: More conversions to use TclStackAlloc.dgp2007-06-223-37/+15
* * generic/tclExecute.c: Revised TclStackRealloc() signature to betterdgp2007-06-223-36/+32
* * generic/tclBasic.c: Move most instances of the Tcl_Parse structdgp2007-06-214-212/+236
* * generic/tclBasic.c (TEOvI): Made sure that leaveMiguel Sofer2007-06-212-97/+117
* Fix comments referring to {expand}. [Bug 1600859]dkf2007-06-213-8/+8
* * generic/tclVar.c: streamline namespace vars deletion: onlyMiguel Sofer2007-06-201-11/+46
* correct pointer type mismatch in latest commitdgp2007-06-201-2/+2
* * generic/tclInt.decls: Revised the interfaces of the routinesdgp2007-06-2018-90/+122
* improve comments on Tcl stack managementMiguel Sofer2007-06-191-1/+12
* adding comments to GrowEvaluationStackMiguel Sofer2007-06-191-1/+13
* * generic/tclCmdIL.c (InfoFrameCmd):Miguel Sofer2007-06-185-69/+88
* * generic/tclExecute.c (TEBC): Moved the CmdFrame off the C stackMiguel Sofer2007-06-181-19/+20
* * generic/tclBasic.c (TclEvalEx,TclEvalObjEx): Moved the CmdFrame offdgp2007-06-181-29/+34
* * generic/tclBasic.c (TclEvalEx): Moved the CmdFrame off the C ...dgp2007-06-181-32/+33
* Fix [Bug 1738542]dkf2007-06-172-142/+180
* * generic/tclProc.c (TclObjInterpProcCore): Use switch instead of adkf2007-06-161-76/+81
* * generic/tclCompCmds.c: Simplified [variable] compiler andMiguel Sofer2007-06-152-47/+41
* * generic/tclCompile.c: reverted TclEvalObjvInternal andMiguel Sofer2007-06-153-244/+57
* * generic/tclInt.decls: Modif to the internals ofMiguel Sofer2007-06-144-222/+287
* * generic/tclProc.c (TclObjInterpProcCore): simplified objMiguel Sofer2007-06-141-10/+5
* remove C99 var declarationhobbs2007-06-141-3/+4
* * generic/tclCompile.c: SetByteCodeFromAny() can no longer returndgp2007-06-143-46/+25
* * generic/tclExecute.c (TclCompEvalObj): missed update to "thereMiguel Sofer2007-06-142-21/+25
* Silence a 'const'ness warning.dkf2007-06-121-2/+2
* Convert [info] into an ensemble command.dkf2007-06-123-191/+153
* Improve the argument substitution behaviour of Tcl_WrongNumArgs when faced withdkf2007-06-123-46/+73
* * generic/tclNamesp.c: tweaks to Tcl_GetCommandFromObj andMiguel Sofer2007-06-112-110/+70
* * generic/tclNamesp.c: tweaks to Tcl_GetCommandFromObj andMiguel Sofer2007-06-112-13/+12
* * generic/tclExecute.c: comments added to explain iPtr->numLevelsMiguel Sofer2007-06-111-2/+5
* * generic/tclBasic.c: Further TEOvI split, creating a newMiguel Sofer2007-06-103-77/+84
* fix Tcl_Panic error message typo [Bug 1712602]hobbs2007-06-101-2/+2
* * generic/tclExecute.c (TclExecuteByteCode): restore support forhobbs2007-06-101-9/+140
* * generic/tclInt.h:Miguel Sofer2007-06-104-103/+98
* fix for ne TclCleanupCommandMacro (doh!)Miguel Sofer2007-06-101-2/+2
* * generic/tclExecute.c (INST_INVOKE): isolated two vars to theMiguel Sofer2007-06-091-3/+3
* * generic/tclObj.c (Tcl_GetCommandFromObj): rewritten to make theMiguel Sofer2007-06-091-41/+32
* * generic/tclBasic.c: Split TEOv in two, by separating aMiguel Sofer2007-06-096-159/+336
* Make [string first] and [string last] clearerdkf2007-06-081-3/+4
* * generic/tclParse.c: fix for uninit read [Bug 1732414].Miguel Sofer2007-06-061-2/+3
* * generic/tclBasic.c: Added interp flag value ERR_LEGACY_COPY todgp2007-06-055-12/+24
* * generic/tclInt.h:Miguel Sofer2007-06-052-190/+296
* * generic/tclBasic.c: Removed code that dealt withdgp2007-05-305-257/+148