| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
|
|
* | Removed unused variable in NewThreadProc() | vasiljevic | 2004-07-15 | 1 | -2/+3 |
|
|
* | Backout of changes to fix the Tcl Bug #770053. | vasiljevic | 2004-07-15 | 1 | -5/+9 |
|
|
* | * generic/tclEvent.c (NewThreadProc): Fixed broken build on | Kevin B Kenny | 2004-06-22 | 1 | -1/+4 |
|
|
* | Integrated fix for Tcl Bug #770053 from core-8-4-branch | vasiljevic | 2004-06-22 | 1 | -1/+90 |
|
|
* | TIP#143 implementation; still needs docs and more tests... | dkf | 2004-05-13 | 1 | -1/+7 |
|
|
* | Remove accidental check-in of TIP#143 code. D'oh! | dkf | 2004-05-04 | 1 | -7/+1 |
|
|
* | Suppress a signed-ness warning. | dkf | 2004-05-04 | 1 | -4/+9 |
|
|
* | * generic/tclInt.h: | davygrvy | 2004-04-23 | 1 | -2/+2 |
|
|
* | TclSetLibraryPath's use of caching the stringrep of the pathPtr object to | davygrvy | 2004-04-23 | 1 | -3/+15 |
|
|
* | Patch 922727 committed. Implements three changes: | dgp | 2004-04-06 | 1 | -2/+1 |
|
|
* | All uses of 'panic' (the macro) changed | davygrvy | 2003-12-24 | 1 | -4/+4 |
|
|
* | TIP#121 (app exit proc API) implementation from Joe Mistachkin | dkf | 2003-09-29 | 1 | -3/+67 |
|
|
* | Removed unused variable to reduce compiler warnings. [Bug 664745] | dkf | 2003-05-13 | 1 | -3/+7 |
|
|
* | Fix for Bug #571002 | vasiljevic | 2003-02-22 | 1 | -2/+8 |
|
|
* | finalization and test fixes | vincentdarley | 2003-02-04 | 1 | -15/+21 |
|
|
* | * generic/tclEvent.c (Tcl_Finalize): revert finalize change on | hobbs | 2003-01-25 | 1 | -11/+19 |
|
|
* | filesystem cleanup fix, virtual filesystem load fix | vincentdarley | 2002-12-04 | 1 | -8/+17 |
|
|
* | * generic/tclEvent.c (TclInExit, TclInThreadExit): | mdejong | 2002-11-07 | 1 | -6/+24 |
|
|
* | * doc/CmdCmplt.3: Applied Patch 585105 to fully CONST-ify | dgp | 2002-08-05 | 1 | -5/+5 |
|
|
* | memory cleanup | vincentdarley | 2002-05-14 | 1 | -10/+3 |
|
|
* | memory cleanup | vincentdarley | 2002-05-13 | 1 | -1/+7 |
|
|
* | * Updated interfaces of generic/tclVar.c according | dgp | 2002-03-20 | 1 | -3/+3 |
|
|
* | * Updated interfaces of generic/tclEncoding, generic/tclFilename.c, | dgp | 2002-01-25 | 1 | -2/+2 |
|
|
* | * More TIP 27 updates in tclIOUtil.c and tclIndexObj.c that were | dgp | 2002-01-17 | 1 | -2/+2 |
|
|