summaryrefslogtreecommitdiffstats
path: root/generic/tclCompExpr.c
Commit message (Expand)AuthorAgeFilesLines
* [Patch 1830038]: Increased usage of macros to detect and take advantage of ob...Miguel Sofer2007-11-111-5/+6
* * generic/tclCompExpr.c: Moved a misplaced declaration that blockedKevin B Kenny2007-10-171-2/+3
* * generic/tclIOCmd.c: Revise [open] so that it interprets leadingdgp2007-10-151-1/+24
* * generic/tclCompExpr.c: Use a table lookup in ParseLexeme()dgp2007-08-281-63/+55
* * generic/tclBasic.c: Used unions to better clarify overloading ofdgp2007-08-281-9/+7
* typodas2007-08-271-2/+3
* * generic/tclCompExpr.c: Call TclCompileSyntaxError() whendgp2007-08-271-23/+5
* * generic/tclCompile.c: Move the deallocation of local LiteralTabledgp2007-08-271-4/+1
* * generic/tclCompExpr.c: Force numeric and boolean literalsdgp2007-08-271-7/+26
* * generic/tclCompExpr.c: Register literals found in expressionsdgp2007-08-241-5/+29
* * generic/tclCompExpr.c: Suppress the attempt to convert todgp2007-08-231-2/+2
* Missing init in ParseExpr().dgp2007-08-221-1/+2
* * generic/tclCompExpr.c: Added a "constant" field to the OpNodedgp2007-08-161-90/+296
* comment correctionsdgp2007-08-141-8/+7
* Then reorder code todgp2007-08-101-219/+174
* * generic/tclCompExpr.c: Revise CompileExprTree() to use thedgp2007-08-101-65/+117
* * tests/parseExpr.test: Update source file name of expr parser code.dgp2007-08-061-262/+285
* * generic/tclCompExpr.c: Removed unused arguments and variables.dgp2007-07-181-43/+25
* typodgp2007-07-171-2/+2
* * generic/tclCompExpr.c (ParseExpr): While adding comments todgp2007-07-171-202/+251
* * generic/tclCompExpr.c: More commentary.dgp2007-07-161-6/+27
* additional commentarydgp2007-07-121-6/+25
* * generic/tclCompExpr.c: Factored out, corrected, and commenteddgp2007-07-121-44/+43
* * generic/tclCompExpr.c: Added a "parseOnly" flag argument todgp2007-07-111-49/+29
* Renamed some variables fordgp2007-07-101-46/+115
* Removed some unused counter variables.dgp2007-07-101-6/+17
* * generic/tclCompExpr.c: Added a field for operator precedencedgp2007-07-101-40/+165
* More extended commentary about the data structures of the expr parser.dgp2007-07-091-43/+85
* * generic/tclCompExpr.c: Revision so that the END lexeme neverdgp2007-07-091-4/+32
* * generic/tclCompExpr.c: Added missing creation and returndgp2007-07-091-2/+11
* More work in progress commenting the expr parserdgp2007-07-051-10/+55
* Start of work adding more useful comments to the expr parser.dgp2007-07-051-20/+63
* * generic/tclCompExpr.c: Revised #define values so that theredgp2007-07-031-4/+12
* * generic/tclCompExpr.c: Removed dead code, old implementationsdgp2007-07-021-1486/+48
* * generic/tclBasic.c: Move most instances of the Tcl_Parse structdgp2007-06-211-78/+95
* * generic/tclInt.decls: Revised the interfaces of the routinesdgp2007-06-201-13/+21
* * generic/tclCompExpr.c (ParseExpr): Revised to be sure thatdgp2007-04-251-3/+17
* * generic/tclCompExpr.c (ParseExpr): Memory leak in error case; thedgp2007-04-241-1/+2
* * generic/tclCompCmds.c (TclCompileUpvarCmd): Plugged a memoryKevin B Kenny2007-04-231-2/+5
* Eliminate use of (VOID*) casts when calling memset or memcpy.dkf2007-04-171-3/+3
* Handle creation of Tcl_Objs from constant strings better (easier to use, moredkf2007-04-101-42/+37
* * generic/tclCompExpr.c:dgp2007-03-301-13/+18
* various "const" additions, in line with TIP #27nijtmans2007-02-201-31/+31
* Cleanup to follow engineering manual guidelinesdkf2006-12-131-232/+327
* * generic/tclCompExpr.c: Now that the new internal structsdgp2006-12-121-3/+3
* * generic/tclBasic.c: Final step routing all direct evaluation formsdgp2006-12-121-8/+114
* * generic/tclBasic.c: Another step with all sorting operator commandsdgp2006-12-111-1/+56
* * generic/tclBasic.c: Another step down the path of re-usingdgp2006-12-081-23/+37
* * generic/tclCompExpr.c: Revised implementation of TclInvertOpCmddgp2006-12-081-24/+55
* * generic/tclCompExpr.c: Added implementation for thedgp2006-12-041-24/+260