summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixThrd.c
Commit message (Expand)AuthorAgeFilesLines
* 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 + t...fbonnet2018-06-091-11/+13
| | |/ / / /
| | * | | | TIP #509: Implement reentrant mutexes on all platformsfbonnet2018-05-251-23/+133
* | | | | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_...jan.nijtmans2018-09-011-4/+4
|\ \ \ \ \ \ | |/ / / / /
* | | | | | 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 handli...jan.nijtmans2018-06-251-3/+3
* | | | | 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
| * | | | merge 8.7jan.nijtmans2018-05-221-12/+12
| |\ \ \ \ | | |/ / /
| | * | | Simplify usage of TCL_THREAD, along the lines of [eeddb0693a950be980a66de3811...jan.nijtmans2018-05-221-14/+14
| * | | | Merge 8.7, but keep TCL_THREADS undefined in tcl.h (since that's no longer ne...jan.nijtmans2018-05-171-12/+12
| |\ \ \ \ | | |/ / /
| | * | | 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
| | * | | | 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 HAVE_ST...sebres2018-05-091-1/+1
| | * | | If Tcl is compiled with -DTCL_NO_DEPRECATED, remove a lot of (internal) stub ...jan.nijtmans2017-11-201-0/+2
| * | | | Tcl-9 huge cleanup: Remove many unused internal functions which do nothing mo...jan.nijtmans2017-11-081-52/+0
| |/ / /
| * | | Some more (internal) stub entries which can be cleaned up with -DTCL_NO_DEPRE...jan.nijtmans2017-04-061-0/+2
* | | | merge trunkjan.nijtmans2017-01-161-2/+0
|\ \ \ \ | |/ / /
| * | | Patch from Zoran Vasiljevic, fix for missing proper initialization of the thr...jan.nijtmans2017-01-131-2/+0
* | | | More internal use of size_t. Eliminate unused "isBin" argument from TclpSysAl...jan.nijtmans2016-12-011-1/+1
* | | | merge trunkjan.nijtmans2016-10-111-2/+8
|\ \ \ \ | |/ / /
| * | | Fix [3cc1d91345]: duplicate calls to TclpFreeAllocCache() on thread existsjan.nijtmans2016-10-111-2/+8
| |\ \ \ | | |/ /
| | * | Fix [3cc1d91345]: duplicate calls to TclpFreeAllocCache() on thread existsjan.nijtmans2016-10-111-3/+4
| | |\ \ | | | |/
| | | * Fix [3cc1d91345]: duplicate calls to TclpFreeAllocCache() on thread existsjan.nijtmans2016-10-111-3/+4
| * | | Simplify use of "struct" keyword in many places.jan.nijtmans2016-06-301-4/+4
* | | | Merge trunk. Remove excess spacing.jan.nijtmans2016-04-011-2/+2
|\ \ \ \ | |/ / /