| Commit message (Expand) | Author | Age | Files | Lines |
* | Code Audit results: | dkf | 2010-03-05 | 1 | -9/+9 |
|
|
* | More tidying up (whitespace, spelling, useless parentheses, useless casts) | dkf | 2010-02-24 | 1 | -27/+23 |
|
|
* | Fix gcc warning, using gcc-4.3.4 on cygwin | nijtmans | 2009-12-11 | 1 | -2/+2 |
|
|
* | Fix gcc warning, using gcc-4.3.4 on cygwin | nijtmans | 2009-12-11 | 1 | -2/+2 |
|
|
* | * generic/tclExecute.c: fix potential uninitialized variable use and | das | 2009-09-07 | 1 | -1/+4 |
|
|
* | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ... | dkf | 2009-01-09 | 1 | -349/+387 |
|
|
* | Style improvements - invoking callbacks without visual junk. | dkf | 2008-10-26 | 1 | -2/+2 |
|
|
* | * generic/tclCompExpr.c (ParseExpr): Plug memory leak in error | dgp | 2008-02-28 | 1 | -3/+3 |
|
|
* | More stray trailing ","s. | jenglish | 2008-02-26 | 1 | -2/+2 |
|
|
* | * generic/tclInt.h: New macro TclGrowParseTokenArray() to | dgp | 2008-01-23 | 1 | -18/+6 |
|
|
* | * generic/tclCompExpr.c: Revision to preserve parsed intreps | dgp | 2008-01-17 | 1 | -5/+42 |
|
|
* | * generic/tclCompExpr.c: add an 'optimize' argument to | Miguel Sofer | 2008-01-16 | 1 | -3/+4 |
|
|
* | * generic/tclCompExpr.c: Fix literal leak in exprs [Bug 1869989] | Miguel Sofer | 2008-01-16 | 1 | -40/+21 |
|
|
* | * generic/tclBasic.c: Replacing 'operator' by 'op' in the def | Miguel Sofer | 2008-01-15 | 1 | -5/+4 |
|
|
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | [Patch 1830038]: Increased usage of macros to detect and take advantage of ob... | Miguel Sofer | 2007-11-11 | 1 | -5/+6 |
|
|
* | * generic/tclCompExpr.c: Moved a misplaced declaration that blocked | Kevin B Kenny | 2007-10-17 | 1 | -2/+3 |
|
|
* | * generic/tclIOCmd.c: Revise [open] so that it interprets leading | dgp | 2007-10-15 | 1 | -1/+24 |
|
|
* | * generic/tclCompExpr.c: Use a table lookup in ParseLexeme() | dgp | 2007-08-28 | 1 | -63/+55 |
|
|
* | * generic/tclBasic.c: Used unions to better clarify overloading of | dgp | 2007-08-28 | 1 | -9/+7 |
|
|
* | typo | das | 2007-08-27 | 1 | -2/+3 |
|
|
* | * generic/tclCompExpr.c: Call TclCompileSyntaxError() when | dgp | 2007-08-27 | 1 | -23/+5 |
|
|
* | * generic/tclCompile.c: Move the deallocation of local LiteralTable | dgp | 2007-08-27 | 1 | -4/+1 |
|
|
* | * generic/tclCompExpr.c: Force numeric and boolean literals | dgp | 2007-08-27 | 1 | -7/+26 |
|
|
* | * generic/tclCompExpr.c: Register literals found in expressions | dgp | 2007-08-24 | 1 | -5/+29 |
|
|
* | * generic/tclCompExpr.c: Suppress the attempt to convert to | dgp | 2007-08-23 | 1 | -2/+2 |
|
|
* | Missing init in ParseExpr(). | dgp | 2007-08-22 | 1 | -1/+2 |
|
|
* | * 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 |
|
|