summaryrefslogtreecommitdiffstats
path: root/generic/tclStringObj.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* | * 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
* | comment typodgp2009-02-041-2/+2
* | * generic/tclStringObj.c (SetUnicodeObj): Corrected failure ofdgp2009-02-041-43/+28
* | * 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/tclStringObj.c (Tcl_AppendFormatToObj):dgp2008-04-071-3/+3
* | * generic/tclStringObj.c (Tcl_AppendFormatToObj): [format %llx $big]dgp2008-02-281-1/+4
* | * generic/tclStringObj.c (Tcl_AppendFormatToObj): Correct failure todgp2008-01-101-4/+4
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | More minor cleanupdkf2007-11-181-74/+69
* | [Patch 1830038]: Increased usage of macros to detect and take advantage of ob...Miguel Sofer2007-11-111-17/+17
* | * generic/tclCmdMZ.c (STR_REVERSE): Implement the actualdgp2007-03-281-1/+83
* | * generic/tclExecute.c: More ckalloc -> ckrealloc conversions.dgp2007-03-211-10/+8