summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix [Feature Request 2605263] use officialnijtmans2009-02-167-39/+156
* fix [Bug 2605232] tdbc doesn't build whennijtmans2009-02-162-2/+7
* * generic/tclTestObj.c: Replace the [teststringobj ualloc] testingdgp2009-02-163-8/+11
* * generic/tclStringObj.c: Added protections from invalid memorydgp2009-02-164-7/+139
* * generic/tclStringObj.c: Factor out duplicate code fromdgp2009-02-152-12/+7
* * generic/tclStringObj.c: Replace the 'size_t uallocated' fielddgp2009-02-152-46/+49
* * generic/tclStringObj.c: Removed limitation indgp2009-02-152-12/+16
* * generic/tclStringObj.c: Revisions so that we avoid creatingdgp2009-02-142-51/+84
* * generic/tclTestObj.c: Revise updates to [teststringobj] so we don'tdgp2009-02-142-7/+10
* 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-132-23/+24
* * generic/tclStringObj.c: Rewrites of the routinesdgp2009-02-133-153/+134
* * generic/tclStringObj.c: Simplified Tcl_GetCharLength bydgp2009-02-123-25/+37
* * generic/tclStringObj.c: Re-implemented AppendUtfToUnicodeRepdgp2009-02-122-32/+56
* Fix tricky point that meant it was next to impossible to extend [oo::define].dkf2009-02-123-5/+31
* Revise latest commit to better maintain stringPtr->numChars.dgp2009-02-121-8/+12
* * generic/tclStringObj.c: Re-implemented AppendUnicodeToUtfRepdgp2009-02-122-54/+84
* 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-112-4/+5
* * generic/tclStringObj.c: Changed type of the 'allocated' fielddgp2009-02-113-3/+10
* - eliminate some unnessary type castsnijtmans2009-02-1013-167/+133
* - eliminate some unnessary type castsnijtmans2009-02-1019-110/+134
* fix [tcl-Bug 2502365] Building of head on HPUX isnijtmans2009-02-103-10/+22
* Removed handling of (objPtr->bytes != NULL) from UpdateStringOfString,dgp2009-02-102-3/+3
* Simplify Tcl_SetObjLength by removing unreachable code.dgp2009-02-102-10/+4
* Simplify SetStringFromAny() by removing unreachable and duplicate code.dgp2009-02-102-25/+14
* * generic/tclObj.c (Tcl_GetString): Added comments and validitydgp2009-02-103-12/+26
* Convert all Tcl_InvalidateStringRep() calls into macros.dgp2009-02-102-7/+8
* * generic/tclStringObj.c: Reduce code duplication in Tcl_GetUnicode*.dgp2009-02-102-6/+5
* * generic/tclStringObj.c (Tcl_GetUnicode*): Reduce code duplication.dgp2009-02-102-25/+6
* formattingdgp2009-02-101-3/+4
* fix [Bug 2555129] const compilernijtmans2009-02-092-3/+7
* Improve error messages. [Bug 2573172]dkf2009-02-072-181/+205
* Fix for [Bug 2544618]Joe Mistachkin2009-02-063-19/+26
* Simplify the implementation of some commands now that the underlying stringdkf2009-02-052-101/+65
* Add missing castdkf2009-02-051-2/+2
* Fix [Bug 2568434]dkf2009-02-053-40/+39
* More/better/cleaner handling of the bytearray special casing for string ops.dkf2009-02-052-17/+87
* Improve efficiency of Tcl_AppendObjToObj's bytearray handling.dkf2009-02-052-1/+37
* comment typodgp2009-02-041-2/+2
* * generic/tclStringObj.c: Added overflow protections to thedgp2009-02-042-4/+18
* * generic/tclCmdMZ.c: Prevent crashes due to int overflow of thedgp2009-02-042-11/+19
* - eliminate some unnessary type castsnijtmans2009-02-038-66/+76
* - eliminate some unnessary type castsnijtmans2009-02-0313-56/+72
* Added missing declaration of tclCmdNameTypedkf2009-02-031-1/+2
* Fix for [Bug 2558422] though this area is still a mess.dkf2009-02-032-9/+22
* * generic/tclStringObj.c (SetUnicodeObj): Corrected failure ofdgp2009-02-032-43/+32
* * generic/tclObj.c (Tcl_GetStringFromObj): Reduce code duplication.dgp2009-02-032-8/+6
* * generic/tclInterp.c: Reverted the conversion of [interp] into andgp2009-02-024-974/+469