summaryrefslogtreecommitdiffstats
path: root/generic/tclEvent.c
Commit message (Expand)AuthorAgeFilesLines
...
* | TIP #221 IMPLEMENTATIONdgp2004-11-131-120/+237
* | * generic/tclBasic.c (Tcl_LogCommandInfo,Tcl_AddObjErrorInfo):dgp2004-10-241-37/+28
* | * generic/tclInt.h (Tcl*InterpState): New internal routinesdgp2004-10-191-5/+2
* | * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp,dgp2004-10-151-99/+90
* | * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp,dgp2004-10-051-11/+15
* | * generic/tclBasic.c: Removed internal routines TclInvoke,dgp2004-09-271-7/+15
* | * generic/tclEvent.c (Tcl_Finalize): Re-organized Tcl_Finalizedgp2004-07-301-24/+24
* | * generic/tclEvent.c: Correct threaded obj allocator tohobbs2004-07-211-2/+4
* | Stuffed memory leak incurred by re-initializing of TSD slotsvasiljevic2004-07-151-6/+19
* | Removed initialization of TSD for the new thread in NewThreadProc sincevasiljevic2004-07-151-10/+1
* | Removed unused variable in NewThreadProc()vasiljevic2004-07-151-2/+3
* | Backout of changes to fix the Tcl Bug #770053.vasiljevic2004-07-151-5/+9
* | * generic/tclEvent.c (NewThreadProc): Fixed broken build onKevin B Kenny2004-06-221-1/+4
* | Integrated fix for Tcl Bug #770053 from core-8-4-branchvasiljevic2004-06-221-1/+90
* | TIP#143 implementation; still needs docs and more tests...dkf2004-05-131-1/+7
* | Remove accidental check-in of TIP#143 code. D'oh!dkf2004-05-041-7/+1
* | Suppress a signed-ness warning.dkf2004-05-041-4/+9
* | * generic/tclInt.h:davygrvy2004-04-231-2/+2
* | TclSetLibraryPath's use of caching the stringrep of the pathPtr object todavygrvy2004-04-231-3/+15
* | Patch 922727 committed. Implements three changes:dgp2004-04-061-2/+1
* | All uses of 'panic' (the macro) changeddavygrvy2003-12-241-4/+4
* | TIP#121 (app exit proc API) implementation from Joe Mistachkindkf2003-09-291-3/+67
* | Removed unused variable to reduce compiler warnings. [Bug 664745]dkf2003-05-131-3/+7
|/
* Fix for Bug #571002vasiljevic2003-02-221-2/+8
* finalization and test fixesvincentdarley2003-02-041-15/+21
* * generic/tclEvent.c (Tcl_Finalize): revert finalize change onhobbs2003-01-251-11/+19
* filesystem cleanup fix, virtual filesystem load fixvincentdarley2002-12-041-8/+17
* * generic/tclEvent.c (TclInExit, TclInThreadExit):mdejong2002-11-071-6/+24
* * doc/CmdCmplt.3: Applied Patch 585105 to fully CONST-ifydgp2002-08-051-5/+5
* memory cleanupvincentdarley2002-05-141-10/+3
* memory cleanupvincentdarley2002-05-131-1/+7
* * Updated interfaces of generic/tclVar.c accordingdgp2002-03-201-3/+3
* * Updated interfaces of generic/tclEncoding, generic/tclFilename.c,dgp2002-01-251-2/+2
* * More TIP 27 updates in tclIOUtil.c and tclIndexObj.c that weredgp2002-01-171-2/+2
* * generic/tclEvent.c (TclInExit):dgp2002-01-071-2/+3
* fix background error reporting in the absence of a bgerror proc [Bug 219142].Miguel Sofer2001-12-101-2/+2
* * generic/tclEvent.c (Tcl_FinalizeThread): moved freeing ofhobbs2001-10-031-11/+12
* * The change below fixes [Bug #464380]. The bug was reported byandreas_kupries2001-09-241-10/+11
* * generic/tclEvent.c (TclInExit): Corrected handling of tsd inhobbs2001-09-111-3/+7
* * generic/tclAsync.c:davygrvy2001-08-301-1/+2
* * generic/tclCkalloc.c (TclFinalizeMemorySubsystem): set curTagPtrhobbs2001-03-311-2/+3
* Added some more comments and a missing Tcl_IncrRefCount indavidg2000-11-021-1/+13
* 2000-11-02 David Gravereaux <davygrvy@ajubasolutions.com>davidg2000-11-021-1/+11
* * generic/tclEvent.c (TclInitSubsystems): Moved tclLibraryPath tohobbs2000-04-181-22/+30
* * generic/tcl.decls :redman1999-12-021-82/+1
* * generic/tclProc.c: corrected error reporting for default casehobbs1999-11-191-3/+4
* * generic/tclEvent.c: lintstanton1999-04-231-2/+2
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-112/+543
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
* added call to TclpFinalizestanton1998-04-291-0/+1