summaryrefslogtreecommitdiffstats
path: root/generic/tclThreadStorage.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate unnessessary end-of-line spacing. No functional change.jan.nijtmans2015-10-041-3/+3
|\
| * Eliminate unnessessary end-of-line spacing. No functional change.jan.nijtmans2015-10-041-6/+6
* | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-1/+1
* | 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
| * Added VALGRIND define so we can silence helgrind race-report at placesvasiljevic2010-04-031-5/+34
| * * generic/tclThreadStorage.c (ThreadStorageGetHashTable):vasiljevic2010-04-021-12/+7
* | Various CYGWIN-related fixes. In the win32 configure script, CYGWIN is still ...nijtmans2009-12-211-2/+2
* | revise fix for [Bug 2687952]Joe Mistachkin2009-03-161-2/+2
* | Fix [Bug 2687952]dkf2009-03-151-1/+14
* | Code now simple enough that we can improve its performance by applying thedkf2008-11-291-9/+14
* | Improvements to the general readability of the TSD implementation.dkf2008-11-291-120/+189
* | * generic/tcl.h: Make Tcl_ThreadDataKey a void *.georgeps2008-05-091-436/+149
|/
* merge stable branch onto HEADdgp2007-12-131-1/+1
* Avoid using 'new' as an identifier.dkf2007-11-181-3/+3
* VarReform [Patch 1750051]Miguel Sofer2007-07-311-2/+3
* Silence a compiler warining about presenting a volatile pointer to 'memset'Kevin B Kenny2006-11-131-3/+3
* * generic/tclCompExpr.c: fix gcc warnings about 'cast to/fromdas2006-11-131-3/+3
* Minor updates (whitespace police, etc.)dkf2006-11-071-5/+5
* * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-2/+2
* Assorted syntactic cleanupsdkf2005-10-301-120/+110
* radical refactoring of thread storage to untangle dependenciesKevin B Kenny2005-08-111-677/+183
* Stop exposing the thread storage guts. Non-core code should never touch it.dkf2005-08-051-117/+71
* Getting more systematic about styledkf2005-07-191-137/+149
* Oops!dkf2004-06-241-5/+3
* Style and whitespace fixesdkf2004-06-241-443/+544
* * generic/tclThreadStorage.c: Corrected type casting errors that leddgp2004-06-241-3/+3
* Version 5 of [Patch 976496]Joe Mistachkin2004-06-241-0/+1013