summaryrefslogtreecommitdiffstats
path: root/win/tclWinThrd.c
Commit message (Expand)AuthorAgeFilesLines
* Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>.jan.nijtmans2013-02-101-1/+0
* 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 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
|\ \ | |/
* | 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
* | Thread exit handler marks the current thread as un-initialized.vasiljevic2007-03-241-12/+6
* | Various minor object file size efficiency fixes. [Bug 1530474]dkf2006-08-101-5/+5
* | ANSIfydkf2005-11-041-45/+46
* | radical refactoring of thread storage to untangle dependenciesKevin B Kenny2005-08-111-201/+1
* | Getting more systematic about styledkf2005-07-241-232/+253
* | Fixed Tcl Bug #1204064.vasiljevic2005-05-301-9/+9
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
* | Corrected a compilation error in the --enable-threads configurationKevin B Kenny2005-05-051-8/+13
* | Renamed TclWinFreeAllocCache to TclpFreeAllocCache and fixed to recognizevasiljevic2005-04-161-20/+23
* | * tests/registry.test: Fixed test files to load the correctdavygrvy2004-10-271-2/+3
* | * generic/tclEvent.c: Correct threaded obj allocator tohobbs2004-07-211-7/+28
* | Redefined MASTER_LOCK in win/tclWinThrd.c to call TclpMasterLock for thevasiljevic2004-07-191-4/+6
* | Integrated fix for Tcl Bug #770053 from core-8-4-branchvasiljevic2004-06-221-3/+3
* | A little source clean-up with the allocOnce variable.davygrvy2004-04-271-4/+6
* | * generic/tclInt.h:davygrvy2004-04-231-5/+36
* | * win/tclWinThrd.c (Tcl_ConditionNotify): condPtr must be dereferenceddavygrvy2004-01-111-2/+2
* | All uses of 'panic' (the macro) changeddavygrvy2003-12-241-13/+13
* | 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
|/
* Fix mingw build problems and compiler warnings.mdejong2003-01-141-1/+9
* * win/tclWinThrd.c (TclpMasterUnlock):hobbs2002-12-101-36/+23
* * win/tclWinConsole.c:davygrvy2002-11-261-2/+2
* * win/tclWinThrd.c (Tcl_CreateThread/TclpThreadExit): Fixeddavygrvy2002-11-191-3/+3
* * win/tclWinThrd.c (TclpFinalizeThreadData, TclWinFreeAllocCache):macosx_8_4_premerge_2002_08_31_trunkmacosx_8_4_merge_2002_08_30_trunkandreas_kupries2002-08-291-10/+7
* * generic/tclAlloc.c:hobbs2002-04-231-2/+76
* * win/tclWinThrd.c (TclpThreadExit): Cast status argument tomdejong2001-09-071-2/+2