summaryrefslogtreecommitdiffstats
path: root/unix/tclEpollNotfy.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix [83a3d869722fab9caaae3b6728215fb2507a6f0d|83a3d86972]: tclEpollNotfy.c ↵jan.nijtmans2017-05-311-0/+2
| | | | | fails to compile on Linux 2.6.<22 due to unconditionally including <sys/eventfd.h> Also re-generate regc_locale.c with Unicode 10 tables: previous generation went horribly wrong somehow...
* Move some variable declarations closer to where they are used. No change in ↵jan.nijtmans2017-04-261-11/+5
| | | | functionality.
* Fix compile error on Cygwin, and double definition of TclUnixWaitForFile()jan.nijtmans2017-03-081-1/+1
|
* Re-base to trunk, and get latest code from here: ↵jan.nijtmans2017-03-081-0/+810
[https://github.com/lalbornoz/tcl/tree/tip458]. Untested.