| Commit message (Expand) | Author | Age | Files | Lines |
* | * generic/tclStringObj.c (Tcl_AppendFormatToObj): | rmax | 2008-04-07 | 1 | -3/+3 |
|
|
* | * generic/tclStringObj.c (Tcl_AppendFormatToObj): [format %llx $big] | dgp | 2008-02-28 | 1 | -1/+4 |
|
|
* | * generic/tclStringObj.c (Tcl_AppendFormatToObj): Correct failure to | dgp | 2008-01-10 | 1 | -4/+4 |
|
|
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | More minor cleanup | dkf | 2007-11-18 | 1 | -74/+69 |
|
|
* | [Patch 1830038]: Increased usage of macros to detect and take advantage of ob... | Miguel Sofer | 2007-11-11 | 1 | -17/+17 |
|
|
* | * generic/tclCmdMZ.c (STR_REVERSE): Implement the actual | dgp | 2007-03-28 | 1 | -1/+83 |
|
|
* | * generic/tclExecute.c: More ckalloc -> ckrealloc conversions. | dgp | 2007-03-21 | 1 | -10/+8 |
|
|
* | TIP#270 IMPLEMENTATION | dgp | 2006-11-15 | 1 | -17/+17 |
|
|
* | * generic/tclStringObj.c: Changed Tcl_ObjPrintf() response to | dgp | 2006-11-05 | 1 | -2/+3 |
|
|
* | * generic/tclCmdAH.c: Further revisions to produce the routines | dgp | 2006-11-02 | 1 | -91/+10 |
|
|
* | * generic/tclBasic.c: Further revised TclAppendPrintToObj() and | dgp | 2006-11-02 | 1 | -18/+11 |
|
|
* | * generic/tclBasic.c: Refactored and renamed the routines | dgp | 2006-10-31 | 1 | -25/+60 |
|
|
* | * generic/tclStringObj.c (STRING_SIZE): fix allocation for | Miguel Sofer | 2006-09-24 | 1 | -2/+4 |
|
|
* | * generic/tclStringObj.c: Revised ObjPrintfVA to take care | dgp | 2006-08-28 | 1 | -17/+30 |
|
|
* | * generic/tclStringObj.c: Corrected TclFormatObj's failure | dgp | 2006-08-28 | 1 | -4/+11 |
|
|
* | Various minor object file size efficiency fixes. [Bug 1530474] | dkf | 2006-08-10 | 1 | -8/+8 |
|
|
* | * generic/regc_locale.c (cclass): | das | 2006-07-20 | 1 | -2/+2 |
|
|
* | comment adjustment | dgp | 2006-03-23 | 1 | -1/+2 |
|
|
* | * generic/tclStringObj.c: fixed incorrect handling of internal rep | Miguel Sofer | 2006-01-23 | 1 | -2/+2 |
|
|
* | ANSIfy (though only partially - function decls only - for tclExecute.c) | dkf | 2005-11-02 | 1 | -214/+268 |
|
|
* | * generic/tclBasic.c: | Miguel Sofer | 2005-10-09 | 1 | -2/+3 |
|
|
* | TIP#237 IMPLEMENTATION | dgp | 2005-10-08 | 1 | -38/+89 |
|
|
* | * generic/tclStringObj.c (TclAppendFormattedObjs): Revisionkennykb_numerics_branch_20050915 | dgp | 2005-09-15 | 1 | -9/+7 |
|
|
* | * generic/tclStringObj.c: Bug fixes: ObjPrintfVA needed to | dgp | 2005-09-14 | 1 | -5/+12 |
|
|
* | * generic/tclStringObj.c: Bug fixes: ObjPrintfVA needed to | dgp | 2005-09-14 | 1 | -5/+31 |
|
|
* | * generic/tclBasic.c: First caller of TclFormatToErrorInfo. | dgp | 2005-09-14 | 1 | -35/+50 |
|
|
* | * generic/tcl.h: Explicitly standardized on the use of stdarg.h | dgp | 2005-09-13 | 1 | -8/+9 |
|
|
* | 2005-09-12 Don Porter <dgp@users.sourceforge.net> | dgp | 2005-09-12 | 1 | -4/+6 |
|
|
* | silence compiler warnings | dgp | 2005-09-09 | 1 | -5/+2 |
|
|
* | * generic/tclInt.h: New internal routine TclObjPrintf() | dgp | 2005-09-09 | 1 | -1/+130 |
|
|
* | added missing casts in tclStringObj.c | Kevin B Kenny | 2005-09-09 | 1 | -3/+3 |
|
|
* | * generic/tclInt.h: New internal routines TclFormatObj() | dgp | 2005-09-09 | 1 | -1/+599 |
|
|
* | Getting more systematic about style | dkf | 2005-07-24 | 1 | -479/+516 |
|
|
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -1/+1 |
|
|
* | * generic/tclExecute.c: | Miguel Sofer | 2005-04-01 | 1 | -3/+2 |
|
|
* | Factorize out the code for freeing an object's internal rep. | dkf | 2004-09-29 | 1 | -14/+4 |
|
|
* | All uses of 'panic' (the macro) changed | davygrvy | 2003-12-24 | 1 | -7/+7 |
|
|
* | * generic/tclBasic.c (TclAppendObjToErrorInfo): New internal routine | dgp | 2003-10-14 | 1 | -12/+67 |
|
|
* | * generic/tclStringObj.c: restored Tcl_SetObjLength() side-effect | das | 2003-02-19 | 1 | -67/+45 |
|
|
* | * generic/tclCompile.c (TclCompileExprWords): remove unused | Miguel Sofer | 2003-02-19 | 1 | -3/+2 |
|
|
* | generic/tclStringObj.c (Tcl_GetCharLength): perf tweak | hobbs | 2003-02-15 | 1 | -7/+8 |
|
|
* | * tests/stringObj.test: | hobbs | 2003-02-11 | 1 | -7/+6 |
|
|
* | stringObj unicode Tcl_SetObjLength fixes | vincentdarley | 2003-01-24 | 1 | -83/+131 |
|
|
* | execution trace, command trace and stringObj bug fixes | vincentdarley | 2003-01-17 | 1 | -22/+48 |
|
|
* | 3 small fixes | vincentdarley | 2002-11-13 | 1 | -3/+3 |
|
|
* | * generic/tclStringObj.c (Tcl_GetCharLength): optimize for the | hobbs | 2002-11-12 | 1 | -5/+19 |
|
|
* | * Sought out and eliminated instances of CONST-casting that are no | dgp | 2002-01-26 | 1 | -3/+3 |
|
|
* | * typos and formatting | dgp | 2002-01-08 | 1 | -4/+3 |
|
|
* | * generic/tclCkalloc.c (MemoryCmd, TclFinalizeMemorySubsystem): | dgp | 2001-12-28 | 1 | -4/+4 |
|
|