| Commit message (Expand) | Author | Age | Files | Lines |
* | * generic/tclStringObj.c: Rewrite GrowStringBuffer() so that it | dgp | 2009-02-18 | 1 | -0/+7 |
|
|
* | * generic/tclStringObj.c: Another round of simplification on | dgp | 2009-02-18 | 1 | -0/+5 |
|
|
* | * generic/tclStringObj.c: Pare back the length of the unicode | dgp | 2009-02-17 | 1 | -0/+7 |
|
|
* | * generic/tclStringObj.c: Factor out common GrowUnicodeBuffer() | dgp | 2009-02-17 | 1 | -0/+3 |
|
|
* | * win/tcl.m4, win/configure: Check if cl groks _WIN64 already to | hobbs | 2009-02-17 | 1 | -0/+6 |
|
|
* | * generic/tclStringObj.c: Factor out common GrowStringBuffer(). | dgp | 2009-02-17 | 1 | -0/+11 |
|
|
* | * generic/tclStringObj.c: Revise buffer growth implementation | dgp | 2009-02-17 | 1 | -8/+14 |
|
|
* | fix [Feature Request 2605263] use official | nijtmans | 2009-02-16 | 1 | -0/+2 |
|
|
* | fix [Feature Request 2605263] use official | nijtmans | 2009-02-16 | 1 | -1/+8 |
|
|
* | fix [Bug 2605232] tdbc doesn't build when | nijtmans | 2009-02-16 | 1 | -0/+5 |
|
|
* | * generic/tclTestObj.c: Replace the [teststringobj ualloc] testing | dgp | 2009-02-16 | 1 | -0/+3 |
|
|
* | * generic/tclStringObj.c: Added protections from invalid memory | dgp | 2009-02-16 | 1 | -0/+6 |
|
|
* | * generic/tclStringObj.c: Factor out duplicate code from | dgp | 2009-02-15 | 1 | -0/+3 |
|
|
* | * generic/tclStringObj.c: Replace the 'size_t uallocated' field | dgp | 2009-02-15 | 1 | -0/+7 |
|
|
* | * generic/tclStringObj.c: Removed limitation in | dgp | 2009-02-15 | 1 | -0/+9 |
|
|
* | * generic/tclStringObj.c: Revisions so that we avoid creating | dgp | 2009-02-14 | 1 | -0/+11 |
|
|
* | * generic/tclTestObj.c: Revise updates to [teststringobj] so we don't | dgp | 2009-02-14 | 1 | -0/+5 |
|
|
* | New utility routine UnicodeLength(), to compute the length of unicode | dgp | 2009-02-13 | 1 | -0/+3 |
|
|
* | * generic/tclStringObj.c: Rewrites of the routines | dgp | 2009-02-13 | 1 | -0/+10 |
|
|
* | * generic/tclStringObj.c: Simplified Tcl_GetCharLength by | dgp | 2009-02-12 | 1 | -0/+5 |
|
|
* | * generic/tclStringObj.c: Re-implemented AppendUtfToUnicodeRep | dgp | 2009-02-12 | 1 | -0/+7 |
|
|
* | Fix tricky point that meant it was next to impossible to extend [oo::define]. | dkf | 2009-02-12 | 1 | -0/+7 |
|
|
* | * generic/tclStringObj.c: Re-implemented AppendUnicodeToUtfRep | dgp | 2009-02-12 | 1 | -0/+5 |
|
|
* | * generic/tclStringObj.c: Changed type of the 'allocated' field | dgp | 2009-02-11 | 1 | -2/+3 |
|
|
* | * generic/tclStringObj.c: Changed type of the 'allocated' field | dgp | 2009-02-11 | 1 | -0/+6 |
|
|
* | - eliminate some unnessary type casts | nijtmans | 2009-02-10 | 1 | -4/+16 |
|
|
* | - eliminate some unnessary type casts | nijtmans | 2009-02-10 | 1 | -0/+20 |
|
|
* | fix [tcl-Bug 2502365] Building of head on HPUX is | nijtmans | 2009-02-10 | 1 | -0/+6 |
|
|
* | Removed handling of (objPtr->bytes != NULL) from UpdateStringOfString, | dgp | 2009-02-10 | 1 | -0/+2 |
|
|
* | Simplify Tcl_SetObjLength by removing unreachable code. | dgp | 2009-02-10 | 1 | -0/+1 |
|
|
* | Simplify SetStringFromAny() by removing unreachable and duplicate code. | dgp | 2009-02-10 | 1 | -0/+1 |
|
|
* | * generic/tclObj.c (Tcl_GetString): Added comments and validity | dgp | 2009-02-10 | 1 | -0/+4 |
|
|
* | Convert all Tcl_InvalidateStringRep() calls into macros. | dgp | 2009-02-10 | 1 | -0/+1 |
|
|
* | * generic/tclStringObj.c: Reduce code duplication in Tcl_GetUnicode*. | dgp | 2009-02-10 | 1 | -1/+2 |
|
|
* | * generic/tclStringObj.c (Tcl_GetUnicode*): Reduce code duplication. | dgp | 2009-02-10 | 1 | -0/+4 |
|
|
* | formatting | dgp | 2009-02-10 | 1 | -3/+4 |
|
|
* | fix [Bug 2555129] const compiler | nijtmans | 2009-02-09 | 1 | -0/+4 |
|
|
* | Improve error messages. [Bug 2573172] | dkf | 2009-02-07 | 1 | -0/+7 |
|
|
* | Fix for [Bug 2544618] | Joe Mistachkin | 2009-02-06 | 1 | -0/+7 |
|
|
* | Simplify the implementation of some commands now that the underlying string | dkf | 2009-02-05 | 1 | -2/+6 |
|
|
* | Fix [Bug 2568434] | dkf | 2009-02-05 | 1 | -0/+3 |
|
|
* | More/better/cleaner handling of the bytearray special casing for string ops. | dkf | 2009-02-05 | 1 | -3/+5 |
|
|
* | Improve efficiency of Tcl_AppendObjToObj's bytearray handling. | dkf | 2009-02-05 | 1 | -0/+7 |
|
|
* | * generic/tclStringObj.c: Added overflow protections to the | dgp | 2009-02-04 | 1 | -0/+4 |
|
|
* | * generic/tclCmdMZ.c: Prevent crashes due to int overflow of the | dgp | 2009-02-04 | 1 | -0/+5 |
|
|
* | - eliminate some unnessary type casts | nijtmans | 2009-02-03 | 1 | -0/+7 |
|
|
* | - eliminate some unnessary type casts | nijtmans | 2009-02-03 | 1 | -0/+15 |
|
|
* | Fix for [Bug 2558422] though this area is still a mess. | dkf | 2009-02-03 | 1 | -7/+12 |
|
|
* | * generic/tclStringObj.c (SetUnicodeObj): Corrected failure of | dgp | 2009-02-03 | 1 | -0/+4 |
|
|
* | * generic/tclObj.c (Tcl_GetStringFromObj): Reduce code duplication. | dgp | 2009-02-03 | 1 | -0/+4 |
|
|