summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixThrd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * *nix segfault cleared: we should reset a thread key after freeing of alloc ca...bug_3493120sebres2014-04-231-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
|\ \ | |/
| * 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
| |\
| | * 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
|\ \ \ | |/ /
| * | 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
| | * Changed handling of the returned thread ID since broken on 64-bitvasiljevic2004-08-101-2/+4
| | * * generic/tclEvent.c: Correct threaded obj allocator tohobbs2004-07-211-12/+34
| | * * unix/tclUnixThrd.c (TclpFinalizeMutex): Accepted Joeandreas_kupries2004-07-151-0/+1
| | * Corrected Tcl Bug #770053vasiljevic2004-06-221-2/+2
| | * 2004-05-14 Kevin B. Kenny <kennykb@acm.org> Kevin B Kenny2004-05-141-47/+0
| | * * generic/tclInt.h:davygrvy2004-05-061-0/+30
| | * fix for [Bug 732477]Joe Mistachkin2003-05-131-6/+6
| | * Corrected the Tcl bug #723502vasiljevic2003-05-121-1/+1
* | | 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
|/ /
* | * unix/tclUnixThrd.c (TclpThreadGetStackSize): restore stackMiguel Sofer2008-01-111-8/+11
* | * unix/tclUnixThrd.c (TclpThreadGetStackSize): fix for crash inMiguel Sofer2008-01-111-7/+4
* | merge stable branch onto HEADdgp2007-12-131-1/+1