| Commit message (Expand) | Author | Age | Files | Lines |
* | 3371644 Repair failure to properly handle (length == -1) in TclConvertElement(). | dgp | 2011-07-19 | 1 | -3/+1 |
|\ |
|
| * | 3371644 Repair failure to properly handle (length == -1) in TclConvertElement(). | dgp | 2011-07-19 | 1 | -1/+1 |
|
|
* | | Fix [bug 3371644] -- crash on Tcl_ConvertElement with leading pound. | ferrieux | 2011-07-19 | 1 | -1/+3 |
|
|
* | | Revised fix for bug 3309871 | dgp | 2011-06-01 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Revised fix for bug 3309871 | dgp | 2011-06-01 | 1 | -2/+2 |
|
|
* | | fix for [Bug 3309871]: Valgrind finds: invalid read in TclMaxListLength() | jan.nijtmans | 2011-06-01 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | fix for [Bug 3309871]: Valgrind finds: invalid read in TclMaxListLength() | jan.nijtmans | 2011-06-01 | 1 | -2/+2 |
|
|
* | | Rewind from a refactoring that veered into the weeds.bug_3293874 | dgp | 2011-05-31 | 1 | -19/+4 |
|\ \ |
|
* | | | First draft of bug fix. | dgp | 2011-05-11 | 1 | -2/+2 |
|/ / |
|
* | | New internal routines TclScanElement() and TclConvertElement(). | dgp | 2011-05-10 | 1 | -227/+722 |
|\ \
| |/ |
|
| * | Completed patch with mucho comments. Merge 8.5.bug_3173086 | dgp | 2011-05-10 | 1 | -321/+744 |
|
|
| * | merge trunk + partial improvements to comments | dgp | 2011-03-07 | 1 | -40/+76 |
|
|
| * | Correct flaw in the rewrite handling [list \\\\\}]. | dgp | 2011-03-03 | 1 | -1/+1 |
|
|
| * | Significant rewrite of the Tcl*(Scan|Convert)*Element() system, and revisions | dgp | 2011-03-03 | 1 | -183/+314 |
|
|
| * | Simplified the logic of the Scan/Convert pair of routines for generating
| dgp | 2011-03-03 | 1 | -21/+5 |
|
|
* | | merge 8.5 | dgp | 2011-05-03 | 1 | -3/+2 |
|\ \ |
|
| * | | Tighten Tcl_SplitList(). | dgp | 2011-05-03 | 1 | -2/+1 |
|
|
| * | | Tighten SetDictFromAny(). | dgp | 2011-05-03 | 1 | -1/+1 |
|
|
* | | | Revised TclFindElement() interface. | dgp | 2011-05-02 | 1 | -10/+30 |
|\ \ \
| |/ / |
|
| * | | Revised TclFindElement() interface. | dgp | 2011-05-02 | 1 | -10/+30 |
|
|
* | | | Replace TclCountSpaceRuns() with TclMaxListLength() which is the function we | dgp | 2011-05-02 | 1 | -9/+30 |
|\ \ \
| |/ / |
|
| * | | Replace TclCountSpaceRuns() with TclMaxListLength() which is the function we | dgp | 2011-05-02 | 1 | -9/+30 |
|
|
* | | | More isspace() callers. | dgp | 2011-04-28 | 1 | -5/+5 |
|\ \ \
| |/ / |
|
| * | | More isspace() callers. | dgp | 2011-04-28 | 1 | -5/+5 |
|
|
* | | | New utility routines: TclIsSpaceProc() and TclCountSpaceRuns() | dgp | 2011-04-28 | 1 | -34/+61 |
|\ \ \
| |/ / |
|
| * | | New utility routines: TclIsSpaceProc() and TclCountSpaceRuns() | dgp | 2011-04-28 | 1 | -34/+61 |
|
|
* | | | Define and use macros that test whether a Tcl list value is canonical. | dgp | 2011-04-18 | 1 | -11/+6 |
|\ \ \
| |/ / |
|
| * | | Define and use macros that test whether a Tcl list value is canonical. | dgp | 2011-04-18 | 1 | -11/+6 |
|
|
* | | | More Tcl_Concat* and TclTrim* improvements. | dgp | 2011-04-14 | 1 | -46/+78 |
|\ \ \
| |/ / |
|
| * | | More Tcl_Concat* and TclTrim* improvements. | dgp | 2011-04-14 | 1 | -47/+79 |
|
|
* | | | [Bug 3285375]: Rewrite Tcl_Concat*() and [string trim*]. | dgp | 2011-04-13 | 1 | -77/+167 |
|\ \ \
| |/ / |
|
| * | | [Bug 3285375]: Rewrite Tcl_Concat*() and [string trim*]. | dgp | 2011-04-13 | 1 | -72/+167 |
|
|
* | | | [3285375]: Make the crash less mysterious through the judicious use of a panic. | dkf | 2011-04-13 | 1 | -0/+5 |
|
|
* | | | More generation of error codes ([format], [after], [trace], RE optimizer). | dkf | 2011-04-04 | 1 | -2/+9 |
|
|
* | | | More generation of errorCode information, notably when lists are mis-parsed. | dkf | 2011-03-29 | 1 | -46/+55 |
|
|
* | | | Reduce the number of casts used to manage Tcl_Obj internal representations. | dkf | 2011-03-26 | 1 | -1/+1 |
|
|
* | | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -29/+24 |
|
|
* | | | MINOR: Formatting fixes, mainly to comments, so code better fits the style in | dkf | 2011-03-10 | 1 | -0/+1 |
|
|
* | | | * generic/tclInt.h: Remove TclMarkList() routine, an experimental | dgp | 2011-03-08 | 1 | -111/+0 |
|\ \ \
| |/ / |
|
| * | | * generic/tclInt.h: Remove TclMarkList() routine, an experimental | dgp | 2011-03-08 | 1 | -111/+0 |
|
|
* | | | * generic/tclBasic.c: More replacements of Tcl_UtfBackslash() calls | dgp | 2011-03-06 | 1 | -15/+16 |
|\ \ \
| |/ / |
|
| * | | * generic/tclBasic.c: More replacements of Tcl_UtfBackslash() calls | dgp | 2011-03-06 | 1 | -15/+16 |
| |\ \ |
|
| | * | | * generic/tclBasic.c: More replacements of Tcl_UtfBackslash() calls | dgp | 2011-03-06 | 1 | -14/+15 |
|
|
* | | | | * generic/tclUtil.c (TclFindElement): Guard escape sequence scans | dgp | 2011-03-06 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | * generic/tclUtil.c (TclFindElement): Guard escape sequence scans | dgp | 2011-03-06 | 1 | -1/+1 |
| |\ \ \
| | |/ /
| | | /
| | |/
| |/| |
|
| | * | * generic/tclUtil.c (TclFindElement): Guard escape sequence scans | dgp | 2011-03-06 | 1 | -1/+1 |
|
|
* | | | 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 |
|
|
| | * | [Tcl Bug 1706140] | dgp | 2007-05-10 | 1 | -2/+2 |
|
|