summaryrefslogtreecommitdiffstats
path: root/unix/tclEpollNotfy.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up a lot of small whitespace issues dkf/to-redodkf2024-05-131-22/+21
* Few more spacing/formatting tweaksjan.nijtmans2024-03-201-2/+2
|\
| * (backport) more spacing/formatting tweaks. For now, macosx/unix/win only.jan.nijtmans2024-03-201-5/+5
* | Some more (internal) ClientData -> void * changesjan.nijtmans2022-09-021-5/+5
* | Merge 8.7jan.nijtmans2021-08-231-0/+6
|\ \ | |/
| * Make everything compile warning-free when TCL_THREADS=0jan.nijtmans2021-08-231-0/+6
* | Merge 8.7jan.nijtmans2021-08-201-0/+59
|\ \ | |/
| * 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-0/+59
* | Merge 8.7jan.nijtmans2021-06-291-2/+2
|\ \ | |/
| * Use fstat64() in stead of fstat() on platforms which support it.jan.nijtmans2021-06-291-2/+2
* | Merge 8.7jan.nijtmans2021-06-181-15/+22
|\ \ | |/
| * Fix for [dcb888ed85adeb86]: epoll, special files, directories, links, epoll_c...pooryorick2021-06-171-15/+22
* | Clean up the notifier code to not spread the hooks quite so widelydkf2021-04-031-263/+198
|\ \ | |/
| * Refactoring, ahoydkf2021-03-301-123/+30
| * Start of doing a clean up of the notifier code.dkf2021-03-211-200/+228
* | Merge 8.7jan.nijtmans2020-12-081-2/+2
|\ \ | |/
| * Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-2/+2
* | merge 8.7dgp2020-03-091-1/+1
|\ \ | |/
| * TCL_UNUSED in the unix sources.dgp2020-03-091-1/+1
* | Merge 8.7jan.nijtmans2020-02-281-8/+10
|\ \ | |/
| * Merge tip-548jan.nijtmans2019-09-031-1/+1
| |\
| * \ Merge tip-548. A few more fixes, trying to make the Travis build work (finally)jan.nijtmans2019-09-021-2/+4
| |\ \ | | |/
| * | Experiment: compile Tcl with C++ compiler. WIPjan.nijtmans2019-07-041-6/+6
| |/
* | Merge 8.7jan.nijtmans2019-01-311-1/+0
|\ \ | |/
| * Fix for [f559bbde4e] (even though that's not really a bug)jan.nijtmans2019-01-281-1/+0
* | Merge 8.7jan.nijtmans2018-10-221-101/+124
|\ \ | |/
| * Make new notifier code match Engineering Manual guidelines betterdkf2018-10-221-101/+124
* | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_...jan.nijtmans2018-09-011-11/+11
|/
* Purge end-of-line spacingjan.nijtmans2018-08-021-1/+1
* 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
* Fix epoll notifier memory leak in initialization/finalization routines,pooryorick2018-05-081-0/+4
* Fix timeout calculation in epoll-based notifier. Proposed fix for [1a6a36d901...jan.nijtmans2017-10-271-1/+4
* Fix [83a3d869722fab9caaae3b6728215fb2507a6f0d|83a3d86972]: tclEpollNotfy.c fa...jan.nijtmans2017-05-311-0/+2
* Move some variable declarations closer to where they are used. No change in f...jan.nijtmans2017-04-261-11/+5
* 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: [https://github.com/lalborno...jan.nijtmans2017-03-081-0/+810