| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleaning up of the namespace guts. | dkf | 2004-11-01 | 1 | -551/+546 |
|
|
* | Cleaning up; mostly whitespace and comment fixes. | dkf | 2004-11-01 | 1 | -242/+236 |
|
|
* | Improved comments on selected flags in tcl.h | dkf | 2004-11-01 | 1 | -3/+13 |
|
|
* | Make [info globals ::foo] work. [Bug 1057461] | dkf | 2004-10-31 | 1 | -1/+9 |
|
|
* | replaced WIN32 with __WIN32__ [Bug 1054357] (Gravereaux) | Kevin B Kenny | 2004-10-30 | 1 | -2/+2 |
|
|
* | Allow ensembles to rewrite their subcommands' error messages to be more | dkf | 2004-10-29 | 8 | -121/+263 |
|
|
* | fix for execution stack corruption [Bug 1055676]. Credit dgp for detective | Miguel Sofer | 2004-10-28 | 1 | -1/+3 |
|
|
* | * generic/tcl.h: Removed the file level 'extern "C" {' and the | davygrvy | 2004-10-27 | 1 | -17/+1 |
|
|
* | * generic/tclInt.decls: The following 9 functions were moved from | davygrvy | 2004-10-27 | 4 | -21/+145 |
|
|
* | * generic/tclParse.c (Tcl_SubstObj): Fix for failed subst-12.3 test. | dgp | 2004-10-26 | 1 | -2/+2 |
|
|
* | * generic/tclPipe.c (TclCleanupChildren): bad cast of resolvedPid caused | davygrvy | 2004-10-26 | 1 | -3/+3 |
|
|
* | removed more direct references to the VAR flags, replaced with access | Miguel Sofer | 2004-10-26 | 2 | -11/+16 |
|
|
* | * generic/tclExecute.c (IllegalExprOperandType,TclExecuteByteCode): | dgp | 2004-10-25 | 2 | -41/+7 |
|
|
* | * library/auto.tcl Purged Tcl's script library of all | dgp | 2004-10-25 | 2 | -12/+15 |
|
|
* | defined new macros to get/set the flags of variables. | Miguel Sofer | 2004-10-25 | 4 | -35/+55 |
|
|
* | * generic/tclBasic.c (Tcl_LogCommandInfo,Tcl_AddObjErrorInfo): | dgp | 2004-10-24 | 3 | -78/+38 |
|
|
* | Make ensembles report shorter error traces that conceal more of how the | dkf | 2004-10-22 | 1 | -2/+3 |
|
|
* | Whitespace police | dkf | 2004-10-22 | 1 | -25/+25 |
|
|
* | Standardize way of calling object freeIntRepProcs... | dkf | 2004-10-22 | 2 | -18/+18 |
|
|
* | * generic/tclVar.c: fixed bug in commit of 2004-07-23, which was | Miguel Sofer | 2004-10-22 | 1 | -4/+1 |
|
|
* | * generic/tclInt.h (Interp): | dgp | 2004-10-21 | 3 | -55/+114 |
|
|
* | * generic/tclCmdAH.c (Tcl_CatchObjCmd, Tcl_ErrorObjCmd): | dgp | 2004-10-21 | 5 | -280/+372 |
|
|
* | doubled speed of clock format | Kevin B Kenny | 2004-10-21 | 3 | -3/+55 |
|
|
* | * generic/tclThreadTest.c (ThreadEventProc): Corrected subtle | dgp | 2004-10-20 | 1 | -2/+2 |
|
|
* | Stop losing result codes in [dict with] in some circumstances | dkf | 2004-10-19 | 1 | -3/+2 |
|
|
* | * generic/tclInt.h (Tcl*InterpState): New internal routines | dgp | 2004-10-19 | 8 | -150/+227 |
|
|
* | * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp): | dgp | 2004-10-18 | 7 | -142/+108 |
|
|
* | generic/tclResult.c: removed unused variable [Bug 1048588]. | Miguel Sofer | 2004-10-17 | 1 | -2/+1 |
|
|
* | * generic/tclCmdMZ.c (TclProcessReturn): Now that primary | dgp | 2004-10-15 | 2 | -45/+30 |
|
|
* | Remove unused variable | dgp | 2004-10-15 | 1 | -2/+1 |
|
|
* | * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp, | dgp | 2004-10-15 | 13 | -281/+339 |
|
|
* | TIP#217 implementation | dkf | 2004-10-14 | 1 | -12/+32 |
|
|
* | Speed up [info <thing> <simplePattern>] | dkf | 2004-10-14 | 5 | -51/+214 |
|
|
* | Fix comments... | dkf | 2004-10-11 | 1 | -3/+3 |
|
|
* | Fix things so we can pass our own test suite for TIP#212... | dkf | 2004-10-08 | 1 | -3/+3 |
|
|
* | Core of implementation of TIP#201 ('in' and 'ni' operators) | dkf | 2004-10-08 | 5 | -11/+114 |
|
|
* | Core of implementation of TIP#212 | dkf | 2004-10-08 | 1 | -60/+379 |
|
|
* | * generic/tclTest.c (TestsetobjerrorcodeCmd): Simplified. | dgp | 2004-10-07 | 1 | -11/+2 |
|
|
* | filesystem generic/platform code splitting | vincentdarley | 2004-10-07 | 4 | -261/+40 |
|
|
* | remove unused var | dgp | 2004-10-07 | 1 | -2/+2 |
|
|
* | Simplify the guts of [glob]; maybe mortals can comprehend it now? | dkf | 2004-10-06 | 2 | -309/+310 |
|
|
* | Simplify LoadTableEncoding | dkf | 2004-10-06 | 1 | -21/+10 |
|
|
* | Formatting fixes. | dkf | 2004-10-06 | 1 | -8/+8 |
|
|
* | * generic/tclBasic.c: | dgp | 2004-10-06 | 11 | -159/+130 |
|
|
* | Silence compiler warning... | dkf | 2004-10-06 | 1 | -1/+2 |
|
|
* | * generic/tclBasic.c: | dgp | 2004-10-06 | 6 | -104/+79 |
|
|
* | Braces round if bodies... | dkf | 2004-10-06 | 2 | -7/+8 |
|
|
* | Style guide fixes | dkf | 2004-10-06 | 1 | -24/+20 |
|
|
* | Style fixes (spaces, braces, etc.) | dkf | 2004-10-06 | 1 | -466/+463 |
|
|
* | Add braces round if body... | dkf | 2004-10-06 | 1 | -2/+4 |
|
|