summaryrefslogtreecommitdiffstats
path: root/generic/tclEvent.c
Commit message (Expand)AuthorAgeFilesLines
...
* | * 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
* | 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