summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixThrd.c
Commit message (Expand)AuthorAgeFilesLines
* Fix [3cc1d91345]: duplicate calls to TclpFreeAllocCache() on thread existsjan.nijtmans2016-10-111-2/+8
|\
| * Fix [3cc1d91345]: duplicate calls to TclpFreeAllocCache() on thread existsjan.nijtmans2016-10-111-3/+4
| |\
| | * Fix [3cc1d91345]: duplicate calls to TclpFreeAllocCache() on thread existsjan.nijtmans2016-10-111-3/+4
* | | Simplify use of "struct" keyword in many places.jan.nijtmans2016-06-301-4/+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-17/+10
|\ \ \
| * \ \ - Undo unix notifier changes: too risky at this moment. jan.nijtmans2016-03-251-42/+10
| |\ \ \ | |/ / / |/| | |
| * | | (experiment) Use TclpMasterLock() in stead of a separate notifierInitMutex. O...jan.nijtmans2016-03-211-0/+25
|/ / /
* | | Fix [d3071887dbc7aeac]: Fix SEGV in Tcl_FinalizeNotifier(). Thanks to hirofum...jan.nijtmans2016-03-211-12/+5
|/ /
* | Bring back Tcl_MutexLock() to exact implementation in Tcl 8.6.4. For details,...jan.nijtmans2015-10-181-49/+2
|\ \ | |/
| * Bring back Tcl_MutexLock() to exact implementation in Tcl 8.5.18. For details...jan.nijtmans2015-10-181-49/+2
| |\
| | * Proposed fix for [ba44e415a0]: "Use of mutexLock causes problem with reactive...bug_ba44e415a0jan.nijtmans2015-10-171-46/+5
| |/ |/|
* | Fix [5d170b5ca5e12743006d737c79f959f3efabc644|5d170b5ca5]: checkin 9f8b7bea53...jan.nijtmans2015-09-241-56/+4
|\ \ | |/
| * Fix [5d170b5ca5e12743006d737c79f959f3efabc644|5d170b5ca5]: checkin 9f8b7bea53...jan.nijtmans2015-09-241-56/+4
| |\
| | * merge trunk. jan.nijtmans2015-08-191-56/+4
| |/ |/|
* | Fix bug [57945b574a6df0332efc4ac96b066f7c347b28f7|57945b574a]: lock in forkin...jan.nijtmans2015-07-231-2/+100
|\ \ | |/
| * Fix bug [57945b574a6df0332efc4ac96b066f7c347b28f7|57945b574a]: lock in forkin...jan.nijtmans2015-07-231-6/+105
| |\
| | * The unit for usleep() is microseconds, not milliseconds.Joe Mistachkin2015-06-081-1/+1
| | * First attempt at implementing the necessary auto-magic for usleep.Joe Mistachkin2015-05-181-8/+0
| | * Adjust tweaks from the previous check-in to prepare for configure detection o...Joe Mistachkin2015-05-181-2/+10
| | * Temporary tweaks to allow Thread package tests to pass on Unix.Joe Mistachkin2015-05-171-1/+5
| | * This should completely fix the race conditions at the cost of more complexity...Joe Mistachkin2015-05-171-7/+34
| | * 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/+67
| |/ |/|
* | [3493120] Plug memory leak in thread exit.dgp2014-04-241-0/+1
|\ \ | |/
* | Don't use TclpInetNtoa any more, use inet_ntoa in stead. Since IP6 support it...jan.nijtmans2013-06-211-0/+1
* | 3530533 Centralize #include <pthread.h> in the tclUnixPort.h header so thatdgp2012-06-081-2/+0
|\ \
* \ \ minor comment fixjan.nijtmans2011-04-281-1/+1
|\ \ \
* | | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-5/+6
* | | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ \ \
* | | | | Simplify Tcl_AppInit and *_Init definitions.nijtmans2010-06-161-2/+2
* | | | | Code Audit results:dkf2010-03-051-25/+38
* | | | | const addition (pkge.c)nijtmans2009-08-161-2/+2
* | | | | * unix/tclUnixThrd.c: remove unused TclpThreadGetStackSize()das2008-08-131-94/+1
* | | | | CONSTified 4 functions in the Notifier which all have a Tcl_Time* in it which isnijtmans2008-07-241-7/+7
* | | | | * generic/tcl.h: Make Tcl_ThreadDataKey a void *.georgeps2008-05-091-1/+44
| | | | * *nix segfault cleared: we should reset a thread key after freeing of alloc ca...bug_3493120sebres2014-04-231-0/+1
| | | |/
| | | * 3530533 Centralize #include <pthread.h> in the tclUnixPort.h header so thatdgp2012-06-081-2/+0
| | |/
| | * minor comment fixjan.nijtmans2011-04-281-1/+1
| | |\ | |/ /
| | * minor comment fixjan.nijtmans2011-04-281-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
| * * unix/tclUnixThrd.c (Tcl_JoinThread): fix for 64-bit handling ofhobbs2007-05-291-1/+5
| * * unix/tclUnixThrd.c (TclpInetNtoa): fix for 64 bit.das2006-12-191-1/+1
| * * unix/tclUnixThrd.c (TclpInetNtoa): fix for 64 bit.das2006-12-191-3/+3
| * * unix/tclUnixThrd.c (TclpInetNtoa): fix for 64 bit.das2006-12-191-6/+2
| * * unix/tcl.m4, unix/configure: Backported [Bug 1095909], removinghobbs2005-07-081-47/+5
| * Fixed TclpFreeAllocCache() to recognize when being calledvasiljevic2005-04-071-7/+10
| * * unix/configure: Regen.mdejong2004-11-221-1/+5
| * * generic/tclAlloc.c: Fixed [Tcl SF Bug 1030548], aandreas_kupries2004-10-281-1/+1