| Commit message (Expand) | Author | Age | Files | Lines |
* | TIP 285 Implementation | Joe Mistachkin | 2008-06-13 | 1 | -5/+38 |
|
|
* | * generic/tclBasic.c: Compilation of uplevel scripts, allow | Miguel Sofer | 2008-06-08 | 1 | -3/+18 |
|
|
* | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 1 | -3/+3 |
|
|
* | * generic/tclExecute.c: added comments to the alignment macros | Miguel Sofer | 2008-04-08 | 1 | -5/+18 |
|
|
* | fix and simplify the OFFSET computation for TclStackAlloc | Miguel Sofer | 2008-03-18 | 1 | -5/+4 |
|
|
* | * generic/tclExecute.c: Patch from Miguel Sofer to correct the | dgp | 2008-03-18 | 1 | -11/+4 |
|
|
* | typo | dgp | 2008-03-10 | 1 | -2/+2 |
|
|
* | commentary cleanup | dgp | 2008-03-07 | 1 | -3/+3 |
|
|
* | * generic/tclExecute.c (Tcl_ExprObj): Revised expression bytecode | dgp | 2008-03-07 | 1 | -41/+107 |
|
|
* | * generic/tclResult.c (Tcl_SetReturnOptions): Revised the refcount | dgp | 2008-02-29 | 1 | -1/+2 |
|
|
* | fix comments in INST_CONCAT | Miguel Sofer | 2008-02-04 | 1 | -5/+4 |
|
|
* | * generic/tclExecute.c (INST_CONCAT1): fix optimisation for | Miguel Sofer | 2008-02-04 | 1 | -3/+6 |
|
|
* | Reconcile coding style issues between branches | dgp | 2008-01-23 | 1 | -6/+9 |
|
|
* | * generic/tclCompExpr.c: add an 'optimize' argument to | Miguel Sofer | 2008-01-16 | 1 | -9/+2 |
|
|
* | * generic/tclCompExpr.c: Fix literal leak in exprs [Bug 1869989] | Miguel Sofer | 2008-01-16 | 1 | -1/+8 |
|
|
* | * generic/tclAlloc.c: | Miguel Sofer | 2007-12-17 | 1 | -21/+61 |
|
|
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | * generic/tclInt.decls: move TclByteArrayMatch and TclReToGlob | hobbs | 2007-12-11 | 1 | -2/+2 |
|
|
* | * generic/tclExecute.c (TclExecuteByteCode INST_REGEXP): | hobbs | 2007-12-07 | 1 | -8/+4 |
|
|
* | * generic/tclExecute.c (TclExecuteByteCode INST_REGEXP): Use | hobbs | 2007-12-07 | 1 | -2/+5 |
|
|
* | INST_EXIST_*: simplify result setting | das | 2007-11-19 | 1 | -26/+9 |
|
|
* | Minor fixes (e.g. comment readability) | dkf | 2007-11-18 | 1 | -251/+296 |
|
|
* | * generic/tclExecute.c (TclExecuteByteCode:INST_EXIST_*): Fix read | das | 2007-11-17 | 1 | -20/+30 |
|
|
* | move TCL_DTRACE_INST_NEXT after async handlers check | das | 2007-11-16 | 1 | -3/+3 |
|
|
* | Compile [info exists] into bytecode. Includes new instructions to support it. | dkf | 2007-11-14 | 1 | -1/+116 |
|
|
* | RE: [Patch 1830184] TclResetResult | Miguel Sofer | 2007-11-12 | 1 | -3/+3 |
|
|
* | * generic/tclBasic.c: New macro TclResetResult, new iPtr flag | Miguel Sofer | 2007-11-12 | 1 | -3/+3 |
|
|
* | * generic/tclCompCmds.c, generic/tclCompile.c, generic/tclCompile.h: | hobbs | 2007-11-12 | 1 | -1/+34 |
|
|
* | [Patch 1830038]: Increased usage of macros to detect and take advantage of ob... | Miguel Sofer | 2007-11-11 | 1 | -30/+29 |
|
|
* | * generic/tclExecute.c: fast path for INST_LIST_INDEX when the | Miguel Sofer | 2007-11-10 | 1 | -7/+20 |
|
|
* | * generic/tclAsync.c: | Miguel Sofer | 2007-11-09 | 1 | -2/+2 |
|
|
* | * generic/tclInt.decls, generic/tclIntDecls.h: Use unsigned char for | hobbs | 2007-11-09 | 1 | -5/+3 |
|
|
* | fix (unsigned char*) vs. (char*) warnings | das | 2007-11-08 | 1 | -3/+3 |
|
|
* | * generic/tclStubInit.c: | hobbs | 2007-11-08 | 1 | -1/+10 |
|
|
* | * generic/tclCompile.c: Fix comments. | Miguel Sofer | 2007-10-20 | 1 | -2/+2 |
|
|
* | * generic/tclCompExpr.c: Moved a misplaced declaration that blocked | Kevin B Kenny | 2007-10-17 | 1 | -5/+9 |
|
|
* | Minor cleanup of NULL usage | dkf | 2007-09-17 | 1 | -13/+16 |
|
|
* | * generic/tclDTrace.d (new file): add DTrace provider for Tcl; allows | das | 2007-09-13 | 1 | -1/+31 |
|
|
* | * generic/tclCompCmds.c (TclCompileDictCmd-update): | Miguel Sofer | 2007-09-11 | 1 | -2/+2 |
|
|
* | * generic/tclExecute.c: Corrected an off-by-one error in the | Kevin B Kenny | 2007-09-11 | 1 | -3/+25 |
|
|
* | * generic/tclCompile.c: fix tclInstructionTable entry for | Miguel Sofer | 2007-09-10 | 1 | -8/+1 |
|
|
* | * generic/tclInt.h: Removed the "nsName" Tcl_ObjType from the | dgp | 2007-09-09 | 1 | -11/+2 |
|
|
* | * generic/tclCompCmds.c: Use the new INST_REVERSE instruction | dgp | 2007-09-09 | 1 | -1/+17 |
|
|
* | Fix [Bug 1786481] | dkf | 2007-09-08 | 1 | -1/+4 |
|
|
* | * generic/tclBasic.c: Removed support for the unmaintained | dgp | 2007-09-05 | 1 | -17/+1 |
|
|
* | fix warnings about 64bit signed vs unsigned comparison | das | 2007-09-03 | 1 | -3/+3 |
|
|
* | * generic/tclCompile.c: Added fflush() calls following all callers of | dgp | 2007-08-30 | 1 | -1/+2 |
|
|
* | * generic/tclCompExpr.c: Call TclCompileSyntaxError() when | dgp | 2007-08-27 | 1 | -69/+11 |
|
|
* | * generic/tclCompile.c: Move the deallocation of local LiteralTable | dgp | 2007-08-27 | 1 | -11/+1 |
|
|
* | fix warnings about signed vs unsigned comparison (type of sizeof() is size_t ... | das | 2007-08-27 | 1 | -7/+7 |
|
|