| Commit message (Expand) | Author | Age | Files | Lines |
* | Set the defaults of all growth algorithm parameters based on one master value. | dgp | 2011-05-12 | 1 | -10/+9 |
|
|
* | Improved reaction to out of memory. | dgp | 2011-04-28 | 1 | -1/+7 |
|
|
* | TclFreeIntRep() cleanup. | dgp | 2011-04-27 | 1 | -1/+0 |
|
|
* | More generation of error codes ([format], [after], [trace], RE optimizer). | dkf | 2011-04-04 | 1 | -2/+20 |
|
|
* | Reduce the number of casts used to manage Tcl_Obj internal representations. | dkf | 2011-03-26 | 1 | -3/+2 |
|
|
* | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -8/+8 |
|
|
* | MINOR: Formatting fixes, mainly to comments, so code better fits the style in | dkf | 2011-03-10 | 1 | -61/+148 |
|
|
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+1 |
|\ |
|
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+1 |
| |\ |
|
| | * | Typo in last commit broke tclStringObj.c build. Fixed. | dgp | 2011-03-01 | 1 | -0/+1 |
|
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| | * | * generic/tclStringObj.c: (SetStringFromAny): avoid trampling | vasiljevic | 2010-04-02 | 1 | -2/+4 |
|
|
| | * | * generic/tclStringObj.c (UpdateStringOfString): Added cast to fix | andreas_kupries | 2009-04-22 | 1 | -2/+2 |
|
|
| | * | UpdateStringOfString: matchup with core-8-5-branch changes | das | 2009-04-15 | 1 | -6/+6 |
|
|
| | * | * generic/tclStringObj.c: AppendUnicodeToUnicodeRep failed | dgp | 2009-04-15 | 1 | -1/+2 |
|
|
| | * | * generic/tclStringObj.c: Completed backports of fixes for | dgp | 2009-04-07 | 1 | -66/+113 |
|
|
| | * | * generic/tclStringObj.c: Added protections from invalid memory | dgp | 2009-03-30 | 1 | -1/+32 |
|
|
| | * | * generic/tclStringObj.c: Test stringObj-6.9 checks that | dgp | 2009-03-21 | 1 | -2/+8 |
|
|
| | * | * generic/tclStringObj.c: Added overflow protections to the | dgp | 2009-02-05 | 1 | -4/+29 |
|
|
| | * | * generic/tclStringObj.c (SetUnicodeObj): Corrected failure of | dgp | 2009-02-04 | 1 | -46/+34 |
|
|
| | * | * generic/tclStringObj.c (STRING_SIZE): Corrected failure to limit | dgp | 2009-01-09 | 1 | -4/+7 |
|
|
| | * | * generic/tclStringObj.c (STRING_UALLOC): Added missing parens | dgp | 2009-01-08 | 1 | -2/+2 |
|
|
| | * | * generic/tclParse.c (Tcl_ParseCommand): also return an error if | Miguel Sofer | 2006-09-24 | 1 | -3/+5 |
|
|
| | * | * generic/tclStringObj.c: fixed incorrect handling of internal rep | Miguel Sofer | 2006-01-23 | 1 | -2/+2 |
|
|
| * | | * generic/tclStringObj.c: (SetStringFromAny): avoid trampling | vasiljevic | 2010-04-02 | 1 | -2/+4 |
|
|
| * | | * generic/tclStringObj.c: Fix array overrun in test format-1.12 | dgp | 2010-03-29 | 1 | -2/+2 |
|
|
| * | | [Bug 2932421]: Make [format] less likely to smash intreps. | dkf | 2010-01-18 | 1 | -21/+33 |
|
|
| * | | * generic/tclStringObj.c: A few more string overflow cases in | dgp | 2009-08-27 | 1 | -3/+13 |
|
|
| * | | * generic/tclStringObj.c: Corrected failure to grow buffer | dgp | 2009-07-31 | 1 | -1/+4 |
|
|
| * | | fix 64bit int <-> ptr cast warnings | das | 2009-07-15 | 1 | -2/+2 |
|
|
| * | | Cast wide integer to int conversion and some signed/unsigned conversions. (si... | patthoyts | 2009-07-01 | 1 | -3/+3 |
|
|
| * | | * generic/tclStringObj.c: sprintf() -> Tcl_ObjPrintf() conversion. | dgp | 2009-06-15 | 1 | -5/+3 |
|
|
| * | | * generic/tclStringObj.c: Revised [format] to not overflow the | dgp | 2009-06-10 | 1 | -8/+68 |
|
|
| * | | * generic/tclStringObj.c: AppendUnicodeToUnicodeRep failedcore_8_5_7 | dgp | 2009-04-15 | 1 | -1/+2 |
|
|
| * | | silence warning preventing symbols build with msvc6 (signed/unsigned comparison) | patthoyts | 2009-04-10 | 1 | -2/+2 |
|
|
| * | | * generic/tclStringObj.c (UpdateStringOfString): Fix bug detected | dgp | 2009-04-10 | 1 | -3/+3 |
|
|
| * | | * generic/tclStringObj.c: Completed backports of fixes for | dgp | 2009-04-07 | 1 | -68/+112 |
|
|
| * | | * generic/tclStringObj.c: Added protections from invalid memory | dgp | 2009-03-30 | 1 | -1/+33 |
|
|
| * | | * generic/tclStringObj.c: Test stringObj-6.9 checks that | dgp | 2009-03-21 | 1 | -2/+8 |
|
|
| * | | * generic/tclStringObj.c: Added overflow protections to the | dgp | 2009-02-05 | 1 | -4/+29 |
|
|
| * | | comment typo | dgp | 2009-02-04 | 1 | -2/+2 |
|
|
| * | | * generic/tclStringObj.c (SetUnicodeObj): Corrected failure of | dgp | 2009-02-04 | 1 | -43/+28 |
|
|
| * | | * generic/tclStringObj.c (STRING_SIZE): Corrected failure to limit | dgp | 2009-01-09 | 1 | -4/+7 |
|
|
| * | | * generic/tclStringObj.c (STRING_UALLOC): Added missing parens | dgp | 2009-01-08 | 1 | -2/+2 |
|
|
| * | | * generic/tclStringObj.c (Tcl_AppendFormatToObj): | dgp | 2008-04-07 | 1 | -3/+3 |
|
|
* | | | * generic/tclZlib.c (Tcl_ZlibStreamGet): [Bug 3081008]: Ensure that | dkf | 2010-10-19 | 1 | -2/+12 |
|
|
* | | | * generic/tclBinary.c (TclAppendBytesToByteArray): Add comments | dgp | 2010-04-30 | 1 | -3/+3 |
|
|
* | | | * generic/tclBinary.c (TclAppendBytesToByteArray): [Bug 2992970]: Make | dkf | 2010-04-29 | 1 | -4/+3 |
|
|
* | | | * generic/tclStringObj.c: Fix array overrun in test format-1.12 | dgp | 2010-03-29 | 1 | -2/+2 |
|
|
* | | | Code Audit results: | dkf | 2010-03-05 | 1 | -3/+5 |
|
|