summaryrefslogtreecommitdiffstats
path: root/generic/tclStringObj.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Getting more systematic about styledkf2005-07-241-479/+516
* Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
* * generic/tclExecute.c:Miguel Sofer2005-04-011-3/+2
* Factorize out the code for freeing an object's internal rep.dkf2004-09-291-14/+4
* All uses of 'panic' (the macro) changeddavygrvy2003-12-241-7/+7
* * generic/tclBasic.c (TclAppendObjToErrorInfo): New internal routinedgp2003-10-141-12/+67
* * generic/tclStringObj.c: restored Tcl_SetObjLength() side-effectdas2003-02-191-67/+45
* * generic/tclCompile.c (TclCompileExprWords): remove unusedMiguel Sofer2003-02-191-3/+2
* generic/tclStringObj.c (Tcl_GetCharLength): perf tweakhobbs2003-02-151-7/+8
* * tests/stringObj.test:hobbs2003-02-111-7/+6
* stringObj unicode Tcl_SetObjLength fixesvincentdarley2003-01-241-83/+131
* execution trace, command trace and stringObj bug fixesvincentdarley2003-01-171-22/+48
* 3 small fixesvincentdarley2002-11-131-3/+3
* * generic/tclStringObj.c (Tcl_GetCharLength): optimize for thehobbs2002-11-121-5/+19
* * Sought out and eliminated instances of CONST-casting that are nodgp2002-01-261-3/+3
* * typos and formattingdgp2002-01-081-4/+3
* * generic/tclCkalloc.c (MemoryCmd, TclFinalizeMemorySubsystem):dgp2001-12-281-4/+4