summaryrefslogtreecommitdiffstats
path: root/generic/tclStringObj.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* | | * generic/tclStringObj.c: Another round of simplification ondgp2009-02-181-29/+25
* | | * generic/tclStringObj.c: Pare back the length of the unicodedgp2009-02-171-12/+10
* | | * generic/tclStringObj.c: Factor out common GrowUnicodeBuffer()dgp2009-02-171-44/+51
* | | * generic/tclStringObj.c: Factor out common GrowStringBuffer().dgp2009-02-171-150/+47
* | | * generic/tclStringObj.c: Revise buffer growth implementationdgp2009-02-171-13/+32
* | | * generic/tclStringObj.c: Added protections from invalid memorydgp2009-02-161-4/+32
* | | * generic/tclStringObj.c: Factor out duplicate code fromdgp2009-02-151-12/+4
* | | * generic/tclStringObj.c: Replace the 'size_t uallocated' fielddgp2009-02-151-46/+42
* | | * generic/tclStringObj.c: Removed limitation indgp2009-02-151-12/+7
* | | * generic/tclStringObj.c: Revisions so that we avoid creatingdgp2009-02-141-51/+73
* | | Remove all "register" keywords.dgp2009-02-131-20/+20
* | | New utility routine UnicodeLength(), to compute the length of unicodedgp2009-02-131-23/+21
* | | * generic/tclStringObj.c: Rewrites of the routinesdgp2009-02-131-152/+98
* | | * generic/tclStringObj.c: Simplified Tcl_GetCharLength bydgp2009-02-121-24/+25
* | | * generic/tclStringObj.c: Re-implemented AppendUtfToUnicodeRepdgp2009-02-121-32/+49
* | | Revise latest commit to better maintain stringPtr->numChars.dgp2009-02-121-8/+12
* | | * generic/tclStringObj.c: Re-implemented AppendUnicodeToUtfRepdgp2009-02-121-54/+79
* | | Removed casts now unnecessary after type of stringPtr->allocated changed.dgp2009-02-111-5/+5
* | | * generic/tclStringObj.c: Changed type of the 'allocated' fielddgp2009-02-111-2/+2
* | | - eliminate some unnessary type castsnijtmans2009-02-101-3/+3
* | | Removed handling of (objPtr->bytes != NULL) from UpdateStringOfString,dgp2009-02-101-3/+1