summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixThrd.c
Commit message (Expand)AuthorAgeFilesLines
* Make everything compile warning-free when TCL_THREADS=0jan.nijtmans2021-08-231-0/+8
|\
* | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-3/+3
* | 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.6jan.nijtmans2020-07-201-21/+21
|\ \ | |/
| * Use "Global" in stead of "Master" internally, where "Master" is not used in t...jan.nijtmans2020-07-201-26/+26
* | Merge 8.7jan.nijtmans2020-02-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.7. Continue implementation for win32jan.nijtmans2019-08-021-1/+1
|\ \ \ | |/ /
| * | Eliminate more usage of C++-specific keywords in C-code.jan.nijtmans2019-07-251-1/+1
* | | Experiment: compile Tcl with C++ compiler. WIPjan.nijtmans2019-07-041-7/+7
|/ /
* | Clean up code style and add key phrases to documentation.dkf2018-09-281-52/+95
* | merge core-8-branchdkf2018-09-281-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
* | | close forkdgp2018-06-121-15/+17
|\ \ \
| * \ \ merge 8.7jan.nijtmans2018-05-271-15/+17
| |\ \ \ | | |/ /
| | * | Unbreak build with other CFLAGS, such as TCL_MEM_DEBUG=1 or TCL_THREADS=0 on ...jan.nijtmans2018-05-231-2/+4
| | * | Simplify usage of TCL_THREAD, along the lines of [eeddb0693a950be980a66de3811...jan.nijtmans2018-05-221-14/+14
| | * | TIP #491 implementation: Threading Support: phasing out non-threaded buildsjan.nijtmans2018-05-171-14/+14
| | |\ \
* | | | | 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
|/ / /
* | | 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
* | | Some more (internal) stub entries which can be cleaned up with -DTCL_NO_DEPRE...jan.nijtmans2017-04-061-0/+2
* | | Patch from Zoran Vasiljevic, fix for missing proper initialization of the thr...jan.nijtmans2017-01-131-2/+0
* | | 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
* | | RFE [0ef5e653ff4caf5f896ec1182e0aac38ab9a0c46|0ef5e653]: Add nsf to coffbase....jan.nijtmans2016-04-011-2/+2
|\ \ \ | |/ /
* | | Two micro-optimizations in Win and UNIX notifier. See: [http://code.activesta...jan.nijtmans2016-04-011-17/+10
|\ \ \
| * \ \ - Undo unix notifier changes: too risky at this moment. jan.nijtmans2016-03-251-42/+10
| |\ \ \ | |/ / / |/| | |
| * | | (experiment) Use TclpMasterLock() in stead of a separate notifierInitMutex. O...jan.nijtmans2016-03-211-0/+25
|/ / /
* | | Fix [d3071887dbc7aeac]: Fix SEGV in Tcl_FinalizeNotifier(). Thanks to hirofum...jan.nijtmans2016-03-211-12/+5
|/ /
* | Bring back Tcl_MutexLock() to exact implementation in Tcl 8.6.4. For details,...jan.nijtmans2015-10-181-49/+2
|\ \ | |/
| * Bring back Tcl_MutexLock() to exact implementation in Tcl 8.5.18. For details...jan.nijtmans2015-10-181-49/+2
| |\
| | * Proposed fix for [ba44e415a0]: "Use of mutexLock causes problem with reactive...jan.nijtmans2015-10-171-46/+5
| |/ |/|
* | Fix [5d170b5ca5e12743006d737c79f959f3efabc644|5d170b5ca5]: checkin 9f8b7bea53...jan.nijtmans2015-09-241-56/+4
|\ \ | |/
| * Fix [5d170b5ca5e12743006d737c79f959f3efabc644|5d170b5ca5]: checkin 9f8b7bea53...jan.nijtmans2015-09-241-56/+4
| |\
| | * merge trunk. jan.nijtmans2015-08-191-56/+4
| |/ |/|
* | Fix bug [57945b574a6df0332efc4ac96b066f7c347b28f7|57945b574a]: lock in forkin...jan.nijtmans2015-07-231-2/+100
|\ \ | |/
| * Fix bug [57945b574a6df0332efc4ac96b066f7c347b28f7|57945b574a]: lock in forkin...jan.nijtmans2015-07-231-6/+105
| |\
| | * The unit for usleep() is microseconds, not milliseconds.Joe Mistachkin2015-06-081-1/+1