summaryrefslogtreecommitdiffstats
path: root/generic/tclEvent.c
Commit message (Expand)AuthorAgeFilesLines
* more result generation conversiondonal.k.fellows@manchester.ac.uk2012-08-031-4/+5
* [Bug 2919042] Restore "valgrindability" of Tcl that was lost by the streamlin...ferrieux@users.sourceforge.net2011-08-091-19/+30
* More generation of errorCode information (default [bgerror] and [glob]).donal.k.fellows@manchester.ac.uk2011-04-021-0/+2
* Correct bizarre name of enumeration member.donal.k.fellows@manchester.ac.uk2011-03-241-2/+2
* Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indonal.k.fellows@manchester.ac.uk2011-03-121-21/+20
* MINOR: Formatting fixes, mainly to comments, so code better fits the style indonal.k.fellows@manchester.ac.uk2011-03-101-1/+0
* Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp@users.sourceforge.net2011-03-021-2/+0
|\
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp@users.sourceforge.net2011-03-021-2/+0
| |\
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp@users.sourceforge.net2011-03-011-2/+0
| | * Backport fix for [Bug 1028264]: WSACleanup() too early. The fix introduces "l...ferrieux@users.sourceforge.net2009-04-271-7/+106
| | * * generic/tclEvent.c (Tcl_CreateThread): Replaced some calls todgp@users.sourceforge.net2007-03-191-3/+3
| | * Cosmetic touches and identationzv@archiware.com2006-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 thedgp@users.sourceforge.net2005-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_Finalizedgp@users.sourceforge.net2004-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()zv@archiware.com2004-07-151-10/+1
| | * Backout of changes to fix the Tcl Bug #770053.zv@archiware.com2004-07-151-2/+7
| | * Fixed broken build on Windows caused by missing TCL_THREAD_CREATE_RETURNzv@archiware.com2004-07-131-1/+3
| | * Corrected Tcl Bug #770053zv@archiware.com2004-06-221-3/+93
| | * (TclSetLibraryPath): Suppress a warning [from DKF]davygrvy@pobox.com2004-05-061-3/+3
| | * * generic/tclEvent.c: TclSetLibraryPath's use of caching thedavygrvy@pobox.com2004-05-061-4/+16
| | * Removed unused variable to reduce compiler warnings. [Bug 664745]donal.k.fellows@manchester.ac.uk2003-05-131-3/+7
| * | * generic/tclCmdAH.c: Fix cases where value returned bydgp@users.sourceforge.net2010-09-231-1/+2
| * | * generic/tclObj.c: [Bug 2871908]: Plug memory leaks of theandreask@activestate.com2009-10-071-1/+2
| * | Backport fix for [Bug 1028264]: WSACleanup() too early. The fix introduces "...ferrieux@users.sourceforge.net2009-04-271-2/+102
* | | * generic/tclCmdAH.c: Fix cases where value returned bydgp@users.sourceforge.net2010-09-231-1/+2
* | | Simplify Tcl_AppInit and *_Init definitions.nijtmans2010-06-161-4/+4
* | | More tidying up (whitespace, spelling, useless parentheses, useless casts)donal.k.fellows@manchester.ac.uk2010-02-241-78/+94
* | | Refined the 20090617 patch on [exit] streamlining, so that it now correctly c...ferrieux@users.sourceforge.net2009-07-221-5/+14
* | | Apply patch from [Bug 988703]. Many thanks to Joe Mistachkin for development.donal.k.fellows@manchester.ac.uk2009-06-181-1/+2
* | | Applied a patch by George Peter Staplin drastically reducing the ambition of ...ferrieux@users.sourceforge.net2009-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...ferrieux@users.sourceforge.net2009-01-271-2/+102
* | | TIP #337 IMPLEMENTATIONdgp@users.sourceforge.net2008-12-091-4/+4
* | | Style improvements - invoking callbacks without visual junk.donal.k.fellows@manchester.ac.uk2008-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).donal.k.fellows@manchester.ac.uk2008-04-271-8/+8
|/ /
* | * generic/tclEvent.c (TclDefaultBgErrorHandlerObjCmd): Added errordgp@users.sourceforge.net2008-03-101-14/+41
* | * generic/tclBasic.c (Tcl_AppendObjToErrorInfo): Revised thedgp@users.sourceforge.net2008-02-291-2/+1
* | merge stable branch onto HEADdgp@users.sourceforge.net2007-12-131-1/+1
* | Generate literal values more efficiently using TclNewLiteralStringObj macro.donal.k.fellows@manchester.ac.uk2007-09-171-2/+5
* | * generic/tclEvent.c ([::tcl::Bgerror]): Corrections to Tcl'sdgp@users.sourceforge.net2007-09-071-13/+27
* | * generic/tclResult.c (Tcl_GetReturnOptions): Take care that adgp@users.sourceforge.net2007-09-071-26/+20
* | * generic/tclInt.decls: New internal routine TclBackgroundException()dgp@users.sourceforge.net2007-09-061-26/+81
* | * generic/tclCompExpr.c: Removed dead code, old implementationsdgp@users.sourceforge.net2007-07-021-2/+1