summaryrefslogtreecommitdiffstats
path: root/generic/tclUtil.c
Commit message (Expand)AuthorAgeFilesLines
* merge trunkdgp2017-09-011-1/+1
|\
| * merge core-8-6-branchjan.nijtmans2017-08-181-1/+1
| |\
| | * Better UTF-8 surrogate handling, only functional when TCL_UTF_MAX>3jan.nijtmans2017-06-081-1/+1
| * | merge core-8-6-branchjan.nijtmans2017-06-081-12/+35
| |\ \
| | * | Revert part of [95d096e0378b460c6c5168bb55bb2ca8b2fd799e|95d096e037]: Missed ...jan.nijtmans2017-06-081-12/+35
| * | | merge core-8-6-branchjan.nijtmans2017-06-081-35/+12
| |\ \ \ | | |/ /
| | * | tclUtil.c: Use TclUtfToUniChar() in stead of handling ASCII characters separa...jan.nijtmans2017-06-081-35/+12
| | |/
* | | merge trunkdgp2017-04-121-2/+2
|\ \ \ | |/ /
| * | Remove some unnecessary "struct" definitions and some type casts no longer ne...jan.nijtmans2017-04-111-2/+2
* | | merge trunkdgp2017-02-031-2/+2
|\ \ \ | |/ /
| * | In TclGetNumberFromObj() macro (tclExecute.c): Don't fill in type if TCL_ERRO...jan.nijtmans2017-02-031-3/+3
* | | merge trunkdgp2017-01-271-4/+13
|\ \ \ | |/ /
| * | If TCL_NO_DEPRECATED is defined, remove the "case" statement, and use much le...jan.nijtmans2017-01-251-4/+13
* | | merge trunkdgp2016-11-161-14/+13
|\ \ \ | |/ /
| * | Use more "size_t" in stead of "int" internall. Also eliminate a lot of type-c...jan.nijtmans2016-11-161-14/+13
* | | Reduce direct use of the tclEmptyStringRep.dgp2016-10-121-3/+3
* | | Purge another direct access to bytes field.dgp2016-10-121-1/+1
* | | merge trunkdgp2016-07-091-3/+3
|\ \ \ | |/ /
| * | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ...jan.nijtmans2016-07-081-3/+3
| |/
* | merge trunkdgp2016-06-221-0/+24
|\ \ | |/
| * [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
* | | Revise the "end-offset" objType to use proposed routines, and not export ordgp2016-04-111-123/+34
* | | Update Tcl_InitStringRep callers to handle OOM condition.dgp2016-03-241-0/+2
* | | Revised "end-offset" Tcl_ObjType to use new routine.dgp2016-03-241-8/+7
|/ /
* | [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
|\ \ \ | |/ /