summaryrefslogtreecommitdiffstats
path: root/generic/tclStringObj.c
Commit message (Expand)AuthorAgeFilesLines
...
* Add missing castdkf2009-02-051-2/+2
* More/better/cleaner handling of the bytearray special casing for string ops.dkf2009-02-051-14/+82
* Improve efficiency of Tcl_AppendObjToObj's bytearray handling.dkf2009-02-051-1/+30
* comment typodgp2009-02-041-2/+2
* * generic/tclStringObj.c: Added overflow protections to thedgp2009-02-041-4/+14
* * generic/tclStringObj.c (SetUnicodeObj): Corrected failure ofdgp2009-02-031-43/+28
* * generic/tclStringObj.c (STRING_NOMEM): Add missing cast ofdgp2009-02-021-2/+3
* * generic/tclStringObj.c (Tcl_(Attempt)SetObjLength): Addeddgp2009-02-021-1/+16
* * generic/tclStringObj.c: New fix for [Bug 2494093] replaces thedgp2009-01-211-24/+30
* * 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
* move variable "length" inside if()nijtmans2008-12-171-2/+2
* TIP #343 IMPLEMENTATION - A Binary Specifier for [format/scan]ferrieux2008-12-101-5/+12
* Style improvements - invoking callbacks without visual junk.dkf2008-10-261-5/+4
* Add "const" to many internalnijtmans2008-10-161-2/+2
* Add "const" to many internalnijtmans2008-10-151-2/+2
* * generic/tclStringObj.c (Tcl_AppendFormatToObj):rmax2008-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
* Getting more systematic about styledkf2005-07-241-479/+516