summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * unix/configure: autoconf-2.59 (FC6 fork)dgp2007-05-182-19/+4
* suppress compiler warnings about values computed and not useddgp2007-05-171-3/+3
* Added macro version of Tcl_LimitReady.dkf2007-05-172-72/+105
* * generic/tcl.decls: workaround 'make checkstubs' failures fromdas2007-05-161-1/+14
* Change Tcl_InitStubs(), tclStubsPtr, and the auxilliary stubs tablejenglish2007-05-161-11/+4
* * generic/tclInt.h: Removed TclEvalObjEx and TclGetSrcInfoForPcpatthoyts2007-05-111-5/+1
* Minor whitespace cleanupdkf2007-05-111-1/+6
* Add a full stop to a commentdkf2007-05-111-2/+2
* Better const correctnessdkf2007-05-111-4/+4
* Minor comment improvements and code reordering for claritydkf2007-05-111-32/+42
* * generic/tclInt.h: TclFinalizeThreadAlloc() is always defined,dgp2007-05-091-2/+2
* * generic/tclInt.h: fix warning when building threaded with -DPURIFY.das2007-05-091-1/+2
* [Tcl Bug 1706140]dgp2007-05-075-63/+50
* regendkf2007-05-052-2/+26
* Changes to allow the tip257 code to work as an extension properly post-tip280dkf2007-05-054-112/+161
* * tests/encoding.test: Modified so that encoding tests happenKevin B Kenny2007-05-041-2/+2
* * generic/tclPathObj.c (Tcl_FSJoinPath, Tcl_FSGetNormalizedPath):Kevin B Kenny2007-05-021-3/+10
* * generic/tclTest.c (SimpleMatchInDirectory): Corrected a refcountKevin B Kenny2007-05-021-2/+1
* * generic/tclVar.c (TclPtrSetVar): fixed leak whenever newvaluePtrMiguel Sofer2007-05-021-2/+7