summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixThrd.c
Commit message (Collapse)AuthorAgeFilesLines
* More -Wconversion warning fixesjan.nijtmans2023-03-081-1/+1
|
* Merge 8.7jan.nijtmans2021-08-231-0/+8
|\
| * Make everything compile warning-free when TCL_THREADS=0jan.nijtmans2021-08-231-0/+8
| |\
* | \ Merge 8.7jan.nijtmans2020-12-081-3/+3
|\ \ \ | |/ /
| * | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ↵jan.nijtmans2020-12-081-3/+3
| | | | | | | | | | | | C sources can now use UTF-8, as far as gcc/clang/msvc support it. Not used yet
* | | Merge 8.7jan.nijtmans2020-08-111-12/+12
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-08-111-13/+13
| |\ \ | | |/
| | * Code cleanup: less of use "register" keyword, and better use of typecastsjan.nijtmans2020-08-111-18/+19
| | |
* | | Merge 8.7jan.nijtmans2020-07-211-21/+21
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-07-201-21/+21
| |\ \ | | |/
| | * Use "Global" in stead of "Master" internally, where "Master" is not used in ↵jan.nijtmans2020-07-201-26/+26
| | | | | | | | | | | | the Master-Slave paradigm and where this makes sense.
* | | Merge 8.7jan.nijtmans2020-02-281-7/+7
|\ \ \ | |/ /
| * | Merge 8.7jan.nijtmans2020-02-131-2/+2
| |\ \
| * \ \ Merge 8.7. Continue implementation for win32jan.nijtmans2019-08-021-1/+1
| |\ \ \
| * | | | Experiment: compile Tcl with C++ compiler. WIPjan.nijtmans2019-07-041-7/+7
| | | | |
* | | | | Merge 8.7jan.nijtmans2020-01-131-2/+2
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge 8.6jan.nijtmans2020-01-131-2/+2
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| | * | Silence some gcc-9 compiler warnings.jan.nijtmans2020-01-131-2/+2
| | | |
* | | | Merge 8.7jan.nijtmans2019-07-251-1/+1
|\ \ \ \ | |/ / /
| * | | Eliminate more usage of C++-specific keywords in C-code.jan.nijtmans2019-07-251-1/+1
| | |/ | |/|
* | | Fix [77f1088210fd739]: trunk: mac os x: compilation warningsjan.nijtmans2018-10-191-8/+0
| | |
* | | Merge trunkjan.nijtmans2018-09-281-39/+202
|\ \ \
| * \ \ Merge 8.7jan.nijtmans2018-09-281-39/+202
| |\ \ \ | | |/ /
| | * | Clean up code style and add key phrases to documentation.dkf2018-09-281-52/+95
| | | |
| | * | merge core-8-branchdkf2018-09-281-3/+3
| | |\ \
| | * \ \ close forkdgp2018-06-121-15/+17
| | |\ \ \
| | | * \ \ merge 8.7jan.nijtmans2018-05-271-15/+17
| | | |\ \ \
| | * | | | | Removed thread-specific mutex lock counter and replaced by shared counter + ↵fbonnet2018-06-091-11/+13
| | |/ / / / | | | | | | | | | | | | | | | | | | thread ID for systems without PTHREAD_MUTEX_RECURSIVE
| | * | | | TIP #509: Implement reentrant mutexes on all platformsfbonnet2018-05-251-23/+133
| | | | | |
* | | | | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, ↵jan.nijtmans2018-09-011-4/+4
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | TCL_IO_FAILURE and TCL_NO_LENGTH (experimental, still open to be renamed following discussion)
* | | | | | More API changes using size_t. Internal changes not complete yet (WIP)jan.nijtmans2018-06-281-2/+2
| | | | | |
* | | | | | merge trunkjan.nijtmans2018-06-271-3/+3
|\ \ \ \ \ \ | |/ / / / /
| * | | | | merge 8.7jan.nijtmans2018-06-251-3/+3
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | merge 8.6jan.nijtmans2018-06-251-3/+3
| | |\ \ \ \ | | | |_|/ / | | |/| | / | | | | |/ | | | |/|
| | | * | Simplify ToUtf(), expecially for TCL_UTF_MAX>3 (with correct surrogate ↵jan.nijtmans2018-06-251-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | handling). Fix various typo's
* | | | | merge trunkjan.nijtmans2018-05-231-15/+15
|\ \ \ \ \ | |/ / / /
| * | | | merge 8.7jan.nijtmans2018-05-231-2/+4
| |\ \ \ \ | | |/ / /
| | * | | Unbreak build with other CFLAGS, such as TCL_MEM_DEBUG=1 or TCL_THREADS=0 on ↵jan.nijtmans2018-05-231-2/+4
| | | | | | | | | | | | | | | | | | | | Linux
| * | | | merge 8.7jan.nijtmans2018-05-221-12/+12
| |\ \ \ \ | | |/ / /
| | * | | Simplify usage of TCL_THREAD, along the lines of ↵jan.nijtmans2018-05-221-14/+14
| | | | | | | | | | | | | | | | | | | | [eeddb0693a950be980a66de3811630a00c7bab54|eeddb0693a]. Suggested by DKF
| * | | | Merge 8.7, but keep TCL_THREADS undefined in tcl.h (since that's no longer ↵jan.nijtmans2018-05-171-12/+12
| |\ \ \ \ | | |/ / / | | | | | | | | | | necessary)
| | * | | TIP #491 implementation: Threading Support: phasing out non-threaded buildsjan.nijtmans2018-05-171-14/+14
| | |\ \ \ | | | |_|/ | | |/| |
| * | | | merge 8.7jan.nijtmans2018-05-111-2/+0
| |\ \ \ \ | | |/ / /
| | * | | merge 8.6jan.nijtmans2018-05-111-1/+1
| | |\ \ \ | | | | |/ | | | |/|
| | | * | merge 8.5jan.nijtmans2018-05-111-1/+1
| | | |\ \
| | | | * | Rename Tcl_Dir to TclDIR, making it clear that this macro is not part of the ↵jan.nijtmans2018-05-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | public API
| | * | | | merge 8.6dgp2018-05-091-1/+1
| | |\ \ \ \ | | | |/ / / | | | | | / | | | |_|/ | | |/| |
| | | * | merge 8.5sebres2018-05-091-1/+1
| | | |\ \ | | | | |/
| | | | * amend to [85bcf84100]: replaces DIR with Tcl_Dir (DIR/DIR64 regarding ↵sebres2018-05-091-1/+1
| | | | | | | | | | | | | | | | | | | | HAVE_STRUCT_DIRENT64)
| | * | | If Tcl is compiled with -DTCL_NO_DEPRECATED, remove a lot of (internal) stub ↵jan.nijtmans2017-11-201-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | entries which correspond to functions which will be removed in Tcl 9. This commit should have been part of [7849f573c0e7d758|this] earlier commit. No effect when Tcl is not compiled with -DTCL_NO_DEPRECATED.