summaryrefslogtreecommitdiffstats
path: root/generic/tclStringObj.c
Commit message (Expand)AuthorAgeFilesLines
* merge core-8-5-branchjan.nijtmans2013-01-311-2/+2
|\
| * Use twoPtrValue.ptr1 in stead of otherValuePtr everywhere. This is exactly th...jan.nijtmans2013-01-311-2/+2
* | Converted the memcpy() calls in append operations to memmove() calls.dgp2012-02-091-2/+2
|\ \ | |/
| * 3484402 Correct Off-By-One error appending unicode. Thanks to Poor Yorick.dgp2012-02-091-2/+2
| |\
| | * 3484402 Correct Off-By-One error appending unicode. Thanks to Poor Yorick.dgp2012-02-091-2/+2
| | |\
| | | * 3484402 Correct Off-By-One error appending unicode. Thanks to Poor Yorick.bug_3484402dgp2012-02-071-4/+4
| | |/
| | * Fix gcc warnings (discovered with latest mingw, based on gcc 4.6.1)jan.nijtmans2011-10-071-1/+1
| * | Backport fix for [Bug 2857044].dgp2011-04-271-0/+1
| * | Repair corruption in [string reverse] when string rep invalidation faileddgp2011-04-121-0/+1
* | | [3396731] inline string reverse: minor further improvementsjan.nijtmans2011-08-291-32/+22
* | | Repaired the lost performance in the copy loop hotspots. Now meets or revert_3396731dgp2011-08-271-13/+12
* | | 3396731 Another rewrite of TclStringObjReverse() to make it adopt thedgp2011-08-251-70/+106
* | | Set the defaults of all growth algorithm parameters based on one master value.dgp2011-05-121-10/+9
* | | Improved reaction to out of memory.dgp2011-04-281-1/+7
* | | TclFreeIntRep() cleanup.dgp2011-04-271-1/+0
* | | More generation of error codes ([format], [after], [trace], RE optimizer).dkf2011-04-041-2/+20
* | | Reduce the number of casts used to manage Tcl_Obj internal representations.dkf2011-03-261-3/+2
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-8/+8
* | | MINOR: Formatting fixes, mainly to comments, so code better fits the style indkf2011-03-101-61/+148
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+1
|\ \ \ | |/ /
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+1
| |\ \ | | |/
| | * Typo in last commit broke tclStringObj.c build. Fixed.dgp2011-03-011-0/+1
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | * * generic/tclStringObj.c: (SetStringFromAny): avoid tramplingvasiljevic2010-04-021-2/+4
| | * * generic/tclStringObj.c (UpdateStringOfString): Added cast to fixandreas_kupries2009-04-221-2/+2
| | * UpdateStringOfString: matchup with core-8-5-branch changesdas2009-04-151-6/+6
| | * * generic/tclStringObj.c: AppendUnicodeToUnicodeRep faileddgp2009-04-151-1/+2
| | * * generic/tclStringObj.c: Completed backports of fixes fordgp2009-04-071-66/+113
| | * * generic/tclStringObj.c: Added protections from invalid memorydgp2009-03-301-1/+32
| | * * generic/tclStringObj.c: Test stringObj-6.9 checks thatdgp2009-03-211-2/+8
| | * * generic/tclStringObj.c: Added overflow protections to thedgp2009-02-051-4/+29
| | * * generic/tclStringObj.c (SetUnicodeObj): Corrected failure ofdgp2009-02-041-46/+34
| | * * generic/tclStringObj.c (STRING_SIZE): Corrected failure to limitdgp2009-01-091-4/+7
| | * * generic/tclStringObj.c (STRING_UALLOC): Added missing parensdgp2009-01-081-2/+2
| | * * generic/tclParse.c (Tcl_ParseCommand): also return an error ifMiguel Sofer2006-09-241-3/+5
| | * * generic/tclStringObj.c: fixed incorrect handling of internal repMiguel Sofer2006-01-231-2/+2
| * | * generic/tclStringObj.c: (SetStringFromAny): avoid tramplingvasiljevic2010-04-021-2/+4
| * | * generic/tclStringObj.c: Fix array overrun in test format-1.12dgp2010-03-291-2/+2
| * | [Bug 2932421]: Make [format] less likely to smash intreps.dkf2010-01-181-21/+33
| * | * generic/tclStringObj.c: A few more string overflow cases indgp2009-08-271-3/+13
| * | * generic/tclStringObj.c: Corrected failure to grow bufferdgp2009-07-311-1/+4
| * | fix 64bit int <-> ptr cast warningsdas2009-07-151-2/+2
| * | Cast wide integer to int conversion and some signed/unsigned conversions. (si...patthoyts2009-07-011-3/+3
| * | * generic/tclStringObj.c: sprintf() -> Tcl_ObjPrintf() conversion.dgp2009-06-151-5/+3
| * | * generic/tclStringObj.c: Revised [format] to not overflow thedgp2009-06-101-8/+68
| * | * generic/tclStringObj.c: AppendUnicodeToUnicodeRep failedcore_8_5_7dgp2009-04-151-1/+2
| * | silence warning preventing symbols build with msvc6 (signed/unsigned comparison)patthoyts2009-04-101-2/+2
| * | * generic/tclStringObj.c (UpdateStringOfString): Fix bug detecteddgp2009-04-101-3/+3
| * | * generic/tclStringObj.c: Completed backports of fixes fordgp2009-04-071-68/+112
| * | * generic/tclStringObj.c: Added protections from invalid memorydgp2009-03-301-1/+33