summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix bug 2662434dkf2009-03-043-4/+14
* [Bug 218977] Tcl_DbCkfree needs a return valuenijtmans2009-02-278-45/+51
* * generic/tclUtil.c (TclStringMatchObj): Revised the branchingdgp2009-02-252-3/+10
* * generic/tclCmdMZ.c: Since Tcl_GetCharLength() has its owndgp2009-02-253-27/+16
* General minor documentation improvements.dkf2009-02-249-60/+82
* Update to installed module version numberdkf2009-02-242-6/+6
* Added support for 8.6's zlib integration.dkf2009-02-243-138/+182
* Revert commits of 20080723. Those were speed tests, that are inherently brit...ferrieux2009-02-223-19/+7
* * generic/tclStringObj.c: Several revisions to the shimmeringdgp2009-02-222-17/+79
* * generic/tclPathObj.c: Fixed mistaken logic in TclFSGetPathType()dgp2009-02-203-2/+24
* 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-182-66/+34
* another TODOdgp2009-02-181-1/+2
* * generic/tclStringObj.c: Rewrite GrowStringBuffer() so that itdgp2009-02-182-16/+30
* * generic/tclStringObj.c: Another round of simplification ondgp2009-02-181-21/+21
* * generic/tclStringObj.c: Another round of simplification ondgp2009-02-182-29/+30
* * generic/tclStringObj.c: Pare back the length of the unicodedgp2009-02-172-12/+17
* * generic/tclStringObj.c: Factor out common GrowUnicodeBuffer()dgp2009-02-172-44/+54
* * win/tcl.m4, win/configure: Check if cl groks _WIN64 already tohobbs2009-02-173-6/+189
* * generic/tclStringObj.c: Factor out common GrowStringBuffer().dgp2009-02-173-152/+60
* * generic/tclStringObj.c: Revise buffer growth implementationdgp2009-02-172-21/+46
* fix [Feature Request 2605263] use officialnijtmans2009-02-161-0/+2
* 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