| Commit message (Expand) | Author | Age | Files | Lines |
* | * generic/tclCmdMZ.c (Tcl_SwitchObjCmd): [Bug 3106532]: Corrected | dkf | 2012-05-17 | 1 | -2/+6 |
|\ |
|
| * | * generic/tclCmdMZ.c (Tcl_SwitchObjCmd): [Bug 3106532]: Corrected | dkf | 2012-05-17 | 1 | -2/+6 |
|
|
| * | make some more internal tables const | jan.nijtmans | 2012-04-18 | 1 | -22/+22 |
| |\ |
|
| * \ | some formatting (*.decls) | jan.nijtmans | 2012-04-04 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | 3484621 Invalidate bytecode when exec traces are added/removed from compiled ... | dgp | 2012-02-06 | 1 | -1/+20 |
|
|
* | | | faster memleak-free implementation of [string is entier] | jan.nijtmans | 2012-03-29 | 1 | -4/+42 |
|\ \ \ |
|
| * | | | alternative TIP 395 implementation:tip_395_with_alt_name | jan.nijtmans | 2012-01-26 | 1 | -2/+47 |
|
|
* | | | | Implementation of TIP #395 | dkf | 2012-03-27 | 1 | -10/+18 |
|/ / / |
|
* | | | Simplify the logic of setting the TCL_REG_NOTBOL flag. | dgp | 2012-01-23 | 1 | -2/+5 |
|\ \ \
| |/ / |
|
| * | | Simplify the logic of setting the TCL_REG_NOTBOL flag. | dgp | 2012-01-23 | 1 | -2/+5 |
|
|
* | | | Prevent buffer read overflow. Thanks to "sebres" for the report and fix | jan.nijtmans | 2012-01-21 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Prevent buffer read overflow. Thanks to "sebres" for the report and fix. | jan.nijtmans | 2012-01-21 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | 3475667 Prevent buffer read overflow. Thanks to "sebres" for the report and fix. | dgp | 2012-01-19 | 1 | -1/+1 |
|
|
| | * | * generic/tclBasic.c: More replacements of Tcl_UtfBackslash() calls | dgp | 2011-03-06 | 1 | -1/+1 |
|
|
* | | | 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 |
|
|