summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixThrd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * 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
* | * 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
* | * generic/tclBasic.c:Miguel Sofer2007-11-261-10/+47
* | Silence some warnings.dkf2007-11-161-5/+5
* | * unix/tclUnixThrd.c (Tcl_JoinThread): fix for 64-bit handling ofhobbs2007-05-291-3/+7
* | supply missing RCS linedgp2006-12-191-1/+1
* | Fix [Bug 1618838]dkf2006-12-191-2/+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-7/+3
* | * generic/tclCompExpr.c: fix gcc warnings about 'cast to/fromdas2006-11-131-1/+1
* | * unix/tclUnixThrd.c (TclpThreadGetStackSize): Darwin: fix for maindas2006-10-161-5/+10
* | * unix/tclUnixThrd.c (TclpThreadGetStackSize): on Darwin, usedas2006-10-131-0/+2
* | Fix for stack.test failures on FreeBSDJoe Mistachkin2006-08-291-1/+1
* | ANSIfydkf2005-11-021-55/+55
* | radical refactoring of thread storage to untangle dependenciesKevin B Kenny2005-08-111-168/+0
* | Getting more systematic about styledkf2005-07-201-125/+136
* | Fixed TclpFreeAllocCache() to recognize when being called with NULLvasiljevic2005-04-161-7/+10
* | Comment typo fixdkf2005-01-111-1/+1
* | Remove readdir_r() and related #ifdeffery (see #1095909).jenglish2005-01-091-47/+5
* | * unix/configure: Regen.mdejong2004-11-221-1/+5
* | 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
* | Version of [Patch 746578] that works with Linux and is likely to work elsewheredkf2004-06-231-0/+49
* | Integrated fix for Tcl Bug #770053 from core-8-4-branchvasiljevic2004-06-221-2/+2
* | Made compiling with -Wstrict-prototypes -Wmissing-prototypes much cleaner.dkf2004-05-271-2/+2
* | 2004-05-14 Kevin B. Kenny <kennykb@acm.org> Kevin B Kenny2004-05-141-47/+0