summaryrefslogtreecommitdiffstats
path: root/generic/tclEvent.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Mark more unused parametersjan.nijtmans2019-09-031-3/+4
* | | | | Merge tip-548jan.nijtmans2019-09-031-2/+1
|\ \ \ \ \
| * \ \ \ \ Merge 8.6jan.nijtmans2019-09-031-2/+1
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Backout [87d28ec30a29e3ce]: Looks like it causes test-failures in event.test ...jan.nijtmans2019-09-031-2/+1
| | |\ \ \ \
| | | * | | | Backout last commit: Looks like it causes test-failures in event.test on Wind...jan.nijtmans2019-09-031-2/+1
| | * | | | | Merge 8.5jan.nijtmans2019-09-021-1/+2
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Missing TCL_GLOBAL_ONLY flag in VwaitVarProc(): vwait always references globa...jan.nijtmans2019-09-021-1/+2
* | | | | | | Merge tip-548. A few more fixes, trying to make the Travis build work (finally)jan.nijtmans2019-09-021-1/+2
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Tcl_UntraceVar() -> Tcl_UntraceVar2() and similar changes. jan.nijtmans2019-09-021-1/+2
| | |_|_|_|/ | |/| | | |
* | | | | | Let's try a real C++ build with Travis on Linuxjan.nijtmans2019-08-301-4/+9
|\ \ \ \ \ \ | |/ / / / /
* | | | | | Experiment: compile Tcl with C++ compiler. WIPjan.nijtmans2019-07-041-38/+38
|/ / / / /
* | | | | Merge 8.6jan.nijtmans2019-06-261-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.5jan.nijtmans2019-06-261-2/+2
| |\ \ \ \ | | |/ / /
| | * | | [16828b3744] [vwait] *must* successfully undo its variable trace, or elsedgp2016-06-161-0/+2
* | | | | merge 8.6sebres2019-06-241-9/+14
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | closes [f8a33ce3db5d8cc2]: Tcl_Exit uses system exit as fallback if Tcl-subsy...sebres2019-06-211-9/+14
* | | | Convert Tcl_BacktroundError() into a macro, so we can deprecate the stub entr...jan.nijtmans2019-02-091-0/+3
| |_|/ |/| |
* | | Simplify usage of TCL_THREAD, along the lines of [eeddb0693a950be980a66de3811...jan.nijtmans2018-05-221-5/+5
* | | TIP #491 implementation: Threading Support: phasing out non-threaded buildsjan.nijtmans2018-05-171-5/+5
* | | Re-implement Tcl_WinTCharToUtf/Tcl_WinUtfToTChar in pure win32 api, even for ...jan.nijtmans2018-01-101-1/+0
* | | Remove some unnecessary "struct" definitions and some type casts no longer ne...jan.nijtmans2017-04-111-1/+1
* | | Introduce new function TclInitThreadAlloc(), symmetric with TclFinalizeThread...jan.nijtmans2017-01-131-0/+3
|\ \ \
* | | | Patch from Zoran Vasiljevic, fix for missing proper initialization of the thr...jan.nijtmans2017-01-131-3/+0
|/ / /
* | | [16828b3744] [vwait] *must* successfully undo its variable trace, or else it ...dgp2016-06-161-0/+2
|\ \ \ | |/ /
| * | Merge tip of core-8-6-branchdgp2016-06-161-27/+32
| |\ \
| * | | Correct the patch.dgp2016-06-161-4/+1
| * | | Merge up to a197e6853e. Still works. Next checkin restarts the segfaults.dgp2016-06-161-9/+4
| |\ \ \
| * \ \ \ Merge up to the 8.6.0 release.dgp2016-06-161-49/+59
| |\ \ \ \
| * | | | | [16828b3744] Prototype fix for merging forward.dgp2016-06-161-0/+5
* | | | | | Two micro-optimizations in Win and UNIX notifier. See: [http://code.activesta...jan.nijtmans2016-04-011-0/+3
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | - Undo unix notifier changes: too risky at this moment. jan.nijtmans2016-03-251-0/+3
|/ / / / /
* | | | | 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 preferencedgp2014-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
| |_|_|/ |/| | |
* | | | 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
| |_|/ |/| |
* | | 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