summaryrefslogtreecommitdiffstats
path: root/generic/tclCompExpr.c
Commit message (Expand)AuthorAgeFilesLines
* Working towards better handling of stack balance with break and continue exce...dkf2013-10-081-2/+2
* More macro use.dgp2013-09-131-3/+1
* Push fixup on the stack only when needed.dgp2013-09-121-12/+6
* Swap the two fixups used when compiling the ternary operator.dgp2013-09-121-17/+16
* Stop allocating JumpFixups for jumps that can never need any fixing up.dgp2013-09-121-22/+15
* Eliminate another surplus storage field. Make a(n ab)use of the existingdgp2013-09-111-5/+7
* Make use of the existing JumpFixup fields. Eliminate extra storagedgp2013-09-111-5/+2
* Stop the save and restore of currStackDepth. Just manage it correctly sodgp2013-09-111-7/+1
* Make more use of the CompileTokens() macro.dgp2013-06-251-2/+1
* Select improvements in stack depth estimates brought over from mig-review.dgp2013-06-111-0/+1
* New internal routine TclFetchLiteral() for better CompileEnv encapsulation.dgp2013-03-051-8/+5
* merge core-8-5-branchjan.nijtmans2013-01-311-1/+1
|\
| * Use twoPtrValue.ptr1 in stead of otherValuePtr everywhere. This is exactly th...jan.nijtmans2013-01-311-1/+1
* | Factor out a number of common patterns of use of Tcl_DStringAppend.dkf2012-07-031-1/+1
* | make some more internal tables constjan.nijtmans2012-04-181-1/+1
|\ \ | |/
| * make some more internal tables constjan.nijtmans2012-04-181-1/+1
| |\
| | * * generic/tclBasic.c: More replacements of Tcl_UtfBackslash() callsdgp2011-03-061-2/+2
* | | Experimental compilation of the [dict with] subcommand. No tests yet, and notdkf2011-10-021-154/+186
* | | 3408408 Partial improvement by sharing as literals the computed values ofdgp2011-09-151-2/+24
| | |
| \ \
*-. \ \ 3401704 Allow function names like influence(), nanobot(), and 99bottles()dgp2011-09-071-45/+73
|\ \ \ \ | | |/ /
| | * | missing 'break'dgp2011-09-071-0/+1
| |/ /
| * | Tidiness, comments, and tests.dgp_3401704dgp2011-09-071-5/+28
| * | Don't extend numbers with non-alphanumeric characters into barewords.dgp2011-09-061-0/+6
| * | 3401704 New patch to enable nancy(), influence(), 99bottles().dgp2011-09-061-43/+38
* | | Reduce the number of casts used to manage Tcl_Obj internal representations.dkf2011-03-261-1/+1
* | | Generate errorCode information on failure to parse expressions.dkf2011-03-171-67/+103
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-7/+9
* | | MINOR: Formatting fixes, mainly to comments, so code better fits the style indkf2011-03-101-4/+2
* | | Renamed struct TEOV_callback to the more descriptive NRE_callback.Miguel Sofer2011-03-051-1/+1
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ \ | |/ /
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\ \ | | |/
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | * style revisions to latest commitdgp2008-04-171-2/+2
| | * * generic/tclCompExpr.c (CompileMathFuncCall): Addedandreas_kupries2008-04-171-1/+2
| | * * generic/tclBasic.c: TIP #280 implementation, conditional on the define TCL...andreas_kupries2006-11-281-1/+6
| | * * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-2/+3
| | * * generic/tclCompExpr.c: Untangled some dependencies in thedgp2005-08-031-4/+2
| * | Various mismatches between Tcl_Panic format string and its arguments,nijtmans2011-01-181-22/+22
| * | Various trivial fixes, discovered during CYGWIN porting attempt. All backport...nijtmans2010-01-061-2/+2
* | | Various mismatches between Tcl_Panic format string and its arguments,nijtmans2011-01-181-3/+3
* | | * generic/tclBasic.c: [Patch 3072080] (minus the itclMiguel Sofer2010-09-271-2/+4
* | | * generic/tclCompExpr.c: Slight change in the literal sharingMiguel Sofer2010-04-291-2/+2
* | | Code Audit results:dkf2010-03-051-9/+9
* | | More tidying up (whitespace, spelling, useless parentheses, useless casts)dkf2010-02-241-27/+23
* | | Fix gcc warning, using gcc-4.3.4 on cygwinnijtmans2009-12-111-2/+2
* | | Fix gcc warning, using gcc-4.3.4 on cygwinnijtmans2009-12-111-2/+2
* | | * generic/tclExecute.c: fix potential uninitialized variable use anddas2009-09-071-1/+4
* | | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ...dkf2009-01-091-349/+387
* | | Style improvements - invoking callbacks without visual junk.dkf2008-10-261-2/+2
|/ /
* | * generic/tclCompExpr.c (ParseExpr): Plug memory leak in errordgp2008-02-281-3/+3