| Commit message (Expand) | Author | Age | Files | Lines |
* | merge 8.5 | dgp | 2020-04-16 | 1 | -1/+1 |
|\ |
|
| * | Create and use macro TclUtfPrev for Tcl_UtfPrev. | dgp | 2020-04-16 | 1 | -1/+1 |
|
|
* | | Create and use an optimized macro TclUtfNext() for Tcl_UtfNext(). | dgp | 2020-04-14 | 1 | -1/+1 |
|/ |
|
* | [a7f685a181] Eliminate botched call of Tcl_UtfPrev. | dgp | 2020-04-13 | 1 | -3/+5 |
|
|
* | TclTrim() can also demand NUL-terminated arguments, and be simplified. | dgp | 2020-04-13 | 1 | -64/+21 |
|
|
* | TclTrimLeft and TclTrimRight are internal routines. They demand NUL-terminated | dgp | 2020-04-13 | 1 | -69/+25 |
|
|
* | [c61818e4c9] [string trimright] robustly handle backing up over incomplete | dgp | 2020-04-13 | 1 | -2/+9 |
|
|
* | Cherrypick partial fix. | dgp | 2020-04-13 | 1 | -5/+4 |
|
|
* | [085913c760] Fix Tcl_DStringAppendElement quoting of #. | dgp | 2020-04-09 | 1 | -12/+32 |
|
|
* | Guarantee TclNeedSpace and TclFindElement have common definition of whitespace | dgp | 2020-04-09 | 1 | -70/+50 |
|
|
* | [afa4b28153] Correct TclNeedSpace handling of trailing escaped space. | dgp | 2020-04-09 | 1 | -8/+36 |
|
|
* | Add type-cast, making sure that the unary minus is handled correctly on any c... | jan.nijtmans | 2019-12-19 | 1 | -1/+1 |
|
|
* | Better fix for [3390638]: making the intVal variable unsigned prevents the ne... | jan.nijtmans | 2019-12-16 | 1 | -15/+4 |
|
|
* | Revise bug fix to support (length == 0) correctly. | dgp | 2018-11-09 | 1 | -4/+17 |
|
|
* | closes [35a8f1c04a]: minimalist fix - beware of discrepancy between TclScanEl... | sebres | 2018-11-09 | 1 | -0/+4 |
|
|
* | TclTrim: special case for TrimRight on single char result of TrimLeft (this c... | sebres | 2018-03-14 | 1 | -3/+3 |
|
|
* | TclTrim must write to *trimRight even when making a quick exit. | dgp | 2018-03-14 | 1 | -0/+1 |
|
|
* | A few minor revisions. | dgp | 2018-03-13 | 1 | -11/+16 |
|
|
* | remove unexpected panic by TclTrimLeft/TclTrimRight, handling rewritten: | sebres | 2018-03-13 | 1 | -55/+173 |
|
|
* | [8e6a9ac221] Stop false matching with bytearrays. (string-11.55) | dgp | 2018-02-23 | 1 | -1/+2 |
|
|
* | [16896d49fd] Tcl_DStrings should tolerate appends to self. | dgp | 2016-06-22 | 1 | -0/+24 |
|
|
* | [40f628e8e3] Tcl_ListObjReplace() callers need to handle TCL_ERROR. | dgp | 2015-11-20 | 1 | -1/+7 |
|
|
* | Eliminate unnessessary end-of-line spacing. No functional change. | jan.nijtmans | 2015-10-04 | 1 | -25/+25 |
|
|
* | Fix more corner-cases like [0e92c404f19ede5b2eb06e6db27647d3138cc56|0e92c404f... | jan.nijtmans | 2014-05-01 | 1 | -1/+1 |
|
|
* | speling ficks | dgp | 2013-01-03 | 1 | -2/+2 |
|
|
* | Remove surplus parens | dgp | 2012-07-19 | 1 | -1/+1 |
|
|
* | 3390638 Workaround broken solaris studio cc optimizer. | dgp | 2011-09-13 | 1 | -1/+2 |
|\ |
|
| * | 3390638 Workaround broken solaris studio cc optimizer. | dgp | 2011-09-13 | 1 | -1/+2 |
|
|
| * | * 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 |
|
|
* | | 3371644 Repair failure to properly handle (length == -1) in TclConvertElement(). | dgp | 2011-07-19 | 1 | -1/+1 |
|
|
* | | 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 |
|
|
* | | Completed patch with mucho comments. Merge 8.5. | 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 |
|
|
* | | 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 |
|
|
| * | 2006-09-30 Miguel Sofer <msofer@users.sf.net> | Miguel Sofer | 2006-09-30 | 1 | -5/+16 |
|
|
| * | * generic/tclExecute.c (ExprSrandFunc): Replaced incursions into the | dgp | 2005-04-05 | 1 | -43/+3 |
|
|
| * | Speed up [info <thing> <simplePattern>] | dkf | 2004-10-14 | 1 | -1/+38 |
|
|
| * | additinal performance tweak to last commit | dgp | 2003-08-27 | 1 | -3/+14 |
|
|
| * | * generic/tclUtil.c: Corrected [Bug 411825] and other bugs in | dgp | 2003-08-27 | 1 | -25/+36 |
|
|
| * | * generic/tclPreserve.c: In Result and Preserve'd routines, do not | hobbs | 2003-07-16 | 1 | -3/+2 |
|
|
| * | * generic/tcl.h Made changes so that the "wideInt" Tcl_ObjType | dgp | 2003-04-16 | 1 | -16/+2 |
|
|
* | | * doc/tclvars.n: | Kevin B Kenny | 2011-01-15 | 1 | -39/+87 |
|
|
* | | * generic/tclUtil.c (TclReToGlob): add extra check for multiple | hobbs | 2010-12-03 | 1 | -2/+14 |
|
|