summaryrefslogtreecommitdiffstats
path: root/generic/tclUtil.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* | Remove some unnecessary "struct" definitions and some type casts no longer ne...jan.nijtmans2017-04-111-2/+2
* | In TclGetNumberFromObj() macro (tclExecute.c): Don't fill in type if TCL_ERRO...jan.nijtmans2017-02-031-3/+3
* | If TCL_NO_DEPRECATED is defined, remove the "case" statement, and use much le...jan.nijtmans2017-01-251-4/+13
* | Use more "size_t" in stead of "int" internall. Also eliminate a lot of type-c...jan.nijtmans2016-11-161-14/+13
* | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ...jan.nijtmans2016-07-081-3/+3
|/
* [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
|\ \ \ | |/ /
| * | 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
|\ \ \ | |/ /
| * | fix for [Bug 3309871]: Valgrind finds: invalid read in TclMaxListLength()jan.nijtmans2011-06-011-2/+2
* | | Rewind from a refactoring that veered into the weeds.bug_3293874dgp2011-05-311-19/+4
|\ \ \
* | | | First draft of bug fix.dgp2011-05-111-2/+2
|/ / /
* | | New internal routines TclScanElement() and TclConvertElement().dgp2011-05-101-227/+722
|\ \ \ | |/ /
| * | Completed patch with mucho comments. Merge 8.5.bug_3173086dgp2011-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