summaryrefslogtreecommitdiffstats
path: root/generic/tclUtil.c
Commit message (Expand)AuthorAgeFilesLines
* merge trunkjan.nijtmans2017-04-111-2/+2
|\
| * Remove some unnecessary "struct" definitions and some type casts no longer ne...jan.nijtmans2017-04-111-2/+2
* | merge trunkjan.nijtmans2017-02-031-1/+1
|\ \ | |/
| * In TclGetNumberFromObj() macro (tclExecute.c): Don't fill in type if TCL_ERRO...jan.nijtmans2017-02-031-3/+3
* | Convert Tcl_SetResult() to a macrojan.nijtmans2017-01-251-2/+3
|\ \ | |/
| * If TCL_NO_DEPRECATED is defined, remove the "case" statement, and use much le...jan.nijtmans2017-01-251-4/+13
* | merge trunkjan.nijtmans2016-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
* | merge trunkjan.nijtmans2016-07-081-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
* | | Merge trunk.jan.nijtmans2015-11-241-1/+6
|\ \ \ | |/ /
| * | [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
* | | merge trunkjan.nijtmans2015-10-041-24/+24
|\ \ \ | |/ /
| * | 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
* | | merge trunkjan.nijtmans2015-08-061-1/+1
|\ \ \ | |/ /
| * | mark function return as unused, to avoid confusing CoverityMiguel Sofer2015-08-051-1/+1
* | | merge trunkjan.nijtmans2014-09-171-1/+8
|\ \ \ | |/ /
| * | [84af1192f5]: [regsub] compiler no longer confused by quantification handling.dkf2014-09-091-1/+8
* | | merge trunkjan.nijtmans2014-06-161-20/+85
|\ \ \ | |/ /
| * | Improved the error messages. dkf2014-06-071-20/+85
* | | merge trunkjan.nijtmans2014-01-231-6/+10
|\ \ \ | |/ /
| * | put the other definition of a trim set in the header file toodkf2013-12-301-6/+10
* | | merge trunkdgp2013-09-211-2/+1
|\ \ \ | |/ /
| * | Fix 3 trivial (possible) errors, discovered by covertity.comjan.nijtmans2013-09-041-2/+1
* | | more Tcl_NewIntObj/Tcl_NewBooleanObj -> Tcl_NewLongObj conversionsjan.nijtmans2013-02-111-1/+1
* | | Merge trunk. jan.nijtmans2013-02-111-1/+1
|\ \ \ | |/ /
* | | Restore panic check at and of the loop. Thanks! Don for noticing this.jan.nijtmans2013-01-091-1/+4
* | | Restore API compatibility with public Tcl_*Scan and Tcl_*Convert functions (c...jan.nijtmans2013-01-091-25/+7
* | | The Tcl*(Scan|Convert)*Element() routines only need chars, not ints, todgp2013-01-081-16/+16
* | | merge trunkjan.nijtmans2013-01-051-2/+2
|\ \ \ | |/ /
| * | speling ficksdgp2013-01-031-2/+2
| |\ \ | | |/
| | * speling ficksdgp2013-01-031-2/+2
| | * Remove surplus parensdgp2012-07-191-1/+1
* | | merge trunkjan.nijtmans2012-12-271-8/+10
|\ \ \ | |/ /
| * | Stop leaking allocated space when objifying a zero-length DString. [Bug 35981...ferrieux2012-12-221-8/+10
| | |
| \ \
*-. \ \ Merge (selected bits of) novemdgp2012-11-261-34/+0
|\ \ \ \
| | * | | Removed functions marked deprecated or obsolete for a long time: Tcl_Backslas...jan.nijtmans2012-11-261-34/+0
| |/ / /
* | | | WIP removing the maintenance of a string result in the Interp.dgp2012-11-171-71/+5
|\ \ \ \ | |/ / / |/| | |
| * | | merge trunkdgp2012-11-161-330/+462
| |\ \ \ | | |/ /
| * | | merge trunkdgp2012-07-191-5/+36
| |\ \ \
| * | | | Implement Tcl_DStringResult with call to TclDStringToObj.dgp2012-04-251-6/+1
| * | | | merge trunkdgp2012-04-251-0/+58
| |\ \ \ \
| * | | | | Clean version of changes; ifdef-freedkf2012-04-191-58/+1
| * | | | | Experimental branch where the interp->result field and related are removeddgp2012-04-181-0/+13