| Commit message (Expand) | Author | Age | Files | Lines |
* | [Tcl Bug 1706140] | dgp | 2007-05-07 | 1 | -2/+2 |
|
|
* | * generic/tclExecute.c: More ckalloc -> ckrealloc conversions. | dgp | 2007-03-21 | 1 | -10/+4 |
|
|
* | Code style improvements | dkf | 2007-01-18 | 1 | -8/+10 |
|
|
* | Fix minor fault (made by aku, caught by aku) | dkf | 2007-01-18 | 1 | -2/+2 |
|
|
* | Whitespace policing, and adding comments so that it is clearer what TclMarkList
| dkf | 2007-01-18 | 1 | -30/+61 |
|
|
* | * generic/tclBasic.c: TIP #280 implementation. | andreas_kupries | 2006-11-28 | 1 | -1/+84 |
|
|
* | TIP#270 IMPLEMENTATION | dgp | 2006-11-15 | 1 | -3/+3 |
|
|
* | * generic/tclCompExpr.c: fix gcc warnings about 'cast to/from | das | 2006-11-13 | 1 | -4/+4 |
|
|
* | * generic/tclBasic.c: Further revised TclAppendPrintToObj() and | dgp | 2006-11-02 | 1 | -3/+3 |
|
|
* | Whitespace policing | dkf | 2006-11-02 | 1 | -9/+8 |
|
|
* | * generic/tclBasic.c: Refactored and renamed the routines | dgp | 2006-10-31 | 1 | -9/+5 |
|
|
* | * generic/tclUtil.c (Tcl_SplitList): optimisation, [Patch 1344747] | Miguel Sofer | 2006-09-30 | 1 | -5/+16 |
|
|
* | * generic/tclUtil.c: Dropped ParseInteger() routine. | dgp | 2006-09-21 | 1 | -80/+15 |
|
|
* | Various minor object file size efficiency fixes. [Bug 1530474] | dkf | 2006-08-10 | 1 | -2/+2 |
|
|
* | ANSIfy (though only partially - function decls only - for tclExecute.c) | dkf | 2005-11-02 | 1 | -176/+183 |
|
|
* | * generic/tclClock.c: Removed some dead code. | dgp | 2005-10-19 | 1 | -56/+1 |
|
|
* | TIP#237 IMPLEMENTATION | dgp | 2005-10-08 | 1 | -24/+62 |
|
|
* | * generic/tclBasic.c: More callers of TclObjPrintf and | dgp | 2005-09-15 | 1 | -13/+11 |
|
|
* | Add flag to lists so that evaluating contexts can handle them efficiently much | dkf | 2005-09-06 | 1 | -2/+9 |
|
|
* | * generic/tclUtil.c: Converted the $::tcl_precision value to be | dgp | 2005-07-27 | 1 | -30/+14 |
|
|
* | Getting more systematic about style | dkf | 2005-07-24 | 1 | -730/+756 |
|
|
* | * generic/tclUtil.c: Converted TclFormatInt() into a macro. | dgp | 2005-07-05 | 1 | -86/+1 |
|
|
* | * generic/tclInt.decls: | das | 2005-05-14 | 1 | -1/+24 |
|
|
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -41/+147 |
|
|
* | * generic/tclInt.decls: Converted TclMatchIsTrivial to a macro. | dgp | 2005-05-05 | 1 | -38/+1 |
|
|
* | * doc/DString.3: Eliminated use of identifier "string" in Tcl's | dgp | 2005-05-03 | 1 | -38/+38 |
|
|
* | TIP#176 IMPLEMENTATION [Patch 1165695] | dgp | 2005-04-29 | 1 | -11/+57 |
|
|
* | * generic/tclInterp.c: Corrected bad syntax of Tcl_Panic() call. | dgp | 2005-04-12 | 1 | -8/+8 |
|
|
* | * generic/tclExecute.c (ExprSrandFunc): Replaced incursions into the | dgp | 2005-04-05 | 1 | -43/+3 |
|
|
* | * generic/tclEncoding.c: Plugged some memory leaks. Thanks to | dgp | 2004-12-13 | 1 | -1/+2 |
|
|
* | * generic/tclUtil.c (TclSetProcessGlobalValue): Handle the case | dgp | 2004-12-02 | 1 | -3/+4 |
|
|
* | * generic/tclUtil.c (TclGetProcessGlobalValue): Narrowed the scope | dgp | 2004-12-02 | 1 | -50/+58 |
|
|
* | * generic/tclUtil.c: Updated Tcl_GetNameOfExecutable() to | dgp | 2004-12-01 | 1 | -91/+72 |
|
|
* | Patch 976520 reworks several of the details involved with | dgp | 2004-11-30 | 1 | -8/+322 |
|
|
* | Speed up [info <thing> <simplePattern>] | dkf | 2004-10-14 | 1 | -1/+38 |
|
|
* | * generic/tclBasic.c: | dgp | 2004-10-06 | 1 | -17/+8 |
|
|
* | Factorize out the code for freeing an object's internal rep. | dkf | 2004-09-29 | 1 | -7/+2 |
|
|
* | * generic/tclEncoding.c: Static TclFindEncodings -> FindEncodings. | dgp | 2004-06-18 | 1 | -1/+2 |
|
|
* | Patch 922727 committed. Implements three changes: | dgp | 2004-04-06 | 1 | -2/+1 |
|
|
* | * doc/SplitList.3: Implementation of TIP 148. Fixes [Bug 489537]. | dgp | 2003-09-04 | 1 | -5/+32 |
|
|
* | additional performance tweak to last commit. | dgp | 2003-08-27 | 1 | -3/+14 |
|
|
* | * generic/tclUtil.c: Corrected [Bug 411825] and other bugs in | dgp | 2003-08-27 | 1 | -25/+36 |
|
|
* | Revert mistaken commit. | dgp | 2003-08-27 | 1 | -35/+21 |
|
|
* | * tests/util.test: Added new tests for remaining TclNeedSpace() | dgp | 2003-08-27 | 1 | -21/+35 |
|
|
* | * generic/tclPreserve.c: In Result and Preserve'd routines, do not | hobbs | 2003-07-16 | 1 | -3/+2 |
|
|
* | * generic/tcl.h Made changes so that the "wideInt" Tcl_ObjType | dgp | 2003-04-16 | 1 | -16/+2 |
|
|
* | * generic/tclUtil.c (SetEndOffsetFromAny): handle integer offset | hobbs | 2002-11-19 | 1 | -5/+6 |
|
|
* | * generic/tclUtil.c (Tcl_Backslash): use TclUtfToUniChar. | hobbs | 2002-11-12 | 1 | -25/+57 |
|
|
* | * generic/tcl.decls: Restored Tcl_Concat to return (char *). Like | dgp | 2002-08-05 | 1 | -2/+2 |
|
|
* | * doc/CmdCmplt.3: Applied Patch 585105 to fully CONST-ify | dgp | 2002-08-05 | 1 | -26/+16 |
|
|