summaryrefslogtreecommitdiffstats
path: root/win/tclWinThrd.c
Commit message (Expand)AuthorAgeFilesLines
* We need to initialize the thread id variable to 0 as on 64 bit windowspatthoyts2008-10-131-1/+5
* CONSTified 4 functions in the Notifier which all have a Tcl_Time* in it which isnijtmans2008-07-241-5/+5
* * win/tclWinThrd.c: Test for TLS_OUT_OF_INDEXES to make certain thatgeorgeps2008-07-161-1/+5
* TIP 285 ImplementationJoe Mistachkin2008-06-131-2/+2
* * generic/tcl.h: Make Tcl_ThreadDataKey a void *.georgeps2008-05-091-1/+44
* Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-2/+2
* 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
* * tclWinThrd.c: Revisited _beginthreadex() stuff. Instead of assumingdavygrvy2001-09-051-9/+10
* * win/tclWinThrd.c: Moved FinalizeConditionEvent() proto to withindavygrvy2001-09-031-3/+5
* * win/tclWinThrd.c: Portability fix for Cygwin who's c-runtime,davygrvy2001-09-031-1/+15
* * win/tclWinThrd.c (TclpFinalizeMutex, TclpFinalizeCondition):hobbs2001-08-071-1/+3
* * win/tclWinThrd.c (Tcl_CreateThread): Close Windowsmdejong2001-07-241-5/+6
* * win/tclWinConsole.c:mdejong2001-07-161-2/+1
* * win/tclWinDde.c:ericm2000-06-131-2/+2
* 2000-05-09 Andreas Kupries <a.kupries@westend.com>kupries2000-05-091-1/+3
* 2000-05-02 Andreas Kupries <a.kupries@westend.com>kupries2000-05-021-4/+53
* * library/dde1.1/pkgIndex.tcl:hobbs2000-04-201-15/+15
* Added Tcl_CreateThreadType and TCL_RETURN_THREAD_TYPEwelch2000-04-171-3/+3
* 2000-04-08 Andreas Kupries <a.kupries@westend.com>kupries2000-04-091-3/+6
* * win/mkd.bat:hobbs1999-12-221-5/+5
* * generic/tclListObj.c:core_8_2_b3_baseredman1999-08-101-35/+36
* Added Tcl_GetAllocMutex for use by tclAlloc.c and tclCkalloc.cwelch1999-08-101-25/+24
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-0/+900