summaryrefslogtreecommitdiffstats
path: root/generic/tclUtil.c
Commit message (Expand)AuthorAgeFilesLines
* Bug fixdgp2021-04-141-1/+2
* merge 8.5dgp2020-04-161-1/+1
|\
| * Create and use macro TclUtfPrev for Tcl_UtfPrev.dgp2020-04-161-1/+1
* | Create and use an optimized macro TclUtfNext() for Tcl_UtfNext().dgp2020-04-141-1/+1
|/
* [a7f685a181] Eliminate botched call of Tcl_UtfPrev.dgp2020-04-131-3/+5
* TclTrim() can also demand NUL-terminated arguments, and be simplified.dgp2020-04-131-64/+21
* TclTrimLeft and TclTrimRight are internal routines. They demand NUL-terminateddgp2020-04-131-69/+25
* [c61818e4c9] [string trimright] robustly handle backing up over incompletedgp2020-04-131-2/+9
* Cherrypick partial fix.dgp2020-04-131-5/+4
* [085913c760] Fix Tcl_DStringAppendElement quoting of #.dgp2020-04-091-12/+32
* Guarantee TclNeedSpace and TclFindElement have common definition of whitespacedgp2020-04-091-70/+50
* [afa4b28153] Correct TclNeedSpace handling of trailing escaped space.dgp2020-04-091-8/+36
* Add type-cast, making sure that the unary minus is handled correctly on any c...jan.nijtmans2019-12-191-1/+1
* Better fix for [3390638]: making the intVal variable unsigned prevents the ne...jan.nijtmans2019-12-161-15/+4
* Revise bug fix to support (length == 0) correctly.dgp2018-11-091-4/+17
* closes [35a8f1c04a]: minimalist fix - beware of discrepancy between TclScanEl...sebres2018-11-091-0/+4
* TclTrim: special case for TrimRight on single char result of TrimLeft (this c...sebres2018-03-141-3/+3
* TclTrim must write to *trimRight even when making a quick exit.dgp2018-03-141-0/+1
* A few minor revisions.dgp2018-03-131-11/+16
* remove unexpected panic by TclTrimLeft/TclTrimRight, handling rewritten:sebres2018-03-131-55/+173
* [8e6a9ac221] Stop false matching with bytearrays. (string-11.55)dgp2018-02-231-1/+2
* [16896d49fd] Tcl_DStrings should tolerate appends to self.dgp2016-06-221-0/+24
* [40f628e8e3] Tcl_ListObjReplace() callers need to handle TCL_ERROR.dgp2015-11-201-1/+7
* Eliminate unnessessary end-of-line spacing. No functional change.jan.nijtmans2015-10-041-25/+25
* Fix more corner-cases like [0e92c404f19ede5b2eb06e6db27647d3138cc56|0e92c404f...jan.nijtmans2014-05-011-1/+1
* speling ficksdgp2013-01-031-2/+2
* Remove surplus parensdgp2012-07-191-1/+1
* 3390638 Workaround broken solaris studio cc optimizer.dgp2011-09-131-1/+2
|\
| * 3390638 Workaround broken solaris studio cc optimizer.dgp2011-09-131-1/+2
| * * generic/tclBasic.c: More replacements of Tcl_UtfBackslash() callsdgp2011-03-061-14/+15
| * * generic/tclUtil.c (TclFindElement): Guard escape sequence scansdgp2011-03-061-1/+1
* | 3371644 Repair failure to properly handle (length == -1) in TclConvertElement().dgp2011-07-191-1/+1
* | Revised fix for bug 3309871dgp2011-06-011-2/+2
* | fix for [Bug 3309871]: Valgrind finds: invalid read in TclMaxListLength()jan.nijtmans2011-06-011-2/+2
* | Completed patch with mucho comments. Merge 8.5.dgp2011-05-101-321/+744
* | merge trunk + partial improvements to commentsdgp2011-03-071-40/+76
* | Correct flaw in the rewrite handling [list \\\\\}].dgp2011-03-031-1/+1
* | Significant rewrite of the Tcl*(Scan|Convert)*Element() system, and revisionsdgp2011-03-031-183/+314
* | Simplified the logic of the Scan/Convert pair of routines for generating dgp2011-03-031-21/+5
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
|\ \ | |/
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| * [Tcl Bug 1706140]dgp2007-05-101-2/+2
| * 2006-09-30 Miguel Sofer <msofer@users.sf.net>Miguel Sofer2006-09-301-5/+16
| * * generic/tclExecute.c (ExprSrandFunc): Replaced incursions into thedgp2005-04-051-43/+3
| * Speed up [info <thing> <simplePattern>]dkf2004-10-141-1/+38
| * additinal performance tweak to last commitdgp2003-08-271-3/+14
| * * generic/tclUtil.c: Corrected [Bug 411825] and other bugs indgp2003-08-271-25/+36
| * * generic/tclPreserve.c: In Result and Preserve'd routines, do nothobbs2003-07-161-3/+2
| * * generic/tcl.h Made changes so that the "wideInt" Tcl_ObjTypedgp2003-04-161-16/+2
* | * doc/tclvars.n:Kevin B Kenny2011-01-151-39/+87