summaryrefslogtreecommitdiffstats
path: root/unix/tclSelectNotfy.c
Commit message (Collapse)AuthorAgeFilesLines
* Make new notifier code match Engineering Manual guidelines betterdkf2018-10-221-64/+61
|
* unbreak the builddgp2018-05-231-1/+1
|
* Simplify usage of TCL_THREAD, along the lines of ↵jan.nijtmans2018-05-221-11/+11
| | | | [eeddb0693a950be980a66de3811630a00c7bab54|eeddb0693a]. Suggested by DKF
* Fix build with TCL_THREADS=0 on Linux/other without epoll or kqueu support. ↵jan.nijtmans2018-05-221-1/+1
| | | | In that case, fallback to select notifier
* TIP #491 implementation: Threading Support: phasing out non-threaded buildsjan.nijtmans2018-05-171-12/+12
|
* Merge trunkjan.nijtmans2017-03-241-2/+2
|
* Re-base to trunk, and get latest code from here: ↵jan.nijtmans2017-03-081-0/+1117
[https://github.com/lalbornoz/tcl/tree/tip458]. Untested.