| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
|
|
* | Minor style guide issues (e.g. making sure all 'if' bodies have braces | dkf | 2004-10-06 | 1 | -83/+100 |
|
|
* | More mnemonic variable names, better brace usage. | dkf | 2004-10-06 | 1 | -143/+151 |
|
|
* | Style improvements and more macro use. | dkf | 2004-10-06 | 1 | -203/+361 |
|
|
* | Remove useless panic-ing implementations of methods in tclProcBodyType | dkf | 2004-10-06 | 1 | -97/+30 |
|
|
* | Style fixes and Tcl_GetString -> TclGetString | dkf | 2004-10-06 | 1 | -81/+79 |
|
|
* | Tcl_GetString -> TclGetString | dkf | 2004-10-06 | 1 | -11/+11 |
|
|
* | Convert Tcl_GetString to TclGetString for minor speed increase | dkf | 2004-10-06 | 1 | -17/+17 |
|
|
* | Convert to using the TclGetString macro; slightly faster... | dkf | 2004-10-06 | 1 | -27/+27 |
|
|
* | Convert string to stringPtr | dkf | 2004-10-06 | 1 | -12/+12 |
|
|