summaryrefslogtreecommitdiffstats
path: root/generic/tclThreadAlloc.c
Commit message (Expand)AuthorAgeFilesLines
* Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-1/+1
* Merge 8.6jan.nijtmans2023-03-301-2/+2
|\
| * Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on...jan.nijtmans2023-03-301-2/+2
| * Get rid of "register" keyword, forbidden in c++20.jan.nijtmans2020-11-261-11/+11
* | Fix gcc warningsjan.nijtmans2021-03-161-1/+1
* | Further internal variable upgrade from long -> size_tjan.nijtmans2021-02-261-19/+20
* | Increase some (internal) variables from int/long to long/size_t. On the way t...jan.nijtmans2021-02-261-29/+27
* | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-1/+1
* | Fix a few warning-message in --enable-symbols-mem modejan.nijtmans2020-03-311-1/+1
* | TIP 569 - remove lint commentsdgp2020-03-171-1/+1
* | More TCL_UNUSEDdgp2020-03-091-3/+1
* | Change (interal) function signature of TclpAlloc/TclpRealloc/TclpFree, using ...jan.nijtmans2020-03-071-10/+10
* | Merge 8.7jan.nijtmans2019-09-141-1/+1
|\ \
| * \ Merge 8.7jan.nijtmans2019-08-261-11/+11
| |\ \
| * | | Merge 8.7jan.nijtmans2018-12-081-1/+1
* | | | Mark more function paramaters as unused. Now Tcl compiles fully (on UNIX and ...jan.nijtmans2019-09-051-0/+2
|\ \ \ \ | | |/ / | |/| |
* | | | Merge tip-548jan.nijtmans2019-08-151-11/+11
|\ \ \ \ | |/ / /
| * | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-171-11/+11
| |/ /
* | | Experiment: compile Tcl with C++ compiler. WIPjan.nijtmans2019-07-041-14/+14
|/ /
* | Simplify usage of TCL_THREAD, along the lines of [eeddb0693a950be980a66de3811...jan.nijtmans2018-05-221-1/+1
* | TIP #491 implementation: Threading Support: phasing out non-threaded buildsjan.nijtmans2018-05-171-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
| | * * generic/tclAlloc.c: Cleaned up various routines in thedgp2009-09-281-3/+27
| | * * generic/tclAlloc.c: on Darwin, ensure memory allocated bydas2007-06-291-37/+44
| | * Use %ld instead of %d in Tcl_GetMemoryInfodkf2005-12-201-9/+9
| | * Modified TclFinalizeThreadAlloc() to explicitly callvasiljevic2005-04-071-1/+3
| | * * generic/tclAlloc.c: Fixed [Tcl SF Bug 1030548], aandreas_kupries2004-10-281-2/+2
| | * * generic/tclThreadAlloc.c: Moved the tclInt.h include to providepatthoyts2004-07-251-4/+4