| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | * generic/tclBasic.c (Tcl_CreateMathFunc): Replaced some | dgp | 2007-03-19 | 1 | -3/+3 |
|
|
* | * generic/tclEvent.c (HandleBgErrors): Make efficient private copy | dgp | 2007-03-12 | 1 | -5/+10 |
|
|
* | * generic/tclCompExpr.c: fix gcc warnings about 'cast to/from | das | 2006-11-13 | 1 | -2/+2 |
|
|
* | Fix nasty bug with limits, vwait's (C) traces, and interpreter restart... | dkf | 2006-09-19 | 1 | -4/+6 |
|
|
* | * generic/tclEvent.c (HandleBgErrors): fix leak. [Coverity issue 86] | das | 2006-05-12 | 1 | -1/+2 |
|
|
* | Cosmetic touch. | vasiljevic | 2006-03-10 | 1 | -4/+3 |
|
|
* | ANSIfy. Also converted some deeply nested code to a less nested form for easi... | dkf | 2005-11-01 | 1 | -242/+255 |
|
|
* | fixed bad clock test, removed duplicated code in Tcl_Finalize | Kevin B Kenny | 2005-08-17 | 1 | -19/+1 |
|
|
* | radical refactoring of thread storage to untangle dependencies | Kevin B Kenny | 2005-08-11 | 1 | -1/+27 |
|
|
* | further untangling of Tcl_Finalize, and test cleanup on Win32 threaded | Kevin B Kenny | 2005-08-10 | 1 | -19/+19 |
|
|
* | * generic/tclCompExpr.c: Untangled some dependencies in the | dgp | 2005-08-03 | 1 | -11/+26 |
|
|
* | Getting more systematic about style | dkf | 2005-07-17 | 1 | -219/+220 |
|
|
* | cleanup Tcl_Preserve after exit handlers | Kevin B Kenny | 2005-06-24 | 1 | -1/+2 |
|
|
* | bug 1225727 | Kevin B Kenny | 2005-06-22 | 1 | -2/+16 |
|
|
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -1/+7 |
|
|
* | Upgrade the capabilities of time limits by allowing them to fire in the midst | dkf | 2004-12-16 | 1 | -1/+5 |
|
|
* | * generic/tclEncoding.c: Different fix for [Bug 1077005]. | dgp | 2004-12-04 | 1 | -1/+2 |
|
|
* | * generic/tclUtil.c: Updated Tcl_GetNameOfExecutable() to | dgp | 2004-12-01 | 1 | -6/+1 |
|
|
* | Patch 976520 reworks several of the details involved with | dgp | 2004-11-30 | 1 | -144/+3 |
|
|
* | * generic/tclEvent.c (HandleBgErrors): Simplified program flow. | dgp | 2004-11-18 | 1 | -14/+10 |
|
|
* | TIP #221 IMPLEMENTATION | dgp | 2004-11-13 | 1 | -120/+237 |
|
|
* | * generic/tclBasic.c (Tcl_LogCommandInfo,Tcl_AddObjErrorInfo): | dgp | 2004-10-24 | 1 | -37/+28 |
|
|
* | * generic/tclInt.h (Tcl*InterpState): New internal routines | dgp | 2004-10-19 | 1 | -5/+2 |
|
|
* | * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp, | dgp | 2004-10-15 | 1 | -99/+90 |
|
|
* | * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp, | dgp | 2004-10-05 | 1 | -11/+15 |
|
|
* | * generic/tclBasic.c: Removed internal routines TclInvoke, | dgp | 2004-09-27 | 1 | -7/+15 |
|
|
* | * 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 |
|
|
* | Stuffed memory leak incurred by re-initializing of TSD slots | vasiljevic | 2004-07-15 | 1 | -6/+19 |
|
|
* | Removed initialization of TSD for the new thread in NewThreadProc since | vasiljevic | 2004-07-15 | 1 | -10/+1 |
|
|