summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixThrd.c
Commit message (Collapse)AuthorAgeFilesLines
* Backout the "dullest commit ever" (not my words ....). It breaks the build. jan.nijtmans2024-05-141-2/+2
| | | JN: Many of those changes are actually good, but there are too many changes to be able to search for a bug somewhere. Feel free to re-apply, after assuring it's really only whitespace changes. (my advise: do that after 9.0b2)
* Clean up a lot of small whitespace issues dkf2024-05-131-2/+2
| | | This is the dullest commit ever. Sorry.
* Make it more clear that TclpThreadExit() and Tcl_ExitThread() are ↵jan.nijtmans2024-04-251-1/+1
|\ | | | | | | TCL_NORETURN too
| * Make it more clear that TclpThreadExit() and Tcl_ExitThread() are ↵jan.nijtmans2024-04-251-1/+1
| | | | | | | | TCL_NORETURN too.
| * (backport) more spacing/formatting tweaks. For now, macosx/unix/win only.jan.nijtmans2024-03-201-1/+1
| |
* | Merge 8.7jan.nijtmans2023-10-101-2/+2
|\ \ | |/
* | Merge 8.7jan.nijtmans2023-05-231-3/+3
|\ \ | |/
| * Give Tcl_CreateThread a TCL_HASH_TYPE (unsigned) stackSize parameterjan.nijtmans2023-05-231-3/+3
| |
| * Merge 8.6jan.nijtmans2023-03-301-1/+1
| |\
| | * Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it ↵jan.nijtmans2023-03-301-1/+1
| | | | | | | | | | | | on other platforms either.
* | | 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