summaryrefslogtreecommitdiffstats
path: root/generic/tclThreadAlloc.c
Commit message (Expand)AuthorAgeFilesLines
* 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-12/+12
|\ \ | |/ |/|
| * merge novemjan.nijtmans2017-05-041-10/+35
| |\
| | * merge trunkjan.nijtmans2017-01-161-10/+35
| | |\ | |_|/ |/| |
| * | merge novemjan.nijtmans2016-12-191-4/+4
| |\ \ | | |/
| | * More internal use of size_t. Eliminate unused "isBin" argument from TclpSysAl...jan.nijtmans2016-12-011-4/+4
| * | merge novemjan.nijtmans2016-11-181-3/+3
| |\ \ | | |/
| | * merge trunkjan.nijtmans2016-10-111-3/+3
| | |\
| * | \ rebase with novemjan.nijtmans2015-09-291-8/+8
| |\ \ \ | | |/ / | |/| |
| | * | merge novemjan.nijtmans2015-06-181-30/+108
| | |\ \
| | * \ \ merge novemjan.nijtmans2014-05-021-0/+27
| | |\ \ \
| | * \ \ \ merge novemjan.nijtmans2013-02-031-6/+6
| | |\ \ \ \
| | * \ \ \ \ merge trunk. jan.nijtmans2013-01-021-1/+1
| | |\ \ \ \ \
| | * | | | | | More memory API changes, mainly char* -> void* and unsigned -> size_tjan.nijtmans2012-12-121-8/+8
| * | | | | | | merge trunkjan.nijtmans2015-09-291-1/+1
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | merge trunkjan.nijtmans2015-04-291-21/+98
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merge trunkjan.nijtmans2014-09-171-1/+2
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ merge trunkjan.nijtmans2014-09-011-8/+8
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | merge trunkjan.nijtmans2014-05-011-0/+27
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | merge trunkjan.nijtmans2013-02-031-6/+6
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | remove unnecessary struct names, which only pollute the "struct" namespace fo...jan.nijtmans2012-08-201-1/+1
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Introduce new function TclInitThreadAlloc(), symmetric with TclFinalizeThread...jan.nijtmans2017-01-131-11/+35
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Patch from Zoran Vasiljevic, fix for missing proper initialization of the thr...jan.nijtmans2017-01-131-0/+1
|/ / / / / / / /
* | | | | | | | Fix [3cc1d91345]: duplicate calls to TclpFreeAllocCache() on thread existsjan.nijtmans2016-10-111-3/+3
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Align comment. Remove some end-of-line spacing. No functional changes.jan.nijtmans2015-09-281-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | / | |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Reduce the list walking by keeping lastPtr fields.dgp2015-04-161-28/+35
* | | | | | | Revise the zippy dance that pushes Blocks and Tcl_Objs back the shared pooldgp2015-04-151-15/+85
| |_|_|_|_|/ |/| | | | |
* | | | | | [132fad6fde]. Fixed GetCache to use TclpSysAlloc+memset insteadashok2014-09-031-1/+2
| |_|_|_|/ |/| | | |
* | | | | Use TclpSys* macros, not direct system calls.dgp2014-08-291-8/+8
| |_|_|/ |/| | |
* | | | [3493120] Plug memory leak in thread exit.dgp2014-04-241-0/+27
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Memory leak after thread exit, fixed (alloc cache released by exit), belong t...sebres2014-04-221-0/+27
* | | merge core-8-5-branchjan.nijtmans2013-01-311-6/+6
|\ \ \ | |/ / | | / | |/ |/|
| * Use twoPtrValue.ptr1 in stead of otherValuePtr everywhere. This is exactly th...jan.nijtmans2013-01-311-6/+6
| * silence more warningsdgp2011-11-011-0/+4
* | Reduce amount of unreachable code. Refactor Win socket and load code to be lessdkf2012-04-051-8/+0
* | TclClockOldscanObjCmd: More generation of errorCode information.dkf2011-03-311-0/+0
* | Restored C++ usability to the memory allocation and free macros.dgp2011-03-241-0/+0
* | Ensure that any reference to temporary index tables is squelched immediatelydkf2011-03-241-0/+0
|\ \ | |/
* | simpler initialization of Cache under HAVE_FAST_TSD, from mig-alloc-reform.mig2011-03-221-4/+2
* | * generic/tclThreadAlloc.c: imported HAVE_FAST_TSD support from mig-alloc-ref...mig2011-03-201-20/+29
* | 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
| | * fix typosdas2009-10-051-3/+3