summaryrefslogtreecommitdiffstats
path: root/generic/tclThreadStorage.c
Commit message (Expand)AuthorAgeFilesLines
* TIP #616: Tcl lists > 2^31 elementsjan.nijtmans2022-06-081-2/+2
* Merge 8.7jan.nijtmans2020-12-081-2/+2
|\
| * Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-2/+2
* | Merge 8.7jan.nijtmans2020-07-211-15/+15
|\ \ | |/
| * Merge 8.6jan.nijtmans2020-07-201-16/+16
| |\
| | * Use "Global" in stead of "Master" internally, where "Master" is not used in t...jan.nijtmans2020-07-201-16/+16
* | | Merge 8.7jan.nijtmans2020-02-281-8/+8
|\ \ \ | |/ /
| * | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-8/+8
* | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_...jan.nijtmans2018-09-011-1/+1
|\ \ \
* \ \ \ merge trunkjan.nijtmans2018-05-231-1/+1
|\ \ \ \ | |/ / /
| * | | merge 8.7jan.nijtmans2018-05-221-1/+1
| |\ \ \ | | |/ /
| | * | Simplify usage of TCL_THREAD, along the lines of [eeddb0693a950be980a66de3811...jan.nijtmans2018-05-221-1/+1
| * | | Merge 8.7, but keep TCL_THREADS undefined in tcl.h (since that's no longer ne...jan.nijtmans2018-05-171-1/+1
| |\ \ \ | | |/ /
| | * | TIP #491 implementation: Threading Support: phasing out non-threaded buildsjan.nijtmans2018-05-171-1/+1
| | |/
* | | merge trunkjan.nijtmans2017-12-011-1/+1
|\ \ \ | |/ /
| * | merge core-8-branch. Various cleanup: unused structure names, unused #defines...jan.nijtmans2017-12-011-1/+1
| |/
* | re-base "novem-more-memory-API" to trunk. TIP not submitted yet, but upcoming.jan.nijtmans2017-11-161-2/+2
|\ \ | |/ |/|
| * More internal use of size_t. Eliminate unused "isBin" argument from TclpSysAl...jan.nijtmans2016-12-011-2/+2
| * merge trunkjan.nijtmans2015-10-041-3/+3
| |\ | |/ |/|
| * remove unnecessary struct names, which only pollute the "struct" namespace fo...jan.nijtmans2012-08-201-1/+1
* | 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