| Commit message (Expand) | Author | Age | Files | Lines |
* | Revised TclFindElement() interface. | dgp | 2011-05-02 | 1 | -2/+2 |
|\ |
|
| * | Revised TclFindElement() interface. | dgp | 2011-05-02 | 1 | -2/+2 |
|
|
* | | New utility routines: TclIsSpaceProc() and TclCountSpaceRuns() | dgp | 2011-04-28 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | New utility routines: TclIsSpaceProc() and TclCountSpaceRuns() | dgp | 2011-04-28 | 1 | -1/+1 |
|
|
* | | TclFreeIntRep() cleanup. | dgp | 2011-04-27 | 1 | -2/+0 |
|
|
* | | [Bug 3285375]: Rewrite Tcl_Concat*() and [string trim*]. | dgp | 2011-04-13 | 1 | -113/+14 |
|\ \
| |/ |
|
| * | [Bug 3285375]: Rewrite Tcl_Concat*() and [string trim*]. | dgp | 2011-04-13 | 1 | -113/+14 |
|
|
* | | More generation of errorCode information, notably when lists are mis-parsed. | dkf | 2011-03-29 | 1 | -0/+42 |
|
|
* | | Use the error messages generated by the variable management code rather than | dkf | 2011-03-28 | 1 | -9/+4 |
|
|
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -3/+3 |
|
|
* | | MINOR: Formatting fixes, mainly to comments, so code better fits the style in | dkf | 2011-03-10 | 1 | -1/+2 |
|
|
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ |
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| | * | [Bug 3127687] Triggers FORTIFY_SOURCE buffer overflow detection | nijtmans | 2010-12-05 | 1 | -4/+4 |
|
|
| | * | Fixed object leak | vasiljevic | 2010-04-06 | 1 | -3/+2 |
|
|
| | * | * generic/tclCmdMZ.c (Tcl_SubstObj): Pass 'length' values to | dgp | 2009-09-18 | 1 | -3/+3 |
|
|
| | * | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard, | andreas_kupries | 2009-08-25 | 1 | -17/+28 |
|
|
| | * | * generic/tclCmdMZ.c: Corrected broken trace reversal logic in | dgp | 2007-06-27 | 1 | -4/+4 |
|
|
| | * | [Tcl Bug 1706140] | dgp | 2007-05-10 | 1 | -4/+4 |
|
|
| | * | * generic/tclBasic.c: TIP #280 implementation, conditional on the define TCL... | andreas_kupries | 2006-11-28 | 1 | -2/+135 |
|
|
| | * | * generic/tclCmdMZ.c: Stop some interference between enter traces | dgp | 2006-04-11 | 1 | -5/+10 |
|
|
| | * | * generic/tclBasic.c (Tcl_DeleteCommandFromToken): | Miguel Sofer | 2005-11-18 | 1 | -1/+10 |
|
|
| | * | Fix [Bug 1348775] using Miguel's patch | dkf | 2005-11-08 | 1 | -17/+44 |
|
|
| | * | * generic/tclCmdMZ.c (TclCheckExecutionTraces): Corrected mistaken | dgp | 2005-11-01 | 1 | -14/+16 |
|
|
| | * | * generic/tclCmdMZ.c (TraceVarProc): [Bug 1337229], partial | Miguel Sofer | 2005-10-29 | 1 | -4/+6 |
|
|
| | * | * generic/tclBasic.c: | Miguel Sofer | 2005-10-23 | 1 | -6/+13 |
|
|
| | * | * generic/tclBasic.c: Made the walk of the active trace list aware | dgp | 2005-06-21 | 1 | -4/+16 |
|
|
| | * | * generic/tclCmdMZ.c (Tcl_TimeObjCmd): add necessary cast | hobbs | 2005-05-25 | 1 | -2/+3 |
|
|
| | * | * generic/tclCmdMZ.c (Tcl_TimeObjCmd): change [time] called with a | das | 2005-05-24 | 1 | -6/+11 |
|
|
| | * | * tests/string.test: string-10.[21-30] | hobbs | 2005-05-11 | 1 | -2/+5 |
|
|
| | * | * generic/tclCmdMZ.c: Corrected intrep-dependence of | dgp | 2005-04-22 | 1 | -9/+3 |
|
|
| | * | * generic/tclBasic.c (Tcl_EvalEx,TclEvalTokensStandard): | dgp | 2005-03-18 | 1 | -2/+8 |
|
|
| | * | * generic/tclCmdMZ.c (TclCheckInterpTraces): Corrected mistaken | dgp | 2005-03-10 | 1 | -12/+11 |
|
|
| | * | * generic/tclCmdMZ.c (Tcl_TraceObjCmd): Fixed Bug 1065378 which failed | dgp | 2004-11-15 | 1 | -87/+36 |
|
|
| | * | Fix crash in [string map] when objects are shared. [Bug 1018562] | dkf | 2004-08-30 | 1 | -5/+21 |
|
|
| | * | * 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 |
|
|