| Commit message (Expand) | Author | Age | Files | Lines |
* | * generic/tclStringObj.c: Factor out duplicate code from | dgp | 2009-02-15 | 2 | -12/+7 |
|
|
* | * generic/tclStringObj.c: Replace the 'size_t uallocated' field | dgp | 2009-02-15 | 2 | -46/+49 |
|
|
* | * generic/tclStringObj.c: Removed limitation in | dgp | 2009-02-15 | 2 | -12/+16 |
|
|
* | * generic/tclStringObj.c: Revisions so that we avoid creating | dgp | 2009-02-14 | 2 | -51/+84 |
|
|
* | * generic/tclTestObj.c: Revise updates to [teststringobj] so we don't | dgp | 2009-02-14 | 2 | -7/+10 |
|
|
* | Const correctness fixes in the debug build. | dgp | 2009-02-14 | 1 | -5/+5 |
|
|
* | Remove all "register" keywords. | dgp | 2009-02-13 | 1 | -20/+20 |
|
|
* | New utility routine UnicodeLength(), to compute the length of unicode | dgp | 2009-02-13 | 2 | -23/+24 |
|
|
* | * generic/tclStringObj.c: Rewrites of the routines | dgp | 2009-02-13 | 3 | -153/+134 |
|
|
* | * generic/tclStringObj.c: Simplified Tcl_GetCharLength by | dgp | 2009-02-12 | 3 | -25/+37 |
|
|
* | * generic/tclStringObj.c: Re-implemented AppendUtfToUnicodeRep | dgp | 2009-02-12 | 2 | -32/+56 |
|
|
* | Fix tricky point that meant it was next to impossible to extend [oo::define]. | dkf | 2009-02-12 | 3 | -5/+31 |
|
|
* | Revise latest commit to better maintain stringPtr->numChars. | dgp | 2009-02-12 | 1 | -8/+12 |
|
|
* | * generic/tclStringObj.c: Re-implemented AppendUnicodeToUtfRep | dgp | 2009-02-12 | 2 | -54/+84 |
|
|
* | Removed casts now unnecessary after type of stringPtr->allocated changed. | dgp | 2009-02-11 | 1 | -5/+5 |
|
|
* | * generic/tclStringObj.c: Changed type of the 'allocated' field | dgp | 2009-02-11 | 2 | -4/+5 |
|
|
* | * generic/tclStringObj.c: Changed type of the 'allocated' field | dgp | 2009-02-11 | 3 | -3/+10 |
|
|
* | - eliminate some unnessary type casts | nijtmans | 2009-02-10 | 13 | -167/+133 |
|
|
* | - eliminate some unnessary type casts | nijtmans | 2009-02-10 | 19 | -110/+134 |
|
|
* | fix [tcl-Bug 2502365] Building of head on HPUX is | nijtmans | 2009-02-10 | 3 | -10/+22 |
|
|
* | Removed handling of (objPtr->bytes != NULL) from UpdateStringOfString, | dgp | 2009-02-10 | 2 | -3/+3 |
|
|
* | Simplify Tcl_SetObjLength by removing unreachable code. | dgp | 2009-02-10 | 2 | -10/+4 |
|
|
* | Simplify SetStringFromAny() by removing unreachable and duplicate code. | dgp | 2009-02-10 | 2 | -25/+14 |
|
|
* | * generic/tclObj.c (Tcl_GetString): Added comments and validity | dgp | 2009-02-10 | 3 | -12/+26 |
|
|
* | Convert all Tcl_InvalidateStringRep() calls into macros. | dgp | 2009-02-10 | 2 | -7/+8 |
|
|
* | * generic/tclStringObj.c: Reduce code duplication in Tcl_GetUnicode*. | dgp | 2009-02-10 | 2 | -6/+5 |
|
|
* | * generic/tclStringObj.c (Tcl_GetUnicode*): Reduce code duplication. | dgp | 2009-02-10 | 2 | -25/+6 |
|
|
* | formatting | dgp | 2009-02-10 | 1 | -3/+4 |
|
|
* | fix [Bug 2555129] const compiler | nijtmans | 2009-02-09 | 2 | -3/+7 |
|
|
* | Improve error messages. [Bug 2573172] | dkf | 2009-02-07 | 2 | -181/+205 |
|
|
* | Fix for [Bug 2544618] | Joe Mistachkin | 2009-02-06 | 3 | -19/+26 |
|
|
* | Simplify the implementation of some commands now that the underlying string | dkf | 2009-02-05 | 2 | -101/+65 |
|
|
* | Add missing cast | dkf | 2009-02-05 | 1 | -2/+2 |
|
|
* | Fix [Bug 2568434] | dkf | 2009-02-05 | 3 | -40/+39 |
|
|
* | More/better/cleaner handling of the bytearray special casing for string ops. | dkf | 2009-02-05 | 2 | -17/+87 |
|
|
* | Improve efficiency of Tcl_AppendObjToObj's bytearray handling. | dkf | 2009-02-05 | 2 | -1/+37 |
|
|
* | comment typo | dgp | 2009-02-04 | 1 | -2/+2 |
|
|
* | * generic/tclStringObj.c: Added overflow protections to the | dgp | 2009-02-04 | 2 | -4/+18 |
|
|
* | * generic/tclCmdMZ.c: Prevent crashes due to int overflow of the | dgp | 2009-02-04 | 2 | -11/+19 |
|
|
* | - eliminate some unnessary type casts | nijtmans | 2009-02-03 | 8 | -66/+76 |
|
|
* | - eliminate some unnessary type casts | nijtmans | 2009-02-03 | 13 | -56/+72 |
|
|
* | Added missing declaration of tclCmdNameType | dkf | 2009-02-03 | 1 | -1/+2 |
|
|
* | Fix for [Bug 2558422] though this area is still a mess. | dkf | 2009-02-03 | 2 | -9/+22 |
|
|
* | * generic/tclStringObj.c (SetUnicodeObj): Corrected failure of | dgp | 2009-02-03 | 2 | -43/+32 |
|
|
* | * generic/tclObj.c (Tcl_GetStringFromObj): Reduce code duplication. | dgp | 2009-02-03 | 2 | -8/+6 |
|
|
* | * generic/tclInterp.c: Reverted the conversion of [interp] into an | dgp | 2009-02-02 | 4 | -974/+469 |
|
|
* | * generic/tclStringObj.c (STRING_NOMEM): Add missing cast of | dgp | 2009-02-02 | 2 | -2/+6 |
|
|
* | * generic/tclStringObj.c (Tcl_(Attempt)SetObjLength): Added | dgp | 2009-02-02 | 2 | -1/+23 |
|
|
* | Revert unreleased improvements to pkgs/itcl . | dgp | 2009-02-02 | 1 | -1/+0 |
|
|
* | no message | davygrvy | 2009-02-01 | 1 | -0/+2 |
|
|