summaryrefslogtreecommitdiffstats
path: root/generic/tclStringObj.c
Commit message (Expand)AuthorAgeFilesLines
...
| | * * 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/tclZlib.c (Tcl_ZlibStreamGet): [Bug 3081008]: Ensure thatdkf2010-10-191-2/+12
* | | * generic/tclBinary.c (TclAppendBytesToByteArray): Add commentsdgp2010-04-301-3/+3
* | | * generic/tclBinary.c (TclAppendBytesToByteArray): [Bug 2992970]: Makedkf2010-04-291-4/+3
* | | * generic/tclStringObj.c: Fix array overrun in test format-1.12dgp2010-03-291-2/+2
* | | Code Audit results:dkf2010-03-051-3/+5
* | | Pure whitespace changes, changing to follow Engineering Manual style.dkf2010-02-241-4/+4
* | | Ensure that objects are released in all cases (hard to test this particulardkf2010-01-181-1/+4
* | | [Bug 2932421]: Make [format] less likely to smash intreps.dkf2010-01-181-40/+48
* | | * generic/tclDictObj.c: Updated freeIntRepProc routines sodgp2009-09-301-1/+2
* | | * 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 [Bug 2637173] by consolidating bytearray purity check.dkf2009-07-121-18/+5
* | | Cast wide integer to int conversion (silence msvc6 warning)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/+69
* | | * generic/tclStringObj.c: Corrected failures to deal with thedgp2009-06-101-22/+10
* | | * generic/tclStringObj.c: Correction so that value ofdgp2009-04-071-2/+2
* | | * generic/tclStringObj.c: Several revisions to the shimmeringdgp2009-02-221-17/+65
* | | alternative solution to the signed/unsigned warningsdgp2009-02-191-5/+5
* | | fix signed/unsigned comparison warningsdas2009-02-191-4/+4
* | | * generic/tclStringObj.c: Simplify the logic of thedgp2009-02-181-66/+31
* | | another TODOdgp2009-02-181-1/+2
* | | * generic/tclStringObj.c: Rewrite GrowStringBuffer() so that itdgp2009-02-181-16/+23
* | | * generic/tclStringObj.c: Another round of simplification ondgp2009-02-181-21/+21