summaryrefslogtreecommitdiffstats
path: root/generic/tclEvent.c
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclEvent.c (Tcl_CreateThread): Replaced some calls todgp2007-03-191-3/+3
* Cosmetic touches and identationvasiljevic2006-03-101-7/+7
* backport of 2005-08-10 fix to tclEvent.cKevin B Kenny2005-08-161-19/+19
* * generic/tclCompExpr.c: Untangled some dependencies in thedgp2005-08-031-11/+27
* finalize Tcl_Preserve after exit handlersKevin B Kenny2005-06-241-1/+4
* bug 1225727Kevin B Kenny2005-06-221-1/+16
* * 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
* Remoevd initialization of TSD for the new thread in NewThreadProc()vasiljevic2004-07-151-10/+1
* Backout of changes to fix the Tcl Bug #770053.vasiljevic2004-07-151-2/+7
* Fixed broken build on Windows caused by missing TCL_THREAD_CREATE_RETURNvasiljevic2004-07-131-1/+3
* Corrected Tcl Bug #770053vasiljevic2004-06-221-3/+93
* (TclSetLibraryPath): Suppress a warning [from DKF]davygrvy2004-05-061-3/+3
* * generic/tclEvent.c: TclSetLibraryPath's use of caching thedavygrvy2004-05-061-4/+16
* 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
* Initial revisionrjohnson1998-03-261-0/+697