summaryrefslogtreecommitdiffstats
path: root/generic/tclCompExpr.c
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | * generic/tclCompExpr.c: Added expr parsing routines thatdgp2006-12-031-6/+1089
* | * generic/tclBasic.c: TIP #280 implementation.andreas_kupries2006-11-281-1/+5
* | TIP#270 IMPLEMENTATIONdgp2006-11-151-15/+15
* | * generic/tclCompExpr.c: fix gcc warnings about 'cast to/fromdas2006-11-131-3/+3
* | * generic/tclParseExpr.c (removed): Moved all the code ofdgp2006-11-091-1/+1051
* | * generic/tclCompExpr.c: Removed much complexity that isdgp2006-09-051-292/+88
* | * generic/tclCompExpr.c: Corrected flawed logic fordgp2006-08-311-1/+3
* | Various minor object file size efficiency fixes. [Bug 1530474]dkf2006-08-101-4/+4
* | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-2/+3
* | ANSIfy; generic/*.c now all done except for test codedkf2005-11-021-43/+42
* | TIP#237 IMPLEMENTATIONdgp2005-10-081-16/+1
* | * generic/tclCompExpr.c: Untangled some dependencies in thedgp2005-08-031-3/+2
* | Getting more systematic about styledkf2005-07-171-271/+267
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-72/+31
* | Core of implementation of TIP#201 ('in' and 'ni' operators)dkf2004-10-081-1/+5
* | * generic/tclBasic.c:dgp2004-10-061-12/+9
* | Report compilation errors at runtime, [Patch 103368] by dgp.Miguel Sofer2004-09-261-13/+4
* | Patch 922727 committed. Implements three changes:dgp2004-04-061-4/+2
* | improved commentsMiguel Sofer2004-01-121-10/+6
* | * generic/tclCompExpr.c (CompileLandOrLorExpr): cosmetic changes.Miguel Sofer2004-01-121-17/+12
* | Fix a comment.Miguel Sofer2004-01-121-3/+2
* | * generic/tclCompExpr.c (CompileLandOrLorExpr): new logic, fewerMiguel Sofer2004-01-121-35/+44
* | All uses of 'panic' (the macro) changeddavygrvy2003-12-241-5/+5
* | * generic/tclBasic.c (TclAppendObjToErrorInfo): New internal routinedgp2003-10-141-9/+7
* | TIP#123 Implementation based on work by Arjen Markus. [Patch 655176]dkf2003-09-121-1/+3
* | * generic/tclBasic.c (Tcl_EvalTokensStandard):dgp2003-03-131-2/+2
|/
* Don Porter's fix for bad parsing of nested scripts [Bug 681841].Miguel Sofer2003-02-161-2/+2