summaryrefslogtreecommitdiffstats
path: root/generic/tclEvent.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2020-10-091-1/+1
|\
| * Make everything compile warning-free with -Wundef. Put enum ASSEM_DICT_GET_DE...jan.nijtmans2020-10-081-1/+1
| |\
| | * Eliminate warnings when compiling with -Wundefjan.nijtmans2020-10-081-1/+1
| | * TIP #581: Mainly documentation and some testcasesjan.nijtmans2020-09-041-2/+2
* | | Merge 8.7jan.nijtmans2020-10-021-2/+2
|\ \ \ | |/ /
| * | Fix -Wshadow warnings, when compiling with a C++ compilerjan.nijtmans2020-10-021-2/+2
* | | Merge 8.7jan.nijtmans2020-09-011-5/+5
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-09-011-5/+5
| |\ \ | | |/
| | * Remove MODULE_SCOPE function TclpSetInterfaces(), which is just empty. jan.nijtmans2020-03-311-1/+0
* | | merge 8.7dgp2020-03-171-3/+0
|\ \ \ | |/ /
| * | TIP 569 - remove lint commentsdgp2020-03-171-3/+0
* | | merge 8.7dgp2020-03-061-11/+6
|\ \ \ | |/ /
| * | (no comment)dgp2020-03-061-11/+6
* | | Merge 8.7jan.nijtmans2020-02-281-40/+45
|\ \ \ | |/ /
| * | Merge 8.7jan.nijtmans2019-09-141-3/+3
| |\ \
| * | | interp is not dummy any-morejan.nijtmans2019-09-041-2/+1
| * | | Bring back Tcl_UntraceVarjan.nijtmans2019-09-041-2/+2
| * | | Mark more unused parametersjan.nijtmans2019-09-031-3/+4
| * | | Merge tip-548jan.nijtmans2019-09-031-2/+1
| |\ \ \
| * \ \ \ Merge tip-548. A few more fixes, trying to make the Travis build work (finally)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.7jan.nijtmans2019-09-141-3/+3
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge 8.7jan.nijtmans2019-08-141-9/+14
| |\ \ \ \ \ | | |/ / / /
| * | | | | Merge 8.7jan.nijtmans2019-05-101-0/+3
| |\ \ \ \ \
| * | | | | | Merge 8.7jan.nijtmans2018-12-081-3/+3
* | | | | | | Merge 8.7jan.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 8.7jan.nijtmans2019-09-021-1/+2
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Tcl_UntraceVar() -> Tcl_UntraceVar2() and similar changes. jan.nijtmans2019-09-021-1/+2
| | |_|_|_|/ | |/| | | |
* | | | | | Merge 8.7jan.nijtmans2019-06-261-2/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | 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.7sebres2019-06-241-9/+14
|\ \ \ \ \ \ | |/ / / / /
| * | | | | merge 8.6sebres2019-06-241-9/+14
| |\ \ \ \ \ | | |/ / / / | | | | | / | | |_|_|/ | |/| | |
| | * | | closes [f8a33ce3db5d8cc2]: Tcl_Exit uses system exit as fallback if Tcl-subsy...sebres2019-06-211-9/+14
* | | | | Merge 8.7. Tcl_BackgroundError is now a macro.jan.nijtmans2019-02-101-9/+1
|\ \ \ \ \ | |/ / / /
| * | | | Convert Tcl_BacktroundError() into a macro, so we can deprecate the stub entr...jan.nijtmans2019-02-091-0/+3
| | |_|/ | |/| |
* | | | Another (big) round of int -> size_t enhancements. So Tcl can handle string >...jan.nijtmans2019-02-011-1/+1
|\ \ \ \ | |/ / /
* | | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_...jan.nijtmans2018-09-011-20/+20
|\ \ \ \ | |/ / /
* | | | More API changes using size_t. Internal changes not complete yet (WIP)jan.nijtmans2018-06-281-1/+1
|/ / /
* | | 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