summaryrefslogtreecommitdiffstats
path: root/unix/tclKqueueNotfy.c
Commit message (Expand)AuthorAgeFilesLines
* Make everything compile warning-free when TCL_THREADS=0jan.nijtmans2021-08-231-0/+6
* Fix use of TCL_THREADS macro: In Tcl 8.7, this is always defined, but can hav...jan.nijtmans2021-08-181-1/+1
* tip#511 proposed implementationjan.nijtmans2021-08-171-6/+65
* Use fstat64() in stead of fstat() on platforms which support it.jan.nijtmans2021-06-291-2/+2
* fix typos in previous commitpooryorick2021-06-231-2/+2
* possible fix for [dcb888ed85adeb86] with kevent()pooryorick2021-06-221-1/+4
* eol-spacingjan.nijtmans2021-04-131-1/+1
* Refactoring, ahoydkf2021-03-301-273/+190
* Start of doing a clean up of the notifier code.dkf2021-03-211-9/+11
* Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-2/+2
* TCL_UNUSED in the unix sources.dgp2020-03-091-1/+1
* Experiment: compile Tcl with C++ compiler. WIPjan.nijtmans2019-07-041-6/+6
* Make new notifier code match Engineering Manual guidelines betterdkf2018-10-221-110/+121
* merge 8.6jan.nijtmans2018-07-311-2/+2
* unbreak the builddgp2018-05-231-1/+1
* Simplify usage of TCL_THREAD, along the lines of [eeddb0693a950be980a66de3811...jan.nijtmans2018-05-221-1/+1
* Fix build with TCL_THREADS=0 on Linux/other without epoll or kqueu support. I...jan.nijtmans2018-05-221-1/+1
* A few more end-of-line spacingsjan.nijtmans2017-03-081-2/+2
* Re-base to trunk, and get latest code from here: [https://github.com/lalborno...jan.nijtmans2017-03-081-0/+842