summaryrefslogtreecommitdiffstats
path: root/win/tclWinThrd.c
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
| * | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-1/+1
| |\ \ | | |/
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-4/+4
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ \ | |/ /
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\ \ | | |/
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | * Thread exit handler marks the current thread as un-initialized.vasiljevic2007-03-241-12/+7
| | * * win/tclWinThrd.c (TclpFinalizeThreadData): move tlsKey defnhobbs2005-05-301-20/+26
| | * Renamed TclWinFreeAllocCache to TclpFreeAllocCache and fixedvasiljevic2005-04-071-20/+21
| | * * generic/tclAlloc.c: Fixed [Tcl SF Bug 1030548], aandreas_kupries2004-10-281-3/+4
| | * * generic/tclEvent.c: Correct threaded obj allocator tohobbs2004-07-211-7/+28
| | * Redefined MASTER_LOCK to call TclpMasterLock for the sake of Tcl APIvasiljevic2004-07-191-4/+6
| | * Corrected Tcl Bug #770053vasiljevic2004-06-221-3/+3
| | * * generic/tclInt.h:davygrvy2004-05-061-5/+36
| | * revert back to 1.24.2.2 from prior mistaken commit.davygrvy2004-04-231-34/+5
| | * * win/tclWinTime.c: If the Tcl_ExitProc (StopCalibration) isdavygrvy2004-04-231-5/+34
| | * fix for [Bug 732477]Joe Mistachkin2003-05-131-7/+7
| | * * win/tclWinThrd.c: Applied SF patch #727271. This patch changesandreas_kupries2003-04-251-9/+54
| * | Various CYGWIN-related fixesnijtmans2010-01-311-10/+18
| * | * changes: Update for 8.5.6 release.dgp2008-12-211-1/+5
* | | Fix various gcc-4.5.2 64-bit warning messages,nijtmans2011-01-251-2/+2
* | | Simplify Tcl_AppInit and *_Init definitions.nijtmans2010-06-161-2/+2
* | | Fix TCL_LL_MODIFIER for Cygwinnijtmans2010-01-131-3/+1
* | | * win/tclWinDde.c: VC++ 6.0 doesn't havenijtmans2010-01-101-5/+7
* | | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ...dkf2009-01-091-10/+27
* | | We need to initialize the thread id variable to 0 as on 64 bit windowspatthoyts2008-10-131-1/+5