| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
|
|
* | * generic/tclEvent.c (TclInExit): | dgp | 2002-01-07 | 1 | -2/+3 |
|
|
* | fix background error reporting in the absence of a bgerror proc [Bug 219142]. | Miguel Sofer | 2001-12-10 | 1 | -2/+2 |
|
|
* | * generic/tclEvent.c (Tcl_FinalizeThread): moved freeing of | hobbs | 2001-10-03 | 1 | -11/+12 |
|
|
* | * The change below fixes [Bug #464380]. The bug was reported by | andreas_kupries | 2001-09-24 | 1 | -10/+11 |
|
|
* | * generic/tclEvent.c (TclInExit): Corrected handling of tsd in | hobbs | 2001-09-11 | 1 | -3/+7 |
|
|
* | * generic/tclAsync.c: | davygrvy | 2001-08-30 | 1 | -1/+2 |
|
|
* | * generic/tclCkalloc.c (TclFinalizeMemorySubsystem): set curTagPtr | hobbs | 2001-03-31 | 1 | -2/+3 |
|
|
* | Added some more comments and a missing Tcl_IncrRefCount in | davidg | 2000-11-02 | 1 | -1/+13 |
|
|
* | 2000-11-02 David Gravereaux <davygrvy@ajubasolutions.com> | davidg | 2000-11-02 | 1 | -1/+11 |
|
|
* | * generic/tclEvent.c (TclInitSubsystems): Moved tclLibraryPath to | hobbs | 2000-04-18 | 1 | -22/+30 |
|
|
* | * generic/tcl.decls : | redman | 1999-12-02 | 1 | -82/+1 |
|
|
* | * generic/tclProc.c: corrected error reporting for default case | hobbs | 1999-11-19 | 1 | -3/+4 |
|
|
* | * generic/tclEvent.c: lint | stanton | 1999-04-23 | 1 | -2/+2 |
|
|
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -112/+543 |
|
|
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
|
|
* | added call to TclpFinalize | stanton | 1998-04-29 | 1 | -0/+1 |
|
|
* | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+697 |
|
|