Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.6 | jan.nijtmans | 2020-03-31 | 1 | -14/+15 |
| | |||||
* | TCL_UNUSED in the unix sources. | dgp | 2020-03-09 | 1 | -3/+2 |
| | |||||
* | Merge 8.7 | jan.nijtmans | 2020-01-07 | 1 | -0/+3 |
|\ | |||||
| * | More progress in making clang build on Cygwin warning-free | jan.nijtmans | 2019-12-24 | 1 | -0/+3 |
| | | |||||
* | | Merge 8.7 | jan.nijtmans | 2019-09-19 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | Merge 8.6. Missing cast in Tcl_WinTCharToUtf() macro (when compiling without ↵ | jan.nijtmans | 2019-09-19 | 1 | -3/+3 |
| | | | | | | | | -DUNICODE) | ||||
* | | Mark more function paramaters as unused. Now Tcl compiles fully (on UNIX and ↵ | jan.nijtmans | 2019-09-05 | 1 | -1/+2 |
|\ \ | |/ | | | | | Windows) without -Wunused-parameters warnings | ||||
* | | Merge 8.7. Continue implementation for win32 | jan.nijtmans | 2019-08-02 | 1 | -0/+6 |
|\ \ | |/ | |||||
* | | Merge 8.7, and continue implementation. Almost done | jan.nijtmans | 2019-07-10 | 1 | -19/+19 |
|\ \ | |/ | |||||
* | | Experiment: compile Tcl with C++ compiler. WIP | jan.nijtmans | 2019-07-04 | 1 | -1/+1 |
|/ | |||||
* | Make new notifier code match Engineering Manual guidelines better | dkf | 2018-10-22 | 1 | -64/+61 |
| | |||||
* | 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 | -11/+11 |
| | | | | [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 | ||||
* | TIP #491 implementation: Threading Support: phasing out non-threaded builds | jan.nijtmans | 2018-05-17 | 1 | -12/+12 |
| | |||||
* | Merge trunk | jan.nijtmans | 2017-03-24 | 1 | -2/+2 |
| | |||||
* | Re-base to trunk, and get latest code from here: ↵ | jan.nijtmans | 2017-03-08 | 1 | -0/+1117 |
[https://github.com/lalbornoz/tcl/tree/tip458]. Untested. |