| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [16896d49fd] Tcl_DStrings should tolerate appends to self. | dgp@users.sourceforge.net | 2016-06-22 | 1 | -0/+24 |
| |\ | |||||
| | * | [16896d49fd] Tcl_DStrings should tolerate appends to self. | dgp@users.sourceforge.net | 2016-06-22 | 1 | -0/+24 |
| * | | [40f628e8e3] Tcl_ListObjReplace() callers need to handle TCL_ERROR. | dgp@users.sourceforge.net | 2015-11-20 | 1 | -1/+6 |
| |\ \ | |/ | |||||
| | * | [40f628e8e3] Tcl_ListObjReplace() callers need to handle TCL_ERROR. | dgp@users.sourceforge.net | 2015-11-20 | 1 | -1/+7 |
| * | | Eliminate unnessessary end-of-line spacing. No functional change. | nijtmans@users.sourceforge.net | 2015-10-04 | 1 | -24/+24 |
| |\ \ | |/ | |||||
| | * | Eliminate unnessessary end-of-line spacing. No functional change. | nijtmans@users.sourceforge.net | 2015-10-04 | 1 | -25/+25 |
| | * | Fix more corner-cases like [0e92c404f19ede5b2eb06e6db27647d3138cc56|0e92c404f... | nijtmans@users.sourceforge.net | 2014-05-01 | 1 | -1/+1 |
| * | | mark function return as unused, to avoid confusing Coverity | Miguel Sofer | 2015-08-05 | 1 | -1/+1 |
| * | | [84af1192f5]: [regsub] compiler no longer confused by quantification handling. | donal.k.fellows@manchester.ac.uk | 2014-09-09 | 1 | -1/+8 |
| * | | Improved the error messages. | donal.k.fellows@manchester.ac.uk | 2014-06-07 | 1 | -20/+85 |
| * | | put the other definition of a trim set in the header file too | donal.k.fellows@manchester.ac.uk | 2013-12-30 | 1 | -6/+10 |
| * | | Fix 3 trivial (possible) errors, discovered by covertity.com | nijtmans@users.sourceforge.net | 2013-09-04 | 1 | -2/+1 |
| * | | speling ficks | dgp@users.sourceforge.net | 2013-01-03 | 1 | -2/+2 |
| |\ \ | |/ | |||||
| | * | speling ficks | dgp@users.sourceforge.net | 2013-01-03 | 1 | -2/+2 |
| | * | Remove surplus parens | dgp@users.sourceforge.net | 2012-07-19 | 1 | -1/+1 |
| * | | Stop leaking allocated space when objifying a zero-length DString. [Bug 35981... | ferrieux@users.sourceforge.net | 2012-12-22 | 1 | -8/+10 |
| * | | Minor changes to improve style (C89 declarations, consistent indentation, | donal.k.fellows@manchester.ac.uk | 2012-08-07 | 1 | -323/+480 |
| * | | converting to using Tcl_Obj API for error message generation; part done | donal.k.fellows@manchester.ac.uk | 2012-08-03 | 1 | -24/+16 |
| * | | Fix mostly-harmless minor buffer overrun. | donal.k.fellows@manchester.ac.uk | 2012-07-16 | 1 | -2/+2 |
| * | | Factor out a number of common patterns of use of Tcl_DStringAppend. | donal.k.fellows@manchester.ac.uk | 2012-07-03 | 1 | -3/+34 |
| * | | * generic/tclUtil.c (TclDStringToObj): Added internal function to make | donal.k.fellows@manchester.ac.uk | 2012-04-25 | 1 | -0/+58 |
| * | | Reduce amount of unreachable code. Refactor Win socket and load code to be less | donal.k.fellows@manchester.ac.uk | 2012-04-05 | 1 | -11/+0 |
| * | | Refactor TclScanElement() part of list parsing to take advantage of tables | dgp@users.sourceforge.net | 2012-03-07 | 1 | -15/+18 |
| * | | 3390638 Workaround broken solaris studio cc optimizer. | dgp@users.sourceforge.net | 2011-09-13 | 1 | -1/+2 |
| |\ \ | |/ | |||||
| | * | 3390638 Workaround broken solaris studio cc optimizer. | dgp@users.sourceforge.net | 2011-09-13 | 1 | -1/+2 |
| | |\ | |||||
| | | * | 3390638 Workaround broken solaris studio cc optimizer. | dgp@users.sourceforge.net | 2011-09-13 | 1 | -1/+2 |
| * | | | 3371644 Repair failure to properly handle (length == -1) in TclConvertElement(). | dgp@users.sourceforge.net | 2011-07-19 | 1 | -3/+1 |
| |\ \ \ | |/ / | |||||
| | * | | 3371644 Repair failure to properly handle (length == -1) in TclConvertElement(). | dgp@users.sourceforge.net | 2011-07-19 | 1 | -1/+1 |
| * | | | Fix [bug 3371644] -- crash on Tcl_ConvertElement with leading pound. | ferrieux@users.sourceforge.net | 2011-07-19 | 1 | -1/+3 |
| * | | | Revised fix for bug 3309871 | dgp@users.sourceforge.net | 2011-06-01 | 1 | -2/+2 |
| |\ \ \ | |/ / | |||||
| | * | | Revised fix for bug 3309871 | dgp@users.sourceforge.net | 2011-06-01 | 1 | -2/+2 |
| * | | | fix for [Bug 3309871]: Valgrind finds: invalid read in TclMaxListLength() | nijtmans@users.sourceforge.net | 2011-06-01 | 1 | -2/+2 |
| |\ \ \ | |/ / | |||||
| | * | | fix for [Bug 3309871]: Valgrind finds: invalid read in TclMaxListLength() | nijtmans@users.sourceforge.net | 2011-06-01 | 1 | -2/+2 |
| * | | | Rewind from a refactoring that veered into the weeds. | dgp@users.sourceforge.net | 2011-05-31 | 1 | -19/+4 |
| |\ \ \ | |||||
| * | | | | First draft of bug fix. | dgp@users.sourceforge.net | 2011-05-11 | 1 | -2/+2 |
| |/ / / | |||||
| * | | | New internal routines TclScanElement() and TclConvertElement(). | dgp@users.sourceforge.net | 2011-05-10 | 1 | -227/+722 |
| |\ \ \ | |/ / | |||||
| | * | | Completed patch with mucho comments. Merge 8.5. | dgp@users.sourceforge.net | 2011-05-10 | 1 | -321/+744 |
| | * | | merge trunk + partial improvements to comments | dgp@users.sourceforge.net | 2011-03-07 | 1 | -40/+76 |
| | * | | Correct flaw in the rewrite handling [list \\\\\}]. | dgp@users.sourceforge.net | 2011-03-03 | 1 | -1/+1 |
| | * | | Significant rewrite of the Tcl*(Scan|Convert)*Element() system, and revisions | dgp@users.sourceforge.net | 2011-03-03 | 1 | -183/+314 |
| | * | | Simplified the logic of the Scan/Convert pair of routines for generating | dgp@users.sourceforge.net | 2011-03-03 | 1 | -21/+5 |
| * | | | merge 8.5 | dgp@users.sourceforge.net | 2011-05-03 | 1 | -3/+2 |
| |\ \ \ | |||||
| | * | | | Tighten Tcl_SplitList(). | dgp@users.sourceforge.net | 2011-05-03 | 1 | -2/+1 |
| | * | | | Tighten SetDictFromAny(). | dgp@users.sourceforge.net | 2011-05-03 | 1 | -1/+1 |
| * | | | | Revised TclFindElement() interface. | dgp@users.sourceforge.net | 2011-05-02 | 1 | -10/+30 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | Revised TclFindElement() interface. | dgp@users.sourceforge.net | 2011-05-02 | 1 | -10/+30 |
| * | | | | Replace TclCountSpaceRuns() with TclMaxListLength() which is the function we | dgp@users.sourceforge.net | 2011-05-02 | 1 | -9/+30 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | Replace TclCountSpaceRuns() with TclMaxListLength() which is the function we | dgp@users.sourceforge.net | 2011-05-02 | 1 | -9/+30 |
| * | | | | More isspace() callers. | dgp@users.sourceforge.net | 2011-04-28 | 1 | -5/+5 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | More isspace() callers. | dgp@users.sourceforge.net | 2011-04-28 | 1 | -5/+5 |
