summaryrefslogtreecommitdiffstats
path: root/generic/tclEvent.c
Commit message (Expand)AuthorAgeFilesLines
* Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
|\
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| * Backport fix for [Bug 1028264]: WSACleanup() too early. The fix introduces "l...ferrieux2009-04-271-7/+106
| * * 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
* | * generic/tclCmdAH.c: Fix cases where value returned bydgp2010-09-231-1/+2
* | * generic/tclObj.c: [Bug 2871908]: Plug memory leaks of theandreas_kupries2009-10-071-1/+2
* | Backport fix for [Bug 1028264]: WSACleanup() too early. The fix introduces "...ferrieux2009-04-271-2/+102
* | * generic/tclEvent.c (TclDefaultBgErrorHandlerObjCmd): Added errordgp2008-03-101-14/+41
* | * generic/tclBasic.c (Tcl_AppendObjToErrorInfo): Revised thedgp2008-02-291-2/+1
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | Generate literal values more efficiently using TclNewLiteralStringObj macro.dkf2007-09-171-2/+5
* | * generic/tclEvent.c ([::tcl::Bgerror]): Corrections to Tcl'sdgp2007-09-071-13/+27
* | * generic/tclResult.c (Tcl_GetReturnOptions): Take care that adgp2007-09-071-26/+20
* | * generic/tclInt.decls: New internal routine TclBackgroundException()dgp2007-09-061-26/+81
* | * generic/tclCompExpr.c: Removed dead code, old implementationsdgp2007-07-021-2/+1
* | Handle creation of Tcl_Objs from constant strings better (easier to use, moredkf2007-04-101-6/+6
* | * generic/tclBasic.c (Tcl_CreateMathFunc): Replaced somedgp2007-03-191-3/+3
* | * generic/tclEvent.c (HandleBgErrors): Make efficient private copydgp2007-03-121-5/+10
* | * generic/tclCompExpr.c: fix gcc warnings about 'cast to/fromdas2006-11-131-2/+2
* | Fix nasty bug with limits, vwait's (C) traces, and interpreter restart...dkf2006-09-191-4/+6
* | * generic/tclEvent.c (HandleBgErrors): fix leak. [Coverity issue 86]das2006-05-121-1/+2
* | Cosmetic touch.vasiljevic2006-03-101-4/+3
* | ANSIfy. Also converted some deeply nested code to a less nested form for easi...dkf2005-11-011-242/+255
* | fixed bad clock test, removed duplicated code in Tcl_FinalizeKevin B Kenny2005-08-171-19/+1
* | radical refactoring of thread storage to untangle dependenciesKevin B Kenny2005-08-111-1/+27
* | further untangling of Tcl_Finalize, and test cleanup on Win32 threadedKevin B Kenny2005-08-101-19/+19
* | * generic/tclCompExpr.c: Untangled some dependencies in thedgp2005-08-031-11/+26
* | Getting more systematic about styledkf2005-07-171-219/+220
* | cleanup Tcl_Preserve after exit handlersKevin B Kenny2005-06-241-1/+2
* | bug 1225727Kevin B Kenny2005-06-221-2/+16
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+7
* | Upgrade the capabilities of time limits by allowing them to fire in the midstdkf2004-12-161-1/+5
* | * generic/tclEncoding.c: Different fix for [Bug 1077005].dgp2004-12-041-1/+2
* | * generic/tclUtil.c: Updated Tcl_GetNameOfExecutable() todgp2004-12-011-6/+1
* | Patch 976520 reworks several of the details involved withdgp2004-11-301-144/+3
* | * generic/tclEvent.c (HandleBgErrors): Simplified program flow.dgp2004-11-181-14/+10