| Commit message (Expand) | Author | Age | Files | Lines |
* | * generic/tclCmdAH.c (Tcl_CatchObjCmd, Tcl_ErrorObjCmd): | dgp | 2004-10-21 | 1 | -217/+1 |
|
|
* | * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp): | dgp | 2004-10-18 | 1 | -32/+22 |
|
|
* | * generic/tclCmdMZ.c (TclProcessReturn): Now that primary | dgp | 2004-10-15 | 1 | -30/+29 |
|
|
* | * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp, | dgp | 2004-10-15 | 1 | -3/+2 |
|
|
* | Convert Tcl_GetString to TclGetString for minor speed increase | dkf | 2004-10-06 | 1 | -17/+17 |
|
|
* | Simplify [switch] implementation. | dkf | 2004-10-06 | 1 | -133/+140 |
|
|
* | * generic/tclBasic.c: | dgp | 2004-10-06 | 1 | -64/+60 |
|
|
* | * generic/tclBasic.c (Tcl_AddObjErrorInfo): More re-organization | dgp | 2004-09-30 | 1 | -1/+3 |
|
|
* | * generic/tclCmdMZ.c (TclProcessReturn): Support the -errorline | dgp | 2004-09-22 | 1 | -1/+8 |
|
|
* | * generic/tclBasic.c (Tcl_AddObjErrorInfo, Tcl_LogCommandInfo): | dgp | 2004-09-17 | 1 | -4/+2 |
|
|
* | Fix a crash caused by sharing in [string map]. [Bug 1018562] | dkf | 2004-08-30 | 1 | -5/+22 |
|
|
* | * generic.tclCmdMZ.c (TclMergeReturnOptions): Simplified logic and | dgp | 2004-07-07 | 1 | -15/+22 |
|
|
* | TIP#188 implementation. Thanks to KBK! [Patch 940915] | dkf | 2004-06-30 | 1 | -8/+54 |
|
|
* | Made compiling with -Wstrict-prototypes -Wmissing-prototypes much cleaner. | dkf | 2004-05-27 | 1 | -7/+11 |
|
|
* | Patch 922727 committed. Implements three changes: | dgp | 2004-04-06 | 1 | -2/+1 |
|
|
* | * generic/tclCmdMZ.c (Tcl_SwitchObjCmd): Silence compiler warnings. | dgp | 2004-01-13 | 1 | -3/+3 |
|
|
* | Patch 876451: restores performance of [return]. Also allows forms | dgp | 2004-01-13 | 1 | -64/+154 |
|
|
* | All uses of 'panic' (the macro) changed | davygrvy | 2003-12-24 | 1 | -3/+3 |
|
|
* | TIP#75 Implementation | dkf | 2003-12-14 | 1 | -19/+172 |
|
|
* | regsub fix | vincentdarley | 2003-10-14 | 1 | -2/+13 |
|
|
* | * generic/tclBasic.c (TclAppendObjToErrorInfo): New internal routine | dgp | 2003-10-14 | 1 | -6/+12 |
|
|
* | * doc/FileSystem.3: Implementation of | dgp | 2003-09-05 | 1 | -5/+19 |
|
|
* | [string map] now can take dictionaries for maps but the condition for doing so | dkf | 2003-07-04 | 1 | -18/+60 |
|
|
* | Factored out the trace code - it's big enough to be its own maintenance area | dkf | 2003-06-25 | 1 | -1947/+1 |
|
|
* | regsub empty string fixes, and windows build | vincentdarley | 2003-06-17 | 1 | -6/+16 |
|
|
* | * generic/tclCmdMZ.c (Tcl_StringObjCmd): prevent string repeat | hobbs | 2003-05-10 | 1 | -1/+10 |
|
|
* | The array of strings passed to Tcl_GetIndexFromObj must be NULL terminated. | dkf | 2003-05-09 | 1 | -2/+2 |
|
|
* | Made error message for [trace info] more consistent with documentation. | dkf | 2003-05-07 | 1 | -3/+25 |
|
|
* | * generic/tclBasic.c: Implementation of TIP 90, which | dgp | 2003-05-05 | 1 | -65/+153 |
|
|
* | * generic/tclCmdMZ.c (Tcl_StringObjCmd,STR_IS_INT): Corrected | dgp | 2003-04-11 | 1 | -10/+8 |
|
|
* | fix 5 small filesystem bugs, and some typos | vincentdarley | 2003-04-11 | 1 | -2/+2 |
|
|
* | * generic/tclCmdMZ.c (TraceExecutionProc): Added missing | dgp | 2003-04-07 | 1 | -2/+4 |
|
|
* | * generic/tclBasic.c (Tcl_EvalTokensStandard): | dgp | 2003-03-13 | 1 | -154/+1 |
|
|
* | * generic/tclCmdMZ.c (TraceCommandProc): Fix mem leak when | hobbs | 2003-02-27 | 1 | -1/+6 |
|
|
* | * generic/tclExecute.c (TclExecuteByteCode INST_STR_MATCH): | hobbs | 2003-02-18 | 1 | -5/+6 |
|
|
* | execution trace, command trace and stringObj bug fixes | vincentdarley | 2003-01-17 | 1 | -70/+161 |
|
|
* | 3 small fixes | vincentdarley | 2002-11-13 | 1 | -5/+16 |
|
|
* | * tests/split.test: added 1-char string split tests | hobbs | 2002-11-12 | 1 | -15/+52 |
|
|
* | execution trace fix | vincentdarley | 2002-10-15 | 1 | -7/+34 |
|
|
* | * generic/tclBasic.c: | Miguel Sofer | 2002-08-22 | 1 | -10/+19 |
|
|
* | * generic/tclCmdMZ.c: fixing UMR in delete traces, [Bug 589863]. | Miguel Sofer | 2002-08-12 | 1 | -1/+3 |
|
|
* | * doc/CmdCmplt.3: Applied Patch 585105 to fully CONST-ify | dgp | 2002-08-05 | 1 | -8/+8 |
|
|
* | * generic/tclCmdMZ.c (Tcl_RegexpObjCmd): get the resultPtr again | hobbs | 2002-06-19 | 1 | -1/+4 |
|
|
* | * doc/CrtTrace.3: Added TIP#62 implementation of command | hobbs | 2002-06-17 | 1 | -22/+753 |
|
|
* | TIP#102 implementation: 'trace list' becomes 'trace info' | dkf | 2002-06-14 | 1 | -15/+15 |
|
|
* | * generic/tclExecute.c (TclExecuteByteCode INST_STR_CMP): | hobbs | 2002-05-30 | 1 | -9/+7 |
|
|
* | Made Tcl_UniCharNcmp faster on big-endian machines; the system memcmp()is | dkf | 2002-05-29 | 1 | -2/+2 |
|
|
* | * generic/tclInt.decls: | hobbs | 2002-05-29 | 1 | -106/+62 |
|
|
* | Partial resolution of Bug #536831; the comment is a bit clearer! | dkf | 2002-04-18 | 1 | -2/+10 |
|
|
* | * Corrected [subst] so that return codes | dgp | 2002-04-05 | 1 | -3/+9 |
|
|