summaryrefslogtreecommitdiffstats
path: root/generic/tclUtil.c
Commit message (Expand)AuthorAgeFilesLines
* end-of-line spacingjan.nijtmans2019-05-241-10/+10
|\
* | Backport [bd94500678e837d7] from 8.7, preventing endless loops in UTF-8 conve...jan.nijtmans2019-03-021-1/+1
* | merge 8.5dgp2018-11-091-0/+17
|\ \ | |/
| * 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
* | merge 8.5sebres2018-03-141-3/+3
|\ \ | |/
| * TclTrim: special case for TrimRight on single char result of TrimLeft (this c...sebres2018-03-141-3/+3
| |
| \
*-. \ merge 8.5dgp2018-03-141-72/+183
|\ \ \ | | |/
| | * 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
* | Remove unused argument.dgp2018-03-101-6/+5
* | Return routine to file scope.dgp2018-03-091-5/+7
* | Refactor the index value encode/decode machinery for broader use.dgp2018-03-091-0/+137
* | New internal routine TclGetEndOffsetFromObj.dgp2018-03-061-7/+39
* | [8e6a9ac221] Stop false matching with bytearrays. (string-11.55)dgp2018-02-231-1/+2
|\ \ | |/
| * [8e6a9ac221] Stop false matching with bytearrays. (string-11.55)dgp2018-02-231-1/+2
* | Rewrite documentation in comments for brevity and clarity.pooryorick2018-02-141-16/+21
* | Change signature of (internal) TclScanElement() function. This saves memory a...jan.nijtmans2017-11-151-21/+6
* | Better UTF-8 surrogate handling, only functional when TCL_UTF_MAX>3jan.nijtmans2017-06-081-1/+1
* | [16896d49fd] Tcl_DStrings should tolerate appends to self.dgp2016-06-221-0/+24
|\ \ | |/
| * [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/+6
|\ \ | |/
| * [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-24/+24
|\ \ | |/
| * 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
* | mark function return as unused, to avoid confusing CoverityMiguel Sofer2015-08-051-1/+1
* | [84af1192f5]: [regsub] compiler no longer confused by quantification handling.dkf2014-09-091-1/+8
* | Improved the error messages. dkf2014-06-071-20/+85
* | put the other definition of a trim set in the header file toodkf2013-12-301-6/+10
* | Fix 3 trivial (possible) errors, discovered by covertity.comjan.nijtmans2013-09-041-2/+1
* | speling ficksdgp2013-01-031-2/+2
|\ \ | |/
| * speling ficksdgp2013-01-031-2/+2
| * Remove surplus parensdgp2012-07-191-1/+1
* | Stop leaking allocated space when objifying a zero-length DString. [Bug 35981...ferrieux2012-12-221-8/+10
* | Minor changes to improve style (C89 declarations, consistent indentation,dkf2012-08-071-323/+480
* | converting to using Tcl_Obj API for error message generation; part donedkf2012-08-031-24/+16
* | Fix mostly-harmless minor buffer overrun.dkf2012-07-161-2/+2
* | Factor out a number of common patterns of use of Tcl_DStringAppend.dkf2012-07-031-3/+34
* | * generic/tclUtil.c (TclDStringToObj): Added internal function to makedkf2012-04-251-0/+58
* | Reduce amount of unreachable code. Refactor Win socket and load code to be lessdkf2012-04-051-11/+0
* | Refactor TclScanElement() part of list parsing to take advantage of tablesdgp2012-03-071-15/+18
* | 3390638 Workaround broken solaris studio cc optimizer.dgp2011-09-131-1/+2
|\ \ | |/
| * 3390638 Workaround broken solaris studio cc optimizer.dgp2011-09-131-1/+2
| |\
| | * 3390638 Workaround broken solaris studio cc optimizer.dgp2011-09-131-1/+2
* | | 3371644 Repair failure to properly handle (length == -1) in TclConvertElement().dgp2011-07-191-3/+1
|\ \ \ | |/ /
| * | 3371644 Repair failure to properly handle (length == -1) in TclConvertElement().dgp2011-07-191-1/+1
* | | Fix [bug 3371644] -- crash on Tcl_ConvertElement with leading pound.ferrieux2011-07-191-1/+3
* | | Revised fix for bug 3309871dgp2011-06-011-2/+2
|\ \ \ | |/ /