| Commit message (Expand) | Author | Age | Files | Lines |
* | * generic/tclBasic.c: remove unneeded call in Tcl_CreateInterp, | Miguel Sofer | 2007-11-28 | 1 | -8/+6 |
|
|
* | * generic/tclBasic.c: | Miguel Sofer | 2007-11-26 | 1 | -1/+8 |
|
|
* | Remove #ifdef out accidentally left in | dkf | 2007-11-23 | 1 | -4/+1 |
|
|
* | Turn the [string] command into a real compiled ensemble. | dkf | 2007-11-23 | 1 | -5/+12 |
|
|
* | Rebuild [dict] as a full compiled ensemble. | dkf | 2007-11-22 | 1 | -2/+2 |
|
|
* | RE: [Patch 1830184] TclResetResult | Miguel Sofer | 2007-11-12 | 1 | -3/+2 |
|
|
* | * generic/tclBasic.c: New macro TclResetResult, new iPtr flag | Miguel Sofer | 2007-11-12 | 1 | -2/+3 |
|
|
* | [Patch 1830038]: Increased usage of macros to detect and take advantage of ob... | Miguel Sofer | 2007-11-11 | 1 | -12/+12 |
|
|
* | * generic/tclBasic.c: fix stack check failure case if stack grows up. | das | 2007-11-11 | 1 | -2/+2 |
|
|
* | * generic/tclBasic.c: fix stack check failure case if stack grows up. | das | 2007-11-11 | 1 | -2/+2 |
|
|
* | * generic/tclBasic.c: | Miguel Sofer | 2007-11-10 | 1 | -8/+19 |
|
|
* | Improved failure comments for stack checks (mistachkin). | Miguel Sofer | 2007-11-10 | 1 | -10/+15 |
|
|
* | * generic/tclBasic.c: | Miguel Sofer | 2007-11-10 | 1 | -18/+9 |
|
|
* | * generic/tclBasic.c: | Miguel Sofer | 2007-11-10 | 1 | -24/+20 |
|
|
* | fix typos, formatting and non-unix breakage (due to undefined stackGrowsDown) | das | 2007-11-10 | 1 | -6/+7 |
|
|
* | * generic/tclAsync.c: | Miguel Sofer | 2007-11-09 | 1 | -4/+49 |
|
|
* | Add a new command, ::tcl::unsupported::disassemble | dkf | 2007-09-25 | 1 | -5/+12 |
|
|
* | Only invalidate the namespace path once on command creation. [1519940] | dkf | 2007-09-14 | 1 | -2/+1 |
|
|
* | * generic/tclDTrace.d (new file): add DTrace provider for Tcl; allows | das | 2007-09-13 | 1 | -1/+141 |
|
|
* | * generic/tclBasic.c: Removed support for the unmaintained | dgp | 2007-09-05 | 1 | -8/+1 |
|
|
* | * generic/tclBasic.c: Used unions to better clarify overloading of | dgp | 2007-08-28 | 1 | -27/+54 |
|
|
* | * generic/tclBasic.c: Use fully qualified variable names for | dgp | 2007-08-14 | 1 | -3/+3 |
|
|
* | VarReform [Patch 1750051] | Miguel Sofer | 2007-07-31 | 1 | -1/+14 |
|
|
* | * generic/tclBasic.c (TEOvI, GetCommandSource): | Miguel Sofer | 2007-07-24 | 1 | -3/+52 |
|
|
* | * generic/tclBasic.c (TclEvalEx): fix warnings. | das | 2007-06-29 | 1 | -6/+5 |
|
|
* | unsigned int type matching | dgp | 2007-06-28 | 1 | -4/+4 |
|
|
* | * generic/tclBasic.c: Removed dead code, including the | dgp | 2007-06-28 | 1 | -167/+9 |
|
|
* | Silence constness warnings for TclStackFree when building with msvc. | patthoyts | 2007-06-28 | 1 | -4/+4 |
|
|
* | * generic/tclBasic.c (TclEvalEx): Moved some arrays from the | dgp | 2007-06-26 | 1 | -24/+35 |
|
|
* | fix warnings | das | 2007-06-23 | 1 | -3/+4 |
|
|
* | * generic/tclBasic.c: Move most instances of the Tcl_Parse struct | dgp | 2007-06-21 | 1 | -28/+27 |
|
|
* | * generic/tclBasic.c (TEOvI): Made sure that leave | Miguel Sofer | 2007-06-21 | 1 | -93/+101 |
|
|
* | * generic/tclInt.decls: Revised the interfaces of the routines | dgp | 2007-06-20 | 1 | -7/+7 |
|
|
* | * generic/tclBasic.c (TclEvalEx,TclEvalObjEx): Moved the CmdFrame off | dgp | 2007-06-18 | 1 | -29/+34 |
|
|
* | * generic/tclBasic.c (TclEvalEx): Moved the CmdFrame off the C ... | dgp | 2007-06-18 | 1 | -32/+33 |
|
|
* | * generic/tclCompile.c: reverted TclEvalObjvInternal and | Miguel Sofer | 2007-06-15 | 1 | -231/+53 |
|
|
* | Convert [info] into an ensemble command. | dkf | 2007-06-12 | 1 | -4/+6 |
|
|
* | * generic/tclBasic.c: Further TEOvI split, creating a new | Miguel Sofer | 2007-06-10 | 1 | -60/+76 |
|
|
* | fix Tcl_Panic error message typo [Bug 1712602] | hobbs | 2007-06-10 | 1 | -2/+2 |
|
|
* | * generic/tclBasic.c: Split TEOv in two, by separating a | Miguel Sofer | 2007-06-09 | 1 | -107/+249 |
|
|
* | * generic/tclBasic.c: Added interp flag value ERR_LEGACY_COPY to | dgp | 2007-06-05 | 1 | -1/+2 |
|
|
* | * generic/tclBasic.c: Removed code that dealt with | dgp | 2007-05-30 | 1 | -44/+4 |
|
|
* | Whitespace policing, replacing commas in varargs with constant string catenat... | Kevin B Kenny | 2007-04-20 | 1 | -4/+4 |
|
|
* | Handle creation of Tcl_Objs from constant strings better (easier to use, more | dkf | 2007-04-10 | 1 | -7/+8 |
|
|
* | added comments | Miguel Sofer | 2007-04-04 | 1 | -1/+5 |
|
|
* | * generic/tclBasic.c: Added bytecode compilers for the | Miguel Sofer | 2007-04-03 | 1 | -5/+5 |
|
|
* | * generic/tclBasic.c: Replace arrays on the C stack and ckalloc | dgp | 2007-04-02 | 1 | -57/+11 |
|
|
* | * generic/tclBasic.c (DeleteInterpProc): pop the root frame | Miguel Sofer | 2007-03-23 | 1 | -3/+4 |
|
|
* | * generic/tclBasic.c (Tcl_CreateMathFunc): Replaced some | dgp | 2007-03-19 | 1 | -3/+2 |
|
|
* | Stop using C++ keywords... | dkf | 2007-02-27 | 1 | -25/+25 |
|
|