| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | * generic/tclBasic.c: Use new interface in Tcl_EvalObjEx so that | dgp | 2007-02-24 | 1 | -29/+10 |
|
|
* | various "const" additions, in line with TIP #27 | nijtmans | 2007-02-20 | 1 | -101/+101 |
|
|
* | Reapplied the Engineering Manual-ification, but this time without the (small)
| dkf | 2006-12-14 | 1 | -295/+311 |
|
|
* | Revert the commits that broke the HEAD. | dgp | 2006-12-13 | 1 | -307/+293 |
|
|
* | Silly mistake corrected | dkf | 2006-12-13 | 1 | -3/+3 |
|
|
* | Cleanup to follow engineering manual guidelines | dkf | 2006-12-13 | 1 | -293/+307 |
|
|
* | * generic/tclBasic.c: Final step routing all direct evaluation forms | dgp | 2006-12-12 | 1 | -25/+25 |
|
|
* | * generic/tclBasic.c: Another step with all sorting operator commands | dgp | 2006-12-11 | 1 | -7/+7 |
|
|
* | * generic/tclBasic.c: Another step down the path of re-using | dgp | 2006-12-08 | 1 | -32/+57 |
|
|
* | Handle the export of the commands from tcl::mathop more efficiently | dkf | 2006-12-07 | 1 | -3/+3 |
|
|
* | * generic/tclBasic.c: Biggest source of TIP 174 failures was that | dgp | 2006-12-07 | 1 | -28/+33 |
|
|
* | * generic/tclBasic.c: TIP #291. Define tcl_platform element for | andreas_kupries | 2006-12-05 | 1 | -1/+5 |
|
|
* | TIP#299 IMPLEMENTATION | Kevin B Kenny | 2006-12-01 | 1 | -1/+119 |
|
|
* | TIP#287 IMPLEMENTATION | dgp | 2006-12-01 | 1 | -1/+5 |
|
|
* | * generic/tclBasic.c (Tcl_AppendObjToErrorInfo): Added | dgp | 2006-11-29 | 1 | -1/+2 |
|
|
* | * generic/tclBasic.c: TIP #280 implementation. | andreas_kupries | 2006-11-28 | 1 | -24/+463 |
|
|