| Commit message (Expand) | Author | Age | Files | Lines |
* | [Bug 2919042] Restore "valgrindability" of Tcl that was lost by the streamlin... | ferrieux | 2011-08-09 | 1 | -19/+30 |
|
|
* | More generation of errorCode information (default [bgerror] and [glob]). | dkf | 2011-04-02 | 1 | -0/+2 |
|
|
* | Correct bizarre name of enumeration member. | dkf | 2011-03-24 | 1 | -2/+2 |
|
|
* | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -21/+20 |
|
|
* | MINOR: Formatting fixes, mainly to comments, so code better fits the style in | dkf | 2011-03-10 | 1 | -1/+0 |
|
|
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ |
|
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ |
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| | * | Backport fix for [Bug 1028264]: WSACleanup() too early. The fix introduces "l... | ferrieux | 2009-04-27 | 1 | -7/+106 |
|
|
| | * | * generic/tclEvent.c (Tcl_CreateThread): Replaced some calls to | dgp | 2007-03-19 | 1 | -3/+3 |
|
|
| | * | Cosmetic touches and identation | vasiljevic | 2006-03-10 | 1 | -7/+7 |
|
|
| | * | backport of 2005-08-10 fix to tclEvent.c | Kevin B Kenny | 2005-08-16 | 1 | -19/+19 |
|
|
| | * | * generic/tclCompExpr.c: Untangled some dependencies in the | dgp | 2005-08-03 | 1 | -11/+27 |
|
|
| | * | finalize Tcl_Preserve after exit handlers | Kevin B Kenny | 2005-06-24 | 1 | -1/+4 |
|
|
| | * | bug 1225727 | Kevin B Kenny | 2005-06-22 | 1 | -1/+16 |
|
|
| | * | * generic/tclEvent.c (Tcl_Finalize): Re-organized Tcl_Finalize | dgp | 2004-07-30 | 1 | -24/+24 |
|
|
| | * | * generic/tclEvent.c: Correct threaded obj allocator to | hobbs | 2004-07-21 | 1 | -2/+4 |
|
|
| | * | Remoevd initialization of TSD for the new thread in NewThreadProc() | vasiljevic | 2004-07-15 | 1 | -10/+1 |
|
|
| | * | Backout of changes to fix the Tcl Bug #770053. | vasiljevic | 2004-07-15 | 1 | -2/+7 |
|
|
| | * | Fixed broken build on Windows caused by missing TCL_THREAD_CREATE_RETURN | vasiljevic | 2004-07-13 | 1 | -1/+3 |
|
|
| | * | Corrected Tcl Bug #770053 | vasiljevic | 2004-06-22 | 1 | -3/+93 |
|
|
| | * | (TclSetLibraryPath): Suppress a warning [from DKF] | davygrvy | 2004-05-06 | 1 | -3/+3 |
|
|
| | * | * generic/tclEvent.c: TclSetLibraryPath's use of caching the | davygrvy | 2004-05-06 | 1 | -4/+16 |
|
|
| | * | Removed unused variable to reduce compiler warnings. [Bug 664745] | dkf | 2003-05-13 | 1 | -3/+7 |
|
|
| * | | * generic/tclCmdAH.c: Fix cases where value returned by | dgp | 2010-09-23 | 1 | -1/+2 |
|
|
| * | | * generic/tclObj.c: [Bug 2871908]: Plug memory leaks of the | andreas_kupries | 2009-10-07 | 1 | -1/+2 |
|
|
| * | | Backport fix for [Bug 1028264]: WSACleanup() too early. The fix introduces "... | ferrieux | 2009-04-27 | 1 | -2/+102 |
|
|
* | | | * generic/tclCmdAH.c: Fix cases where value returned by | dgp | 2010-09-23 | 1 | -1/+2 |
|
|
* | | | Simplify Tcl_AppInit and *_Init definitions. | nijtmans | 2010-06-16 | 1 | -4/+4 |
|
|
* | | | More tidying up (whitespace, spelling, useless parentheses, useless casts) | dkf | 2010-02-24 | 1 | -78/+94 |
|
|
* | | | Refined the 20090617 patch on [exit] streamlining, so that it now correctly c... | ferrieux | 2009-07-22 | 1 | -5/+14 |
|
|
* | | | Apply patch from [Bug 988703]. Many thanks to Joe Mistachkin for development. | dkf | 2009-06-18 | 1 | -1/+2 |
|
|
* | | | Applied a patch by George Peter Staplin drastically reducing the ambition of ... | ferrieux | 2009-06-17 | 1 | -33/+65 |
|
|
* | | | - eliminate some unnessary type casts | nijtmans | 2009-02-10 | 1 | -2/+2 |
|
|
* | | | Fix [Bug 1028264]: WSACleanup() too early. The fix introduces "late exit han... | ferrieux | 2009-01-27 | 1 | -2/+102 |
|
|
* | | | TIP #337 IMPLEMENTATION | dgp | 2008-12-09 | 1 | -4/+4 |
|
|
* | | | Style improvements - invoking callbacks without visual junk. | dkf | 2008-10-26 | 1 | -6/+5 |
|
|
* | | | Add "const" to many internal | nijtmans | 2008-10-16 | 1 | -3/+3 |
|
|
* | | | * doc/Exit.3: do not call Tcl_Finalize implicitly | hobbs | 2008-08-01 | 1 | -3/+4 |
|
|
* | | | TIP 285 Implementation | Joe Mistachkin | 2008-06-13 | 1 | -11/+24 |
|
|
* | | | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 1 | -8/+8 |
|/ / |
|
* | | * generic/tclEvent.c (TclDefaultBgErrorHandlerObjCmd): Added error | dgp | 2008-03-10 | 1 | -14/+41 |
|
|
* | | * generic/tclBasic.c (Tcl_AppendObjToErrorInfo): Revised the | dgp | 2008-02-29 | 1 | -2/+1 |
|
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | Generate literal values more efficiently using TclNewLiteralStringObj macro. | dkf | 2007-09-17 | 1 | -2/+5 |
|
|
* | | * generic/tclEvent.c ([::tcl::Bgerror]): Corrections to Tcl's | dgp | 2007-09-07 | 1 | -13/+27 |
|
|
* | | * generic/tclResult.c (Tcl_GetReturnOptions): Take care that a | dgp | 2007-09-07 | 1 | -26/+20 |
|
|
* | | * generic/tclInt.decls: New internal routine TclBackgroundException() | dgp | 2007-09-06 | 1 | -26/+81 |
|
|
* | | * generic/tclCompExpr.c: Removed dead code, old implementations | dgp | 2007-07-02 | 1 | -2/+1 |
|
|
* | | Handle creation of Tcl_Objs from constant strings better (easier to use, more | dkf | 2007-04-10 | 1 | -6/+6 |
|
|