summaryrefslogtreecommitdiffstats
path: root/generic/tclStringObj.c
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclStringObj.c: A few more string overflow cases indgp2009-08-271-3/+13
* * generic/tclStringObj.c: Corrected failure to grow bufferdgp2009-07-311-1/+4
* fix 64bit int <-> ptr cast warningsdas2009-07-151-2/+2
* Cast wide integer to int conversion and some signed/unsigned conversions. (si...patthoyts2009-07-011-3/+3
* * generic/tclStringObj.c: sprintf() -> Tcl_ObjPrintf() conversion.dgp2009-06-151-5/+3
* * generic/tclStringObj.c: Revised [format] to not overflow thedgp2009-06-101-8/+68
* * generic/tclStringObj.c: AppendUnicodeToUnicodeRep failedcore_8_5_7dgp2009-04-151-1/+2
* silence warning preventing symbols build with msvc6 (signed/unsigned comparison)patthoyts2009-04-101-2/+2
* * generic/tclStringObj.c (UpdateStringOfString): Fix bug detecteddgp2009-04-101-3/+3
* * generic/tclStringObj.c: Completed backports of fixes fordgp2009-04-071-68/+112
* * generic/tclStringObj.c: Added protections from invalid memorydgp2009-03-301-1/+33
* * generic/tclStringObj.c: Test stringObj-6.9 checks thatdgp2009-03-211-2/+8
* * generic/tclStringObj.c: Added overflow protections to thedgp2009-02-051-4/+29
* comment typodgp2009-02-041-2/+2
* * generic/tclStringObj.c (SetUnicodeObj): Corrected failure ofdgp2009-02-041-43/+28
* * generic/tclStringObj.c (STRING_SIZE): Corrected failure to limitdgp2009-01-091-4/+7
* * generic/tclStringObj.c (STRING_UALLOC): Added missing parensdgp2009-01-081-2/+2
* * generic/tclStringObj.c (Tcl_AppendFormatToObj):dgp2008-04-071-3/+3
* * generic/tclStringObj.c (Tcl_AppendFormatToObj): [format %llx $big]dgp2008-02-281-1/+4
* * generic/tclStringObj.c (Tcl_AppendFormatToObj): Correct failure todgp2008-01-101-4/+4
* merge stable branch onto HEADdgp2007-12-131-1/+1
* More minor cleanupdkf2007-11-181-74/+69
* [Patch 1830038]: Increased usage of macros to detect and take advantage of ob...Miguel Sofer2007-11-111-17/+17
* * generic/tclCmdMZ.c (STR_REVERSE): Implement the actualdgp2007-03-281-1/+83
* * generic/tclExecute.c: More ckalloc -> ckrealloc conversions.dgp2007-03-211-10/+8
* TIP#270 IMPLEMENTATIONdgp2006-11-151-17/+17
* * generic/tclStringObj.c: Changed Tcl_ObjPrintf() response todgp2006-11-051-2/+3
* * generic/tclCmdAH.c: Further revisions to produce the routinesdgp2006-11-021-91/+10
* * generic/tclBasic.c: Further revised TclAppendPrintToObj() anddgp2006-11-021-18/+11
* * generic/tclBasic.c: Refactored and renamed the routinesdgp2006-10-311-25/+60
* * generic/tclStringObj.c (STRING_SIZE): fix allocation forMiguel Sofer2006-09-241-2/+4
* * generic/tclStringObj.c: Revised ObjPrintfVA to take caredgp2006-08-281-17/+30
* * generic/tclStringObj.c: Corrected TclFormatObj's failuredgp2006-08-281-4/+11
* Various minor object file size efficiency fixes. [Bug 1530474]dkf2006-08-101-8/+8
* * generic/regc_locale.c (cclass):das2006-07-201-2/+2
* comment adjustmentdgp2006-03-231-1/+2
* * generic/tclStringObj.c: fixed incorrect handling of internal repMiguel Sofer2006-01-231-2/+2
* ANSIfy (though only partially - function decls only - for tclExecute.c)dkf2005-11-021-214/+268
* * generic/tclBasic.c:Miguel Sofer2005-10-091-2/+3
* TIP#237 IMPLEMENTATIONdgp2005-10-081-38/+89
* * generic/tclStringObj.c (TclAppendFormattedObjs): Revisionkennykb_numerics_branch_20050915dgp2005-09-151-9/+7
* * generic/tclStringObj.c: Bug fixes: ObjPrintfVA needed todgp2005-09-141-5/+12
* * generic/tclStringObj.c: Bug fixes: ObjPrintfVA needed todgp2005-09-141-5/+31
* * generic/tclBasic.c: First caller of TclFormatToErrorInfo.dgp2005-09-141-35/+50
* * generic/tcl.h: Explicitly standardized on the use of stdarg.hdgp2005-09-131-8/+9
* 2005-09-12 Don Porter <dgp@users.sourceforge.net>dgp2005-09-121-4/+6
* silence compiler warningsdgp2005-09-091-5/+2
* * generic/tclInt.h: New internal routine TclObjPrintf()dgp2005-09-091-1/+130
* added missing casts in tclStringObj.cKevin B Kenny2005-09-091-3/+3
* * generic/tclInt.h: New internal routines TclFormatObj()dgp2005-09-091-1/+599