| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | * generic/tclCmdMZ.c (TclCheckInterpTraces): The TIP 62 | dgp | 2004-03-01 | 1 | -2/+2 |
|
|
| | * | * generic/tclCmdMZ.c (TclTraceExecutionObjCmd) | hobbs | 2004-02-17 | 1 | -6/+4 |
|
|
| | * | regsub fix | vincentdarley | 2003-10-14 | 1 | -2/+13 |
|
|
| | * | * generic/tclBasic.c: Fixed error in ref count management of command | dgp | 2003-10-03 | 1 | -16/+65 |
|
|
| | * | * generic/tclCmdMZ.c (): Fixed [Bug 807243] where | dgp | 2003-09-24 | 1 | -1/+17 |
|
|
| | * | Removed trivially-unreachable line [Bug 771939] | dkf | 2003-07-16 | 1 | -2/+1 |
|
|
| | * | backport of regsub empty string fixes | vincentdarley | 2003-06-17 | 1 | -6/+16 |
|
|
| | * | * generic/tclCmdMZ.c (Tcl_StringObjCmd): prevent string repeat | hobbs | 2003-05-10 | 1 | -1/+10 |
|
|
| | * | * generic/tclCmdMZ.c (Tcl_StringObjCmd,STR_IS_INT): Corrected | dgp | 2003-04-11 | 1 | -10/+8 |
|
|
| | * | * generic/tclCmdMZ.c (TraceExecutionProc): Added missing | dgp | 2003-04-07 | 1 | -2/+4 |
|
|
| | * | * generic/tclCmdMZ.c (Tcl_SubstObj): Corrected and added test for | dgp | 2003-03-12 | 1 | -15/+16 |
|
|
| * | | * generic/tclCmdMZ.c (Tcl_RegexpObjCmd): [Bug 2826551, Patch 2948425]: | dkf | 2010-08-12 | 1 | -19/+27 |
|
|
| * | | Reverted previous checin as Tcl_ObjSetVar2 (convoluted and undocumented) | vasiljevic | 2010-04-06 | 1 | -2/+1 |
|
|
| * | | Fixed object leak | vasiljevic | 2010-04-06 | 1 | -1/+2 |
|
|
| * | | Only look for the needle when it fits in the haystack. [Bug 2960021] | dkf | 2010-02-27 | 1 | -3/+13 |
|
|
| * | | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard, | andreas_kupries | 2009-08-25 | 1 | -7/+19 |
|
|
| * | | Performance boost for [string is]. | dkf | 2009-07-20 | 1 | -37/+68 |
|
|
| * | | * generic/tclCmdMZ.c: Improve overflow error message from | dgp | 2009-05-06 | 1 | -2/+2 |
|
|
| * | | * generic/tclCmdMZ.c: Prevent crashes due to int overflow of the | dgp | 2009-02-04 | 1 | -11/+14 |
|
|
| * | | remove outdated commentary | dgp | 2008-09-18 | 1 | -5/+3 |
|
|
* | | | Fix gcc -Wextra warning: missing initializer | nijtmans | 2010-12-10 | 1 | -24/+24 |
|
|
* | | | * generic/tclCmdMZ.c (TryPostBody): Ensure that errors when setting | dkf | 2010-11-03 | 1 | -1/+3 |
|
|
* | | | * generic/tclBasic.c: New implementation for [tailcall]: | Miguel Sofer | 2010-08-30 | 1 | -4/+2 |
|
|
* | | | * generic/tclCmdAH.c (TclNRTryObjCmd): block tailcalling out of | Miguel Sofer | 2010-08-18 | 1 | -2/+4 |
|
|
* | | | Undo | dkf | 2010-04-06 | 1 | -2/+1 |
|
|
* | | | * generic/tclCmdMZ.c (Tcl_RegexpObjCmd): Plug leak of object when | dkf | 2010-04-06 | 1 | -1/+2 |
|
|
* | | | [Freq 2974744] share exception codes (ObjType?) | nijtmans | 2010-03-27 | 1 | -13/+2 |
|
|
* | | | * generic/tclCmdMZ.c (TryPostBody, TryPostHandler): Make sure that the | dkf | 2010-03-24 | 1 | -5/+31 |
|
|
* | | | * generic/tclCmdMZ.c: [Bug 2973361] Revised fix for computing | dgp | 2010-03-23 | 1 | -24/+29 |
|
|
* | | | Make error message in "try" implementation | nijtmans | 2010-03-23 | 1 | -8/+10 |
|
|
* | | | * generic/tclCmdMZ.c: [Bug 2973361]: Compute the correct integer | dgp | 2010-03-22 | 1 | -6/+11 |
|
|
* | | | Quell a warning in Kevin Kenny's build environment | dkf | 2010-03-05 | 1 | -2/+3 |
|
|
* | | | Code Audit results: | dkf | 2010-03-05 | 1 | -4/+4 |
|
|
* | | | Use a less hacky way of using a char as a hash key | dkf | 2010-03-02 | 1 | -3/+3 |
|
|
* | | | Only look for the needle when it fits in the haystack. [Bug 2960021] | dkf | 2010-02-27 | 1 | -3/+13 |
|
|
* | | | More tidying up (whitespace, spelling, useless parentheses, useless casts) | dkf | 2010-02-24 | 1 | -18/+15 |
|
|
* | | | Remove unnecessary EXTERN's, which already | nijtmans | 2010-02-22 | 1 | -2/+2 |
|
|
* | | | Tcl Bug 2826551 regexp bugs related to -all -line and -start and newlines | dkf | 2010-02-11 | 1 | -20/+29 |
|
|
* | | | CONST -> const | nijtmans | 2009-12-25 | 1 | -3/+3 |
|
|
* | | | Plug memory leak. [Bug 2910044] | dkf | 2009-12-07 | 1 | -1/+9 |
|
|
* | | | Eliminate various gcc warnings (in -Wextra mode) | nijtmans | 2009-11-18 | 1 | -25/+25 |
|
|
* | | | * generic/tclCmdMZ.c: Replaced TclProcessReturn() calls with | dgp | 2009-09-28 | 1 | -17/+9 |
|
|
* | | | TIP #356 IMPLEMENTATION | dgp | 2009-09-24 | 1 | -2/+2 |
|
|
* | | | * generic/tclBasic.c: Completed the NR-enabling of [subst]. | dgp | 2009-09-11 | 1 | -10/+12 |
|
|
* | | | * generic/tclCompCmds.c (TclCompileSubstCmd): Added a bytecode | dgp | 2009-09-04 | 1 | -21/+29 |
|
|
* | | | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard, | andreas_kupries | 2009-08-25 | 1 | -7/+20 |
|
|
* | | | Small tweaks | dkf | 2009-08-20 | 1 | -43/+39 |
|
|
* | | | Formatting corrections | dkf | 2009-08-19 | 1 | -6/+5 |
|
|
* | | | Performance boost for [string is]. | dkf | 2009-07-20 | 1 | -36/+67 |
|
|
* | | | fix 64bit int <-> ptr cast warnings | das | 2009-07-14 | 1 | -5/+5 |
|
|