summaryrefslogtreecommitdiffstats
path: root/generic/tclEvent.c
Commit message (Expand)AuthorAgeFilesLines
* merge sebres-8-5-event-perf-branchsebres2017-07-101-2/+0
|\
| * reintegrate sebres-8-6-event-perf-branch back to 8.5sebres2017-07-101-24/+33
| |\ | |/ |/|
* | merge resp. reintegrate sebres-8-5-event-perf-branch to 8.6sebres2017-07-101-38/+178
|\ \ | |/
| * Introduced monotonic time as ultimate fix for time-jump issue (fixed for wind...sebres2017-07-031-19/+11
| * code review, rewrite tclTimer, prolongation, etc. sebres2017-07-031-1/+1
| * don't use tolerance in vwait, because of dual usage, it causes canceling of w...sebres2017-07-031-8/+2
| * interim commit: trying to resolve time-freezes with new facilities timeJump/t...sebres2017-07-031-35/+32
| * interim commit: trying to resolve time-freezes with new facilities timeJump/t...sebres2017-07-031-3/+19
| * bug fix: prevent setting of negative block-time by too few initial wait-time,...sebres2017-07-031-6/+8
| * resolved some warnings / fixed unix resp. x64 compilation sebres2017-07-031-1/+0
| * code review + better usage of the waiting tolerance (fewer CPU-greedy now, av...sebres2017-07-031-13/+23
| * dynamic increase of timer resolution corresponding wait-time; sebres2017-07-031-22/+16
| * [enhancement] extend "vwait" with same options as "update", new syntax "vwait...sebres2017-07-031-46/+44
| * interim commit: try to extend "vwait" with same options as "update" sebres2017-07-031-53/+113
| * [performance] do one event (update / event servicing) cycle optimized (introd...sebres2017-07-031-20/+35
| * command "vwait" extended with timeout argument (in ms), 0 could be used to pr...sebres2017-07-031-8/+67
| * [performance] large performance increase by event servicing cycles (3x - 5x f...sebres2017-07-031-6/+8
| * [16828b3744] [vwait] *must* successfully undo its variable trace, or elsedgp2016-06-161-0/+2
* | Merge tip of core-8-6-branchbug_16828b3744dgp2016-06-161-27/+32
|\ \
| * | Decorate Tcl_Exit() and Tcl_SetExitProc()'s argument with TCL_NORETURN as app...jan.nijtmans2015-10-081-4/+4
| * | Eliminate unnessessary end-of-line spacing. No functional change.jan.nijtmans2015-10-041-7/+7
| |\ \ | | |/
| | * Eliminate unnessessary end-of-line spacing. No functional change.jan.nijtmans2015-10-041-1/+1
| * | Correct handling of dictionaries in the background error processing code.dkf2015-06-301-10/+10
| |\ \ | | |/
| | * Correct handling of dictionaries in the background error processing code.dkf2015-06-301-10/+10
| * | Rework the *FinalizeThread*() routines so that the quick exit preferencebug_af08e89777dgp2014-12-171-3/+11
| * | Refine TclFinalizeThreadData so that the quick-exit optimization really only ...ferrieux2014-09-081-13/+10
| * | Refrain from calling TclFinalizeThreadData() in quick-exit case as it is usel...ferrieux2014-09-021-11/+13
| * | Make sure that panic's during finalization are handled by the custom panicpro...jan.nijtmans2013-09-201-2/+0
* | | Correct the patch.dgp2016-06-161-4/+1
* | | Merge up to a197e6853e. Still works. Next checkin restarts the segfaults.dgp2016-06-161-9/+4
|\ \ \ | |/ /
| * | Fix [3611974]: InitSubsystems multiple thread issuejan.nijtmans2013-06-181-7/+2
| |\ \ | | |/
| | * Fix [3611974]: InitSubsystems multiple thread issuejan.nijtmans2013-06-181-9/+4
| * | Some VOID -> void, Tcl_TraceVar -> Tcl_TraceVar2 and Tcl_VarTraceInfo -> Tcl_...jan.nijtmans2013-02-271-2/+2
* | | Merge up to the 8.6.0 release.dgp2016-06-161-49/+59
|\ \ \ | |/ /
| * | Bug 3576509: Better fix, which helps for all Tcl_DictObjGet() calls in Tcl's ...jan.nijtmans2012-10-141-1/+1
| |\ \ | | |/
| | * Bug 357650: Better fix, which helps for all Tcl_DictObjGet() calls in Tcl's s...jan.nijtmans2012-10-141-1/+1
| * | Bug 3576509: tcl::Bgerror crashes with invalid argumentsjan.nijtmans2012-10-131-1/+1
| |\ \ | | |/
| | * Bug 3576509: tcl::Bgerror crashes with invalid argumentsjan.nijtmans2012-10-131-1/+1
| * | more result generation conversiondkf2012-08-031-4/+5
| * | [Bug 2919042] Restore "valgrindability" of Tcl that was lost by the streamlin...ferrieux2011-08-091-19/+30
| * | More generation of errorCode information (default [bgerror] and [glob]).dkf2011-04-021-0/+2
| * | Correct bizarre name of enumeration member.dkf2011-03-241-2/+2
| * | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-21/+20
| * | MINOR: Formatting fixes, mainly to comments, so code better fits the style indkf2011-03-101-1/+0
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
| |\ \ | | |/
| | * 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