summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclAlloc.c: on Darwin, ensure memory allocated bydas2007-06-292-68/+82
* * generic/tclGetDate.y: use ckalloc/ckfree instead of malloc/free.das2007-06-292-108/+174
* * generic/tclBasic.c (TclEvalEx): fix warnings.das2007-06-291-6/+5
* unsigned int type matchingdgp2007-06-281-4/+4
* * generic/tclBasic.c: Removed dead code, including thedgp2007-06-285-3389/+13
* Silence constness warnings for TclStackFree when building with msvc.patthoyts2007-06-285-12/+12
* * generic/tclVar.c (UnsetVarStruct): fix possible segfault withMiguel Sofer2007-06-281-5/+6
* * generic/tclTrace.c: Corrected broken trace reversal logic indgp2007-06-272-6/+22
* * generic/tclBasic.c (TclEvalEx): Moved some arrays from thedgp2007-06-261-24/+35
* * 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