| Commit message (Expand) | Author | Age | Files | Lines |
* | Working towards better handling of stack balance with break and continue exce... | dkf | 2013-10-08 | 1 | -2/+2 |
|
|
* | More macro use. | dgp | 2013-09-13 | 1 | -3/+1 |
|
|
* | Push fixup on the stack only when needed. | dgp | 2013-09-12 | 1 | -12/+6 |
|
|
* | Swap the two fixups used when compiling the ternary operator. | dgp | 2013-09-12 | 1 | -17/+16 |
|
|
* | Stop allocating JumpFixups for jumps that can never need any fixing up. | dgp | 2013-09-12 | 1 | -22/+15 |
|
|
* | Eliminate another surplus storage field. Make a(n ab)use of the existing | dgp | 2013-09-11 | 1 | -5/+7 |
|
|
* | Make use of the existing JumpFixup fields. Eliminate extra storage | dgp | 2013-09-11 | 1 | -5/+2 |
|
|
* | Stop the save and restore of currStackDepth. Just manage it correctly so | dgp | 2013-09-11 | 1 | -7/+1 |
|
|
* | Make more use of the CompileTokens() macro. | dgp | 2013-06-25 | 1 | -2/+1 |
|
|
* | Select improvements in stack depth estimates brought over from mig-review. | dgp | 2013-06-11 | 1 | -0/+1 |
|
|
* | New internal routine TclFetchLiteral() for better CompileEnv encapsulation. | dgp | 2013-03-05 | 1 | -8/+5 |
|
|
* | merge core-8-5-branch | jan.nijtmans | 2013-01-31 | 1 | -1/+1 |
|\ |
|
| * | Use twoPtrValue.ptr1 in stead of otherValuePtr everywhere. This is exactly th... | jan.nijtmans | 2013-01-31 | 1 | -1/+1 |
|
|
* | | Factor out a number of common patterns of use of Tcl_DStringAppend. | dkf | 2012-07-03 | 1 | -1/+1 |
|
|
* | | make some more internal tables const | jan.nijtmans | 2012-04-18 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | make some more internal tables const | jan.nijtmans | 2012-04-18 | 1 | -1/+1 |
| |\ |
|
| | * | * generic/tclBasic.c: More replacements of Tcl_UtfBackslash() calls | dgp | 2011-03-06 | 1 | -2/+2 |
|
|
* | | | Experimental compilation of the [dict with] subcommand. No tests yet, and not | dkf | 2011-10-02 | 1 | -154/+186 |
|
|
* | | | 3408408 Partial improvement by sharing as literals the computed values of | dgp | 2011-09-15 | 1 | -2/+24 |
|
|
| | | | |
| \ \ | |
*-. \ \ | 3401704 Allow function names like influence(), nanobot(), and 99bottles() | dgp | 2011-09-07 | 1 | -45/+73 |
|\ \ \ \
| | |/ / |
|
| | * | | missing 'break' | dgp | 2011-09-07 | 1 | -0/+1 |
| |/ / |
|
| * | | Tidiness, comments, and tests.dgp_3401704 | dgp | 2011-09-07 | 1 | -5/+28 |
|
|
| * | | Don't extend numbers with non-alphanumeric characters into barewords. | dgp | 2011-09-06 | 1 | -0/+6 |
|
|
| * | | 3401704 New patch to enable nancy(), influence(), 99bottles(). | dgp | 2011-09-06 | 1 | -43/+38 |
|
|
* | | | Reduce the number of casts used to manage Tcl_Obj internal representations. | dkf | 2011-03-26 | 1 | -1/+1 |
|
|
* | | | Generate errorCode information on failure to parse expressions. | dkf | 2011-03-17 | 1 | -67/+103 |
|
|
* | | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -7/+9 |
|
|
* | | | MINOR: Formatting fixes, mainly to comments, so code better fits the style in | dkf | 2011-03-10 | 1 | -4/+2 |
|
|
* | | | Renamed struct TEOV_callback to the more descriptive NRE_callback. | Miguel Sofer | 2011-03-05 | 1 | -1/+1 |
|
|
* | | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \ \
| |/ / |
|
| * | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ \
| | |/ |
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| | * | style revisions to latest commit | dgp | 2008-04-17 | 1 | -2/+2 |
|
|
| | * | * generic/tclCompExpr.c (CompileMathFuncCall): Added | andreas_kupries | 2008-04-17 | 1 | -1/+2 |
|
|
| | * | * generic/tclBasic.c: TIP #280 implementation, conditional on the define TCL... | andreas_kupries | 2006-11-28 | 1 | -1/+6 |
|
|
| | * | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -2/+3 |
|
|
| | * | * generic/tclCompExpr.c: Untangled some dependencies in the | dgp | 2005-08-03 | 1 | -4/+2 |
|
|
| * | | Various mismatches between Tcl_Panic format string and its arguments, | nijtmans | 2011-01-18 | 1 | -22/+22 |
|
|
| * | | Various trivial fixes, discovered during CYGWIN porting attempt. All backport... | nijtmans | 2010-01-06 | 1 | -2/+2 |
|
|
* | | | Various mismatches between Tcl_Panic format string and its arguments, | nijtmans | 2011-01-18 | 1 | -3/+3 |
|
|
* | | | * generic/tclBasic.c: [Patch 3072080] (minus the itcl | Miguel Sofer | 2010-09-27 | 1 | -2/+4 |
|
|
* | | | * generic/tclCompExpr.c: Slight change in the literal sharing | Miguel Sofer | 2010-04-29 | 1 | -2/+2 |
|
|
* | | | 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 |
|
|