summaryrefslogtreecommitdiffstats
path: root/generic/tclStringObj.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | * 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
* | | Simplify Tcl_SetObjLength by removing unreachable code.dgp2009-02-101-10/+3
* | | Simplify SetStringFromAny() by removing unreachable and duplicate code.dgp2009-02-101-25/+13
* | | * generic/tclObj.c (Tcl_GetString): Added comments and validitydgp2009-02-101-11/+4
* | | Convert all Tcl_InvalidateStringRep() calls into macros.dgp2009-02-101-7/+7
* | | * generic/tclStringObj.c: Reduce code duplication in Tcl_GetUnicode*.dgp2009-02-101-5/+3
* | | * generic/tclStringObj.c (Tcl_GetUnicode*): Reduce code duplication.dgp2009-02-101-25/+2
* | | Add missing castdkf2009-02-051-2/+2
* | | More/better/cleaner handling of the bytearray special casing for string ops.dkf2009-02-051-14/+82
* | | Improve efficiency of Tcl_AppendObjToObj's bytearray handling.dkf2009-02-051-1/+30
* | | comment typodgp2009-02-041-2/+2
* | | * generic/tclStringObj.c: Added overflow protections to thedgp2009-02-041-4/+14
* | | * generic/tclStringObj.c (SetUnicodeObj): Corrected failure ofdgp2009-02-031-43/+28
* | | * generic/tclStringObj.c (STRING_NOMEM): Add missing cast ofdgp2009-02-021-2/+3
* | | * generic/tclStringObj.c (Tcl_(Attempt)SetObjLength): Addeddgp2009-02-021-1/+16
* | | * generic/tclStringObj.c: New fix for [Bug 2494093] replaces thedgp2009-01-211-24/+30
* | | * 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
* | | move variable "length" inside if()nijtmans2008-12-171-2/+2
* | | TIP #343 IMPLEMENTATION - A Binary Specifier for [format/scan]ferrieux2008-12-101-5/+12
* | | Style improvements - invoking callbacks without visual junk.dkf2008-10-261-5/+4
* | | Add "const" to many internalnijtmans2008-10-161-2/+2
* | | Add "const" to many internalnijtmans2008-10-151-2/+2
* | | * generic/tclStringObj.c (Tcl_AppendFormatToObj):rmax2008-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