| Commit message (Expand) | Author | Age | Files | Lines |
* | * generic/tclNamesp.c: Fix case where a FQ cmd or ns was being | Miguel Sofer | 2007-07-04 | 2 | -2/+4 |
|
|
* | * generic/tclCompExpr.c: Revised #define values so that there | dgp | 2007-07-03 | 1 | -4/+12 |
|
|
* | * generic/tcl.h: Removed TCL_PRESERVE_BINARY_COMPATIBILITY and | dgp | 2007-07-02 | 3 | -128/+14 |
|
|
* | Simplify string hashing a little. [FRQ 951168] | dkf | 2007-07-02 | 1 | -14/+2 |
|
|
* | * generic/tclIO.c: Removed dead code. | dgp | 2007-07-02 | 1 | -9/+1 |
|
|
* | * generic/tclCompExpr.c: Removed dead code, old implementations | dgp | 2007-07-02 | 1 | -30/+1 |
|
|
* | * generic/tclCompExpr.c: Removed dead code, old implementations | dgp | 2007-07-02 | 3 | -1490/+50 |
|
|
* | fix typo ... donal broke the build | Miguel Sofer | 2007-07-01 | 1 | -2/+2 |
|
|
* | Plug a memory leak caused by a missing Tcl_DecrRefCount on an error path. [Bu... | dkf | 2007-06-30 | 1 | -9/+11 |
|
|
* | Prevent RemeberSyncObj() from growing the sync | vasiljevic | 2007-06-30 | 1 | -4/+16 |
|
|
* | * generic/tclAlloc.c: on Darwin, ensure memory allocated by | das | 2007-06-29 | 2 | -68/+82 |
|
|
* | * generic/tclGetDate.y: use ckalloc/ckfree instead of malloc/free. | das | 2007-06-29 | 2 | -108/+174 |
|
|
* | * generic/tclBasic.c (TclEvalEx): fix warnings. | das | 2007-06-29 | 1 | -6/+5 |
|
|
* | unsigned int type matching | dgp | 2007-06-28 | 1 | -4/+4 |
|
|
* | * generic/tclBasic.c: Removed dead code, including the | dgp | 2007-06-28 | 5 | -3389/+13 |
|
|
* | Silence constness warnings for TclStackFree when building with msvc. | patthoyts | 2007-06-28 | 5 | -12/+12 |
|
|
* | * generic/tclVar.c (UnsetVarStruct): fix possible segfault with | Miguel Sofer | 2007-06-28 | 1 | -5/+6 |
|
|
* | * generic/tclTrace.c: Corrected broken trace reversal logic in | dgp | 2007-06-27 | 2 | -6/+22 |
|
|
* | * generic/tclBasic.c (TclEvalEx): Moved some arrays from the | dgp | 2007-06-26 | 1 | -24/+35 |
|
|
* | * generic/tclVar.c (UnsetVarStruct): more streamlining. | Miguel Sofer | 2007-06-26 | 1 | -10/+8 |
|
|
* | * generic/tclExecute.c: Safety checks to avoid crashes in the | dgp | 2007-06-26 | 1 | -8/+7 |
|
|
* | * generic/tclVar.c (UnsetVarStruct): fixing incomplete change, | Miguel Sofer | 2007-06-25 | 1 | -24/+25 |
|
|
* | * generic/tclVar.c (UnsetVarStruct): fixing incomplete change | Miguel Sofer | 2007-06-25 | 1 | -2/+2 |
|
|
* | * generic/tclVar.c (TclDeleteCompiledLocalVars): removed inlining | Miguel Sofer | 2007-06-24 | 1 | -57/+62 |
|
|
* | * generic/tclVar.c (UnsetVarStruct): fixed a leak introduced in | Miguel Sofer | 2007-06-24 | 1 | -1/+8 |
|
|
* | fix warnings | das | 2007-06-23 | 1 | -3/+4 |
|
|
* | * generic/tclVar.c (UnsetVarStruct, TclDeleteVars): made the logic | Miguel Sofer | 2007-06-23 | 1 | -177/+90 |
|
|
* | * generic/tclCmdIL.c: More conversions to use TclStackAlloc. | dgp | 2007-06-22 | 3 | -37/+15 |
|
|
* | * generic/tclExecute.c: Revised TclStackRealloc() signature to better | dgp | 2007-06-22 | 3 | -36/+32 |
|
|
* | * generic/tclBasic.c: Move most instances of the Tcl_Parse struct | dgp | 2007-06-21 | 4 | -212/+236 |
|
|
* | * generic/tclBasic.c (TEOvI): Made sure that leave | Miguel Sofer | 2007-06-21 | 2 | -97/+117 |
|
|
* | Fix comments referring to {expand}. [Bug 1600859] | dkf | 2007-06-21 | 3 | -8/+8 |
|
|
* | * generic/tclVar.c: streamline namespace vars deletion: only | Miguel Sofer | 2007-06-20 | 1 | -11/+46 |
|
|
* | correct pointer type mismatch in latest commit | dgp | 2007-06-20 | 1 | -2/+2 |
|
|
* | * generic/tclInt.decls: Revised the interfaces of the routines | dgp | 2007-06-20 | 18 | -90/+122 |
|
|
* | improve comments on Tcl stack management | Miguel Sofer | 2007-06-19 | 1 | -1/+12 |
|
|
* | adding comments to GrowEvaluationStack | Miguel Sofer | 2007-06-19 | 1 | -1/+13 |
|
|
* | * generic/tclCmdIL.c (InfoFrameCmd): | Miguel Sofer | 2007-06-18 | 5 | -69/+88 |
|
|
* | * generic/tclExecute.c (TEBC): Moved the CmdFrame off the C stack | Miguel Sofer | 2007-06-18 | 1 | -19/+20 |
|
|
* | * generic/tclBasic.c (TclEvalEx,TclEvalObjEx): Moved the CmdFrame off | dgp | 2007-06-18 | 1 | -29/+34 |
|
|
* | * generic/tclBasic.c (TclEvalEx): Moved the CmdFrame off the C ... | dgp | 2007-06-18 | 1 | -32/+33 |
|
|
* | Fix [Bug 1738542] | dkf | 2007-06-17 | 2 | -142/+180 |
|
|
* | * generic/tclProc.c (TclObjInterpProcCore): Use switch instead of a | dkf | 2007-06-16 | 1 | -76/+81 |
|
|
* | * generic/tclCompCmds.c: Simplified [variable] compiler and | Miguel Sofer | 2007-06-15 | 2 | -47/+41 |
|
|
* | * generic/tclCompile.c: reverted TclEvalObjvInternal and | Miguel Sofer | 2007-06-15 | 3 | -244/+57 |
|
|
* | * generic/tclInt.decls: Modif to the internals of | Miguel Sofer | 2007-06-14 | 4 | -222/+287 |
|
|
* | * generic/tclProc.c (TclObjInterpProcCore): simplified obj | Miguel Sofer | 2007-06-14 | 1 | -10/+5 |
|
|
* | remove C99 var declaration | hobbs | 2007-06-14 | 1 | -3/+4 |
|
|
* | * generic/tclCompile.c: SetByteCodeFromAny() can no longer return | dgp | 2007-06-14 | 3 | -46/+25 |
|
|
* | * generic/tclExecute.c (TclCompEvalObj): missed update to "there | Miguel Sofer | 2007-06-14 | 2 | -21/+25 |
|
|