summaryrefslogtreecommitdiffstats
path: root/win/tclWinThrd.c
Commit message (Expand)AuthorAgeFilesLines
* merge trunkjan.nijtmans2018-05-231-5/+5
|\
| * Simplify usage of TCL_THREAD, along the lines of [eeddb0693a950be980a66de3811...jan.nijtmans2018-05-221-5/+5
| * TIP #491 implementation: Threading Support: phasing out non-threaded buildsjan.nijtmans2018-05-171-5/+5
| * Remove compat/float.h and related machinery. The last system known where this...jan.nijtmans2017-11-151-2/+0
* | More internal use of size_t. Eliminate unused "isBin" argument from TclpSysAl...jan.nijtmans2016-12-011-1/+1
* | merge trunkjan.nijtmans2016-11-161-1/+1
|\ \ | |/
| * Use more "size_t" in stead of "int" internall. Also eliminate a lot of type-c...jan.nijtmans2016-11-161-1/+1
* | merge trunkjan.nijtmans2016-10-111-2/+4
|\ \ | |/
| * Fix [3cc1d91345]: duplicate calls to TclpFreeAllocCache() on thread existsjan.nijtmans2016-10-111-2/+4
| |\
| | * Fix [3cc1d91345]: duplicate calls to TclpFreeAllocCache() on thread existsjan.nijtmans2016-10-111-2/+4
| | |\
* | | \ Merge trunkjan.nijtmans2016-06-301-1/+1
|\ \ \ \ | |/ / /
| * | | Simplify use of "struct" keyword in many places.jan.nijtmans2016-06-301-5/+5
* | | | merge trunkjan.nijtmans2016-06-141-7/+4
|\ \ \ \ | |/ / /
| * | | Fix [7393be0be6e7f91cbb2016fa777896e3895929e3|7393be0be6]: Tcl Thread library...jan.nijtmans2016-06-141-7/+4
| |\ \ \ | | |/ /
| | * | Fix [7393be0be6e7f91cbb2016fa777896e3895929e3|7393be0be6]: Tcl Thread library...jan.nijtmans2016-06-141-7/+4
| | |\ \ | | | |/
| | | * Fix [7393be0be6e7f91cbb2016fa777896e3895929e3|7393be0be6]: Tcl Thread library...jan.nijtmans2016-06-141-7/+4
* | | | Merge trunk. Remove excess spacing.jan.nijtmans2016-04-011-2/+2
|\ \ \ \ | |/ / /
| * | | RFE [0ef5e653ff4caf5f896ec1182e0aac38ab9a0c46|0ef5e653]: Add nsf to coffbase....jan.nijtmans2016-04-011-2/+2
| |\ \ \ | | |/ /
* | | | merge trunkjan.nijtmans2016-04-011-18/+15
|\ \ \ \ | |/ / /
| * | | Two micro-optimizations in Win and UNIX notifier. See: [http://code.activesta...jan.nijtmans2016-04-011-18/+15
| |\ \ \
| | * | | - Undo unix notifier changes: too risky at this moment. jan.nijtmans2016-03-251-18/+15
| |/ / /
* | | | merge trunkjan.nijtmans2016-03-211-17/+14
|\ \ \ \ | |/ / /
| * | | Fix [d3071887dbc7aeac]: Fix SEGV in Tcl_FinalizeNotifier(). Thanks to hirofum...jan.nijtmans2016-03-211-17/+14
| |/ /
* | | merge trunkjan.nijtmans2015-10-191-35/+2
|\ \ \ | |/ /
| * | Bring back Tcl_MutexLock() to exact implementation in Tcl 8.6.4. For details,...jan.nijtmans2015-10-181-35/+2
| |\ \ | | |/
| | * Bring back Tcl_MutexLock() to exact implementation in Tcl 8.5.18. For details...jan.nijtmans2015-10-181-35/+2
| | |\
| | | * Proposed fix for [ba44e415a0]: "Use of mutexLock causes problem with reactive...jan.nijtmans2015-10-171-32/+5
| | |/ | |/|
* | | merge trunkjan.nijtmans2015-09-251-50/+4
|\ \ \ | |/ /
| * | Fix [5d170b5ca5e12743006d737c79f959f3efabc644|5d170b5ca5]: checkin 9f8b7bea53...jan.nijtmans2015-09-241-50/+4
| |\ \ | | |/
| | * Fix [5d170b5ca5e12743006d737c79f959f3efabc644|5d170b5ca5]: checkin 9f8b7bea53...jan.nijtmans2015-09-241-50/+4
| | |\
| | | * merge trunk. jan.nijtmans2015-08-191-50/+4
| | |/ | |/|
* | | merge trunkdgp2015-07-291-2/+81
|\ \ \ | |/ /
| * | Fix bug [57945b574a6df0332efc4ac96b066f7c347b28f7|57945b574a]: lock in forkin...jan.nijtmans2015-07-231-2/+81
| |\ \ | | |/
| | * Fix bug [57945b574a6df0332efc4ac96b066f7c347b28f7|57945b574a]: lock in forkin...jan.nijtmans2015-07-231-2/+81
| | |\
| | | * This should completely fix the race conditions at the cost of more complexity...Joe Mistachkin2015-05-171-7/+23
| | | * Fix deadlock.Joe Mistachkin2015-05-171-1/+1
| | | * Draft fix for a potential race condition in the new Tcl_MutexUnlockAndFinaliz...Joe Mistachkin2015-05-171-0/+63
| | |/ | |/|
| * | Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>jan.nijtmans2013-02-101-1/+0
| |\ \ | | |/
| | * Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>.jan.nijtmans2013-02-101-1/+0
* | | merge trunkjan.nijtmans2013-01-191-3/+0
|\ \ \ | |/ /
* | | remove unnecessary struct names, which only pollute the "struct" namespace fo...jan.nijtmans2012-12-211-4/+4
|\ \ \ | |/ / |/| |
| * | remove unnecessary struct names, which only pollute the "struct" namespace fo...jan.nijtmans2012-08-201-4/+4
* | | Workaround for mingw versions which don't provide _fpcontrol in float.hjan.nijtmans2012-11-141-0/+8
|\ \ \ | | |/ | |/|
| * | Workaround for mingw versions which don't provide _fpcontrol in float.hjan.nijtmans2012-11-141-0/+8
| |\ \
| | * | Workaround for mingw versions which don't provide _fpcontrol in float.hjan.nijtmans2012-11-141-0/+8
* | | | 360894 Threads inherit floating point config from their creator threaddgp2012-11-131-4/+71
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | 360894 Threads inherit floating point config from their creator thread.dgp2012-11-131-4/+71
| |\ \ | | |/
| | * Make compilation of the fp control changes possible with MinGW.Joe Mistachkin2012-09-131-3/+10
| | * Free the WinThread structure before running the original thread procedure.Joe Mistachkin2012-09-131-1/+8
| | * Initial work on SF FRQ #3567063.Joe Mistachkin2012-09-131-4/+56