summaryrefslogtreecommitdiffstats
path: root/generic/tclEvent.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | * 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/tclCmdAH.c: Fix cases where value returned bydgp2010-09-231-1/+2
* | | Simplify Tcl_AppInit and *_Init definitions.nijtmans2010-06-161-4/+4
* | | More tidying up (whitespace, spelling, useless parentheses, useless casts)dkf2010-02-241-78/+94
* | | Refined the 20090617 patch on [exit] streamlining, so that it now correctly c...ferrieux2009-07-221-5/+14
* | | Apply patch from [Bug 988703]. Many thanks to Joe Mistachkin for development.dkf2009-06-181-1/+2
* | | Applied a patch by George Peter Staplin drastically reducing the ambition of ...ferrieux2009-06-171-33/+65
* | | - eliminate some unnessary type castsnijtmans2009-02-101-2/+2
* | | Fix [Bug 1028264]: WSACleanup() too early. The fix introduces "late exit han...ferrieux2009-01-271-2/+102
* | | TIP #337 IMPLEMENTATIONdgp2008-12-091-4/+4
* | | Style improvements - invoking callbacks without visual junk.dkf2008-10-261-6/+5
* | | Add "const" to many internalnijtmans2008-10-161-3/+3
* | | * doc/Exit.3: do not call Tcl_Finalize implicitlyhobbs2008-08-011-3/+4
* | | TIP 285 ImplementationJoe Mistachkin2008-06-131-11/+24
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-8/+8
|/ /
* | * 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
* | 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