| Commit message (Expand) | Author | Age | Files | Lines |
* | * generic/tclVar.c (TclCleanupVar): fix [Bug 1765225], thx Larry | Miguel Sofer | 2007-08-01 | 1 | -2/+2 |
|
|
* | VarReform [Patch 1750051] | Miguel Sofer | 2007-07-31 | 18 | -2152/+2754 |
|
|
* | comment fix | Miguel Sofer | 2007-07-24 | 1 | -3/+2 |
|
|
* | * generic/tclBasic.c (TEOvI, GetCommandSource): | Miguel Sofer | 2007-07-24 | 4 | -73/+72 |
|
|
* | * generic/tclParse.c: In contexts where interp and parsePtr->interp | dgp | 2007-07-19 | 1 | -20/+20 |
|
|
* | * generic/tclCompExpr.c: Removed unused arguments and variables. | dgp | 2007-07-18 | 1 | -43/+25 |
|
|
* | typo | dgp | 2007-07-17 | 1 | -2/+2 |
|
|
* | * generic/tclCompExpr.c (ParseExpr): While adding comments to | dgp | 2007-07-17 | 1 | -202/+251 |
|
|
* | * generic/tclCompExpr.c: More commentary. | dgp | 2007-07-16 | 1 | -6/+27 |
|
|
* | additional commentary | dgp | 2007-07-12 | 1 | -6/+25 |
|
|
* | * generic/tclCompExpr.c: Factored out, corrected, and commented | dgp | 2007-07-12 | 1 | -44/+43 |
|
|
* | 2007-07-11 Miguel Sofer <msofer@users.sf.net> | Miguel Sofer | 2007-07-11 | 2 | -15/+28 |
|
|
* | * generic/tclCompExpr.c: Added a "parseOnly" flag argument to | dgp | 2007-07-11 | 1 | -49/+29 |
|
|
* | Renamed some variables for | dgp | 2007-07-10 | 1 | -46/+115 |
|
|
* | Removed some unused counter variables. | dgp | 2007-07-10 | 1 | -6/+17 |
|
|
* | * generic/tclCompExpr.c: Added a field for operator precedence | dgp | 2007-07-10 | 1 | -40/+165 |
|
|
* | More extended commentary about the data structures of the expr parser. | dgp | 2007-07-09 | 1 | -43/+85 |
|
|
* | * generic/tclCompExpr.c: Revision so that the END lexeme never | dgp | 2007-07-09 | 1 | -4/+32 |
|
|
* | * generic/tclCompExpr.c: Added missing creation and return | dgp | 2007-07-09 | 1 | -2/+11 |
|
|
* | More work in progress commenting the expr parser | dgp | 2007-07-05 | 1 | -10/+55 |
|
|
* | Start of work adding more useful comments to the expr parser. | dgp | 2007-07-05 | 1 | -20/+63 |
|
|
* | clarify comments for last commit | Miguel Sofer | 2007-07-05 | 2 | -4/+4 |
|
|
* | * generic/tclNamesp.c (SetNsNameFromAny): | Miguel Sofer | 2007-07-05 | 2 | -42/+60 |
|
|
* | * 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 |
|
|