Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some more (internal) ClientData -> void * changes | jan.nijtmans | 2022-09-02 | 1 | -5/+5 |
| | |||||
* | Merge 8.7 | jan.nijtmans | 2021-08-23 | 1 | -0/+6 |
|\ | |||||
| * | Make everything compile warning-free when TCL_THREADS=0 | jan.nijtmans | 2021-08-23 | 1 | -0/+6 |
| | | |||||
* | | Merge 8.7 | jan.nijtmans | 2021-08-20 | 1 | -0/+59 |
|\ \ | |/ | |||||
| * | Fix use of TCL_THREADS macro: In Tcl 8.7, this is always defined, but can ↵ | jan.nijtmans | 2021-08-18 | 1 | -1/+1 |
| | | | | | | | | have value '1' or '0' | ||||
| * | tip#511 proposed implementation | jan.nijtmans | 2021-08-17 | 1 | -0/+59 |
| | | |||||
* | | Merge 8.7 | jan.nijtmans | 2021-06-29 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Use fstat64() in stead of fstat() on platforms which support it. | jan.nijtmans | 2021-06-29 | 1 | -2/+2 |
| | | |||||
* | | Merge 8.7 | jan.nijtmans | 2021-06-18 | 1 | -15/+22 |
|\ \ | |/ | |||||
| * | Fix for [dcb888ed85adeb86]: epoll, special files, directories, links, ↵ | pooryorick | 2021-06-17 | 1 | -15/+22 |
| | | | | | | | | epoll_ctl operation not permitted, and abort | ||||
* | | Clean up the notifier code to not spread the hooks quite so widely | dkf | 2021-04-03 | 1 | -263/+198 |
|\ \ | |/ | |||||
| * | Refactoring, ahoy | dkf | 2021-03-30 | 1 | -123/+30 |
| | | |||||
| * | Start of doing a clean up of the notifier code. | dkf | 2021-03-21 | 1 | -200/+228 |
| | | | | | | | | | | This originated as trying to stop macOS builds from doing silly warnings during a static build, but I noticed that there were common patterns that belong in generic code instead of being repeated in each of the platform-specific pieces. | ||||
* | | Merge 8.7 | jan.nijtmans | 2020-12-08 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ↵ | jan.nijtmans | 2020-12-08 | 1 | -2/+2 |
| | | | | | | | | C sources can now use UTF-8, as far as gcc/clang/msvc support it. Not used yet | ||||
* | | merge 8.7 | dgp | 2020-03-09 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | TCL_UNUSED in the unix sources. | dgp | 2020-03-09 | 1 | -1/+1 |
| | | |||||
* | | Merge 8.7 | jan.nijtmans | 2020-02-28 | 1 | -8/+10 |
|\ \ | |/ | |||||
| * | Merge tip-548 | jan.nijtmans | 2019-09-03 | 1 | -1/+1 |
| |\ | |||||
| * \ | Merge tip-548. A few more fixes, trying to make the Travis build work (finally) | jan.nijtmans | 2019-09-02 | 1 | -2/+4 |
| |\ \ | | |/ | |||||
| * | | Experiment: compile Tcl with C++ compiler. WIP | jan.nijtmans | 2019-07-04 | 1 | -6/+6 |
| |/ | |||||
* | | Merge 8.7 | jan.nijtmans | 2019-01-31 | 1 | -1/+0 |
|\ \ | |/ | |||||
| * | Fix for [f559bbde4e] (even though that's not really a bug) | jan.nijtmans | 2019-01-28 | 1 | -1/+0 |
| | | |||||
* | | Merge 8.7 | jan.nijtmans | 2018-10-22 | 1 | -101/+124 |
|\ \ | |/ | |||||
| * | Make new notifier code match Engineering Manual guidelines better | dkf | 2018-10-22 | 1 | -101/+124 |
| | | |||||
* | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, ↵ | jan.nijtmans | 2018-09-01 | 1 | -11/+11 |
|/ | | | | TCL_IO_FAILURE and TCL_NO_LENGTH (experimental, still open to be renamed following discussion) | ||||
* | Purge end-of-line spacing | jan.nijtmans | 2018-08-02 | 1 | -1/+1 |
| | |||||
* | merge 8.6 | jan.nijtmans | 2018-07-31 | 1 | -2/+2 |
| | |||||
* | unbreak the build | dgp | 2018-05-23 | 1 | -1/+1 |
| | |||||
* | Simplify usage of TCL_THREAD, along the lines of ↵ | jan.nijtmans | 2018-05-22 | 1 | -1/+1 |
| | | | | [eeddb0693a950be980a66de3811630a00c7bab54|eeddb0693a]. Suggested by DKF | ||||
* | Fix build with TCL_THREADS=0 on Linux/other without epoll or kqueu support. ↵ | jan.nijtmans | 2018-05-22 | 1 | -1/+1 |
| | | | | In that case, fallback to select notifier | ||||
* | Fix epoll notifier memory leak in initialization/finalization routines, | pooryorick | 2018-05-08 | 1 | -0/+4 |
| | |||||
* | Fix timeout calculation in epoll-based notifier. Proposed fix for ↵ | jan.nijtmans | 2017-10-27 | 1 | -1/+4 |
| | | | | [1a6a36d901dedead248ea96df09d5dc159532652|1a6a36d901]. Patch by Lucio Andrés Illanes Albornoz. Thanks! | ||||
* | Fix [83a3d869722fab9caaae3b6728215fb2507a6f0d|83a3d86972]: tclEpollNotfy.c ↵ | jan.nijtmans | 2017-05-31 | 1 | -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.nijtmans | 2017-04-26 | 1 | -11/+5 |
| | | | | functionality. | ||||
* | Fix compile error on Cygwin, and double definition of TclUnixWaitForFile() | jan.nijtmans | 2017-03-08 | 1 | -1/+1 |
| | |||||
* | Re-base to trunk, and get latest code from here: ↵ | jan.nijtmans | 2017-03-08 | 1 | -0/+810 |
[https://github.com/lalbornoz/tcl/tree/tip458]. Untested. |