summaryrefslogtreecommitdiffstats
path: root/generic/tclThreadAlloc.c
Commit message (Expand)AuthorAgeFilesLines
* Memory leak after thread exit, fixed (alloc cache released by exit), belong t...sebres@users.sourceforge.net2014-04-221-0/+27
* Use twoPtrValue.ptr1 in stead of otherValuePtr everywhere. This is exactly th...nijtmans@users.sourceforge.net2013-01-311-6/+6
* silence more warningsdgp@users.sourceforge.net2011-11-011-0/+4
* Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp@users.sourceforge.net2011-03-021-2/+0
|\
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp@users.sourceforge.net2011-03-011-2/+0
| * fix typosdas2009-10-051-3/+3
| * * generic/tclAlloc.c: Cleaned up various routines in thedgp@users.sourceforge.net2009-09-281-3/+27
| * * generic/tclAlloc.c: on Darwin, ensure memory allocated bydas2007-06-291-37/+44
| * Use %ld instead of %d in Tcl_GetMemoryInfodonal.k.fellows@manchester.ac.uk2005-12-201-9/+9
| * Modified TclFinalizeThreadAlloc() to explicitly callzv@archiware.com2005-04-071-1/+3
| * * generic/tclAlloc.c: Fixed [Tcl SF Bug 1030548], aandreask@activestate.com2004-10-281-2/+2
| * * generic/tclThreadAlloc.c: Moved the tclInt.h include to providepatthoyts@users.sourceforge.net2004-07-251-4/+4
| * * generic/tclEvent.c: Correct threaded obj allocator tohobbs2004-07-211-1/+59
| * fix bad cvs lf conversionJoe Mistachkin2003-05-101-1/+2
| * fix for [Bug 731754]Joe Mistachkin2003-05-101-5/+1
* | * generic/tclAlloc.c: Cleaned up various routines in thedgp@users.sourceforge.net2009-09-291-3/+27
* | Final clean up of the Tcl_GetMemoryInfo mess.donal.k.fellows@manchester.ac.uk2008-03-201-3/+26
* | Corrected scoping of Tcl_GetMemoryInfo. [Bug 1868171]donal.k.fellows@manchester.ac.uk2008-03-191-2/+2
* | * generic/tclAlloc.c:Miguel Sofer2007-12-171-13/+3
* | merge stable branch onto HEADdgp@users.sourceforge.net2007-12-131-1/+1
* | Avoid using 'new' as an identifier.donal.k.fellows@manchester.ac.uk2007-11-181-6/+6
* | * generic/tclAlloc.c: on Darwin, ensure memory allocated bydas2007-06-291-47/+55
* | Various minor object file size efficiency fixes. [Bug 1530474]donal.k.fellows@manchester.ac.uk2006-08-101-4/+4
* | Use %ld instead of %d in Tcl_GetMemoryInfodonal.k.fellows@manchester.ac.uk2005-12-201-9/+9
* | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-2/+2
* | ANSIfy (though only partially - function decls only - for tclExecute.c)donal.k.fellows@manchester.ac.uk2005-11-021-47/+47
* | Getting more systematic about styledonal.k.fellows@manchester.ac.uk2005-07-241-96/+98
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
* | Modified TclFinalizeThreadAlloc() to explicitly call TclpFreeAllocCachezv@archiware.com2005-04-161-1/+3
* | * generic/tclEvent.c: Correct threaded obj allocator tohobbs2004-07-211-2/+60
* | Make [Bug 975895] less likely to be hitdonal.k.fellows@manchester.ac.uk2004-06-211-257/+274
* | * generic/tclAlloc.c: Make sure Tclp*Alloc* routines getdgp@users.sourceforge.net2004-05-041-3/+2
* | * generic/tclInt.h: Replaced Kevin Kenny's temporarydgp@users.sourceforge.net2004-04-301-9/+1
* | * generic/tclThreadAlloc.c: Added a temporary (or so I hope!) Kevin B Kenny2004-04-301-2/+4
* | Patch 922727 committed. Implements three changes:dgp@users.sourceforge.net2004-04-061-4/+2
* | All uses of 'panic' (the macro) changeddavygrvy@pobox.com2003-12-241-4/+4
* | Made a variable file-local for safetydonal.k.fellows@manchester.ac.uk2003-12-161-2/+2
* | fix bad cvs lf conversionJoe Mistachkin2003-05-101-951/+952
* | fix for [Bug 731754]Joe Mistachkin2003-05-091-955/+951
|/
* * generic/tclThreadAlloc.c: small optimisation, reducing theMiguel Sofer2002-08-261-6/+27
* * generic/tclThreadAlloc.c (USE_THREAD_ALLOC): moving objectsMiguel Sofer2002-08-231-8/+22
* * generic/tclThreadAlloc.c (TclpRealloc, TclpFree): protecthobbs2002-05-291-26/+32
* * generic/tclAlloc.c:hobbs2002-04-231-0/+914