| Commit message (Expand) | Author | Age | Files | Lines |
* | 3530533 Centralize #include <pthread.h> in the tclUnixPort.h header so that | dgp | 2012-06-08 | 1 | -2/+0 |
|\ |
|
| * | 3530533 Centralize #include <pthread.h> in the tclUnixPort.h header so that | dgp | 2012-06-08 | 1 | -2/+0 |
|
|
* | | minor comment fix | jan.nijtmans | 2011-04-28 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | minor comment fix | jan.nijtmans | 2011-04-28 | 1 | -1/+1 |
| |\ |
|
| | * | minor comment fix | jan.nijtmans | 2011-04-28 | 1 | -1/+1 |
|
|
* | | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -5/+6 |
|
|
* | | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \ \
| |/ / |
|
| * | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ \
| | |/ |
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| | * | * unix/tclUnixThrd.c (Tcl_JoinThread): fix for 64-bit handling of | hobbs | 2007-05-29 | 1 | -1/+5 |
|
|
| | * | * unix/tclUnixThrd.c (TclpInetNtoa): fix for 64 bit. | das | 2006-12-19 | 1 | -1/+1 |
|
|
| | * | * unix/tclUnixThrd.c (TclpInetNtoa): fix for 64 bit. | das | 2006-12-19 | 1 | -3/+3 |
|
|
| | * | * unix/tclUnixThrd.c (TclpInetNtoa): fix for 64 bit. | das | 2006-12-19 | 1 | -6/+2 |
|
|
| | * | * unix/tcl.m4, unix/configure: Backported [Bug 1095909], removing | hobbs | 2005-07-08 | 1 | -47/+5 |
|
|
| | * | Fixed TclpFreeAllocCache() to recognize when being called | vasiljevic | 2005-04-07 | 1 | -7/+10 |
|
|
| | * | * unix/configure: Regen. | mdejong | 2004-11-22 | 1 | -1/+5 |
|
|
| | * | * generic/tclAlloc.c: Fixed [Tcl SF Bug 1030548], a | andreas_kupries | 2004-10-28 | 1 | -1/+1 |
|
|
| | * | Changed handling of the returned thread ID since broken on 64-bit | vasiljevic | 2004-08-10 | 1 | -2/+4 |
|
|
| | * | * generic/tclEvent.c: Correct threaded obj allocator to | hobbs | 2004-07-21 | 1 | -12/+34 |
|
|
| | * | * unix/tclUnixThrd.c (TclpFinalizeMutex): Accepted Joe | andreas_kupries | 2004-07-15 | 1 | -0/+1 |
|
|
| | * | Corrected Tcl Bug #770053 | vasiljevic | 2004-06-22 | 1 | -2/+2 |
|
|
| | * | 2004-05-14 Kevin B. Kenny <kennykb@acm.org>
| Kevin B Kenny | 2004-05-14 | 1 | -47/+0 |
|
|
| | * | * generic/tclInt.h: | davygrvy | 2004-05-06 | 1 | -0/+30 |
|
|
| | * | fix for [Bug 732477] | Joe Mistachkin | 2003-05-13 | 1 | -6/+6 |
|
|
| | * | Corrected the Tcl bug #723502 | vasiljevic | 2003-05-12 | 1 | -1/+1 |
|
|
* | | | Simplify Tcl_AppInit and *_Init definitions. | nijtmans | 2010-06-16 | 1 | -2/+2 |
|
|
* | | | Code Audit results: | dkf | 2010-03-05 | 1 | -25/+38 |
|
|
* | | | const addition (pkge.c) | nijtmans | 2009-08-16 | 1 | -2/+2 |
|
|
* | | | * unix/tclUnixThrd.c: remove unused TclpThreadGetStackSize() | das | 2008-08-13 | 1 | -94/+1 |
|
|
* | | | CONSTified 4 functions in the Notifier which all have a Tcl_Time* in it which is | nijtmans | 2008-07-24 | 1 | -7/+7 |
|
|
* | | | * generic/tcl.h: Make Tcl_ThreadDataKey a void *. | georgeps | 2008-05-09 | 1 | -1/+44 |
|/ / |
|
* | | * unix/tclUnixThrd.c (TclpThreadGetStackSize): restore stack | Miguel Sofer | 2008-01-11 | 1 | -8/+11 |
|
|
* | | * unix/tclUnixThrd.c (TclpThreadGetStackSize): fix for crash in | Miguel Sofer | 2008-01-11 | 1 | -7/+4 |
|
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | * generic/tclBasic.c: | Miguel Sofer | 2007-11-26 | 1 | -10/+47 |
|
|
* | | Silence some warnings. | dkf | 2007-11-16 | 1 | -5/+5 |
|
|
* | | * unix/tclUnixThrd.c (Tcl_JoinThread): fix for 64-bit handling of | hobbs | 2007-05-29 | 1 | -3/+7 |
|
|
* | | supply missing RCS line | dgp | 2006-12-19 | 1 | -1/+1 |
|
|
* | | Fix [Bug 1618838] | dkf | 2006-12-19 | 1 | -2/+5 |
|
|
* | | * unix/tclUnixThrd.c (TclpInetNtoa): fix for 64 bit. | das | 2006-12-19 | 1 | -1/+1 |
|
|
* | | * unix/tclUnixThrd.c (TclpInetNtoa): fix for 64 bit. | das | 2006-12-19 | 1 | -3/+3 |
|
|
* | | * unix/tclUnixThrd.c (TclpInetNtoa): fix for 64 bit. | das | 2006-12-19 | 1 | -7/+3 |
|
|
* | | * generic/tclCompExpr.c: fix gcc warnings about 'cast to/from | das | 2006-11-13 | 1 | -1/+1 |
|
|
* | | * unix/tclUnixThrd.c (TclpThreadGetStackSize): Darwin: fix for main | das | 2006-10-16 | 1 | -5/+10 |
|
|
* | | * unix/tclUnixThrd.c (TclpThreadGetStackSize): on Darwin, use | das | 2006-10-13 | 1 | -0/+2 |
|
|
* | | Fix for stack.test failures on FreeBSD | Joe Mistachkin | 2006-08-29 | 1 | -1/+1 |
|
|
* | | ANSIfy | dkf | 2005-11-02 | 1 | -55/+55 |
|
|
* | | radical refactoring of thread storage to untangle dependencies | Kevin B Kenny | 2005-08-11 | 1 | -168/+0 |
|
|
* | | Getting more systematic about style | dkf | 2005-07-20 | 1 | -125/+136 |
|
|
* | | Fixed TclpFreeAllocCache() to recognize when being called with NULL | vasiljevic | 2005-04-16 | 1 | -7/+10 |
|
|