summaryrefslogtreecommitdiffstats
path: root/win/tclWinThrd.c
Commit message (Expand)AuthorAgeFilesLines
* Use more "size_t" in stead of "int" internall. Also eliminate a lot of type-c...jan.nijtmans2016-11-161-1/+1
* 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
| |\
* | | Simplify use of "struct" keyword in many places.jan.nijtmans2016-06-301-5/+5
* | | 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
* | | 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-18/+15
|\ \ \
| * | | - Undo unix notifier changes: too risky at this moment. jan.nijtmans2016-03-251-18/+15
|/ / /
* | | Fix [d3071887dbc7aeac]: Fix SEGV in Tcl_FinalizeNotifier(). Thanks to hirofum...jan.nijtmans2016-03-211-17/+14
|/ /
* | 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...bug_ba44e415a0jan.nijtmans2015-10-171-32/+5
| |/ |/|
* | 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
| |/ |/|
* | 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
|\ \ | |/
* | 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
|\ \ \
* | | | 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
|\ \ \ \
* | | | | 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
* | | | | 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
| | | | * 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