summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
...
* * generic/tclStringObj.c: Revise buffer growth implementationdgp2009-02-171-13/+32
* fix [Feature Request 2605263] use officialnijtmans2009-02-161-30/+82
* * generic/tclTestObj.c: Replace the [teststringobj ualloc] testingdgp2009-02-161-5/+5
* * generic/tclStringObj.c: Added protections from invalid memorydgp2009-02-162-6/+98
* * 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
* * generic/tclTestObj.c: Revise updates to [teststringobj] so we don'tdgp2009-02-141-7/+5
* Const correctness fixes in the debug build.dgp2009-02-141-5/+5
* 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-132-153/+124
* * generic/tclStringObj.c: Simplified Tcl_GetCharLength bydgp2009-02-122-25/+32
* * generic/tclStringObj.c: Re-implemented AppendUtfToUnicodeRepdgp2009-02-121-32/+49
* Fix tricky point that meant it was next to impossible to extend [oo::define].dkf2009-02-121-4/+4
* 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
* * generic/tclStringObj.c: Changed type of the 'allocated' fielddgp2009-02-112-3/+4
* - eliminate some unnessary type castsnijtmans2009-02-1012-163/+117
* - eliminate some unnessary type castsnijtmans2009-02-1018-110/+114
* 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-102-12/+22
* 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
* fix [Bug 2555129] const compilernijtmans2009-02-091-3/+3
* Improve error messages. [Bug 2573172]dkf2009-02-071-181/+198
* Fix for [Bug 2544618]Joe Mistachkin2009-02-061-6/+6
* Simplify the implementation of some commands now that the underlying stringdkf2009-02-051-99/+59
* Add missing castdkf2009-02-051-2/+2
* Fix [Bug 2568434]dkf2009-02-051-2/+6
* 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/tclCmdMZ.c: Prevent crashes due to int overflow of thedgp2009-02-041-11/+14
* - eliminate some unnessary type castsnijtmans2009-02-037-66/+69
* Added missing declaration of tclCmdNameTypedkf2009-02-031-1/+2
* Fix for [Bug 2558422] though this area is still a mess.dkf2009-02-031-2/+10
* * generic/tclStringObj.c (SetUnicodeObj): Corrected failure ofdgp2009-02-031-43/+28
* * generic/tclObj.c (Tcl_GetStringFromObj): Reduce code duplication.dgp2009-02-031-8/+2
* * generic/tclInterp.c: Reverted the conversion of [interp] into andgp2009-02-021-956/+441
* * generic/tclStringObj.c (STRING_NOMEM): Add missing cast ofdgp2009-02-021-2/+3
* * generic/tclStringObj.c (Tcl_(Attempt)SetObjLength): Addeddgp2009-02-021-1/+16
* Fix [Bug 2519474]dkf2009-01-291-2/+3