| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | * generic/tclExecute.c (TclExecuteByteCode): Added code to handle | Kevin B Kenny | 2007-08-25 | 1 | -3/+425 |
|
|
* | * generic/tclExecute.c (TEBC): disable the new shortcut to frequent | Miguel Sofer | 2007-08-22 | 1 | -3/+1 |
|
|
* | Missing init in ParseExpr(). | dgp | 2007-08-22 | 1 | -3/+1 |
|
|
* | * generic/tclExecute.c (TEBC): disable the new shortcut to frequent | Miguel Sofer | 2007-08-22 | 1 | -2/+4 |
|
|
* | * generic/tclExecute.c (INST_SUB): fix usage of the new macro for | Miguel Sofer | 2007-08-20 | 1 | -3/+10 |
|
|
* | Swapped the order in the Overflowing macro (created in the last commit by | Miguel Sofer | 2007-08-19 | 1 | -2/+5 |
|
|
* | Make Miguel's overflow-detection more mnemonic with a macro. | dkf | 2007-08-19 | 1 | -73/+86 |
|
|
* | * generic/tclExecute.c: changed the check for overflow in sums, | Miguel Sofer | 2007-08-19 | 1 | -18/+12 |
|
|
* | * generic/tclExecute.c: check the two most frequent instructions | Miguel Sofer | 2007-08-16 | 1 | -1/+17 |
|
|
* | * generic/tclExecute.c (INST_INVOKE*): peephole opt, do not get | Miguel Sofer | 2007-08-14 | 1 | -1/+6 |
|
|
* | * generic/tclExecute.c: Provide DECACHE/CACHE protection to the | dgp | 2007-08-13 | 1 | -1/+3 |
|
|
* | * generic/tclExecute.c (INST_STORE_ARRAY): | Miguel Sofer | 2007-08-09 | 1 | -24/+13 |
|
|
* | * generic/tclExecute.c: Corrected failure to compile/link | dgp | 2007-08-08 | 1 | -2/+2 |
|
|
* | * generic/tclExecute.c: Corrected improper use of bignum arguments | dgp | 2007-08-08 | 1 | -7/+14 |
|
|
* | fix breakage in TCL_COMPILE_DEBUG build | das | 2007-08-05 | 1 | -9/+11 |
|
|
* | Abstracted the 'offsetof' to a TclOffset macro as per Tk_Offset to permit | patthoyts | 2007-08-01 | 1 | -2/+2 |
|
|
* | VarReform [Patch 1750051] | Miguel Sofer | 2007-07-31 | 1 | -237/+250 |
|
|
* | * generic/tclBasic.c (TEOvI, GetCommandSource): | Miguel Sofer | 2007-07-24 | 1 | -34/+16 |
|
|
* | * generic/tclBasic.c: Removed dead code, including the | dgp | 2007-06-28 | 1 | -237/+1 |
|
|
* | * generic/tclExecute.c: Safety checks to avoid crashes in the | dgp | 2007-06-26 | 1 | -8/+7 |
|
|
* | * generic/tclExecute.c: Revised TclStackRealloc() signature to better | dgp | 2007-06-22 | 1 | -6/+23 |
|
|
* | * generic/tclBasic.c (TEOvI): Made sure that leave | Miguel Sofer | 2007-06-21 | 1 | -4/+16 |
|
|
* | * generic/tclInt.decls: Revised the interfaces of the routines | dgp | 2007-06-20 | 1 | -10/+29 |
|
|
* | improve comments on Tcl stack management | Miguel Sofer | 2007-06-19 | 1 | -1/+12 |
|
|
* | adding comments to GrowEvaluationStack | Miguel Sofer | 2007-06-19 | 1 | -1/+13 |
|
|