| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | * generic/tclCompExpr.c: Added a "constant" field to the OpNode | dgp | 2007-08-16 | 1 | -90/+296 |
|
|
* | | comment corrections | dgp | 2007-08-14 | 1 | -8/+7 |
|
|
* | | Then reorder code to | dgp | 2007-08-10 | 1 | -219/+174 |
|
|
* | | * generic/tclCompExpr.c: Revise CompileExprTree() to use the | dgp | 2007-08-10 | 1 | -65/+117 |
|
|
* | | * tests/parseExpr.test: Update source file name of expr parser code. | dgp | 2007-08-06 | 1 | -262/+285 |
|
|
* | | * 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 |
|
|
* | | * 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 |
|
|
* | | * generic/tclCompExpr.c: Revised #define values so that there | dgp | 2007-07-03 | 1 | -4/+12 |
|
|
* | | * generic/tclCompExpr.c: Removed dead code, old implementations | dgp | 2007-07-02 | 1 | -1486/+48 |
|
|
* | | * generic/tclBasic.c: Move most instances of the Tcl_Parse struct | dgp | 2007-06-21 | 1 | -78/+95 |
|
|
* | | * generic/tclInt.decls: Revised the interfaces of the routines | dgp | 2007-06-20 | 1 | -13/+21 |
|
|
* | | * generic/tclCompExpr.c (ParseExpr): Revised to be sure that | dgp | 2007-04-25 | 1 | -3/+17 |
|
|
* | | * generic/tclCompExpr.c (ParseExpr): Memory leak in error case; the | dgp | 2007-04-24 | 1 | -1/+2 |
|
|
* | | * generic/tclCompCmds.c (TclCompileUpvarCmd): Plugged a memory | Kevin B Kenny | 2007-04-23 | 1 | -2/+5 |
|
|
* | | Eliminate use of (VOID*) casts when calling memset or memcpy. | dkf | 2007-04-17 | 1 | -3/+3 |
|
|
* | | Handle creation of Tcl_Objs from constant strings better (easier to use, more | dkf | 2007-04-10 | 1 | -42/+37 |
|
|
* | | * generic/tclCompExpr.c: | dgp | 2007-03-30 | 1 | -13/+18 |
|
|
* | | various "const" additions, in line with TIP #27 | nijtmans | 2007-02-20 | 1 | -31/+31 |
|
|
* | | Cleanup to follow engineering manual guidelines | dkf | 2006-12-13 | 1 | -232/+327 |
|
|
* | | * generic/tclCompExpr.c: Now that the new internal structs | dgp | 2006-12-12 | 1 | -3/+3 |
|
|
* | | * generic/tclBasic.c: Final step routing all direct evaluation forms | dgp | 2006-12-12 | 1 | -8/+114 |
|
|
* | | * generic/tclBasic.c: Another step with all sorting operator commands | dgp | 2006-12-11 | 1 | -1/+56 |
|
|
* | | * generic/tclBasic.c: Another step down the path of re-using | dgp | 2006-12-08 | 1 | -23/+37 |
|
|
* | | * generic/tclCompExpr.c: Revised implementation of TclInvertOpCmd | dgp | 2006-12-08 | 1 | -24/+55 |
|
|
* | | * generic/tclCompExpr.c: Added implementation for the | dgp | 2006-12-04 | 1 | -24/+260 |
|
|
* | | * generic/tclCompExpr.c: Added expr parsing routines that | dgp | 2006-12-03 | 1 | -6/+1089 |
|
|
* | | * generic/tclBasic.c: TIP #280 implementation. | andreas_kupries | 2006-11-28 | 1 | -1/+5 |
|
|
* | | TIP#270 IMPLEMENTATION | dgp | 2006-11-15 | 1 | -15/+15 |
|
|
* | | * generic/tclCompExpr.c: fix gcc warnings about 'cast to/from | das | 2006-11-13 | 1 | -3/+3 |
|
|
* | | * generic/tclParseExpr.c (removed): Moved all the code of | dgp | 2006-11-09 | 1 | -1/+1051 |
|
|
* | | * generic/tclCompExpr.c: Removed much complexity that is | dgp | 2006-09-05 | 1 | -292/+88 |
|
|
* | | * generic/tclCompExpr.c: Corrected flawed logic for | dgp | 2006-08-31 | 1 | -1/+3 |
|
|
* | | Various minor object file size efficiency fixes. [Bug 1530474] | dkf | 2006-08-10 | 1 | -4/+4 |
|
|
* | | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -2/+3 |
|
|
* | | ANSIfy; generic/*.c now all done except for test code | dkf | 2005-11-02 | 1 | -43/+42 |
|
|
* | | TIP#237 IMPLEMENTATION | dgp | 2005-10-08 | 1 | -16/+1 |
|
|
* | | * generic/tclCompExpr.c: Untangled some dependencies in the | dgp | 2005-08-03 | 1 | -3/+2 |
|
|