summaryrefslogtreecommitdiffstats
path: root/generic/tclUtil.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | | Burn the octal bridges. We're not goin' back.dgp2012-11-161-68/+0
* | | | | | Merge trunk jan.nijtmans2012-11-161-25/+0
| |_|_|/ / |/| | | |
* | | | | 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
| * | 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
* | | merge 8.5dgp2011-05-031-3/+2
|\ \ \
| * | | Tighten Tcl_SplitList().dgp2011-05-031-2/+1
| * | | Tighten SetDictFromAny().dgp2011-05-031-1/+1