| Commit message (Expand) | Author | Age | Files | Lines |
* | Reduce the list walking by keeping lastPtr fields.zippy_fifo | dgp | 2015-04-16 | 1 | -28/+35 |
|
|
* | Revise the zippy dance that pushes Blocks and Tcl_Objs back the shared pool | dgp | 2015-04-15 | 1 | -15/+85 |
|
|
* | [132fad6fde]. Fixed GetCache to use TclpSysAlloc+memset instead | ashok | 2014-09-03 | 1 | -1/+2 |
|
|
* | Use TclpSys* macros, not direct system calls. | dgp | 2014-08-29 | 1 | -8/+8 |
|
|
* | [3493120] Plug memory leak in thread exit. | dgp | 2014-04-24 | 1 | -0/+27 |
|\ |
|
| * | Memory leak after thread exit, fixed (alloc cache released by exit), belong t... | sebres | 2014-04-22 | 1 | -0/+27 |
|
|
* | | merge core-8-5-branch | jan.nijtmans | 2013-01-31 | 1 | -6/+6 |
|\ \
| |/ |
|
| * | Use twoPtrValue.ptr1 in stead of otherValuePtr everywhere. This is exactly th... | jan.nijtmans | 2013-01-31 | 1 | -6/+6 |
|
|
| * | silence more warnings | dgp | 2011-11-01 | 1 | -0/+4 |
|
|
* | | Reduce amount of unreachable code. Refactor Win socket and load code to be less | dkf | 2012-04-05 | 1 | -8/+0 |
|
|
* | | TclClockOldscanObjCmd: More generation of errorCode information. | dkf | 2011-03-31 | 1 | -0/+0 |
|
|
* | | Restored C++ usability to the memory allocation and free macros. | dgp | 2011-03-24 | 1 | -0/+0 |
|
|
* | | Ensure that any reference to temporary index tables is squelched immediately | dkf | 2011-03-24 | 1 | -0/+0 |
|\ \
| |/ |
|
* | | simpler initialization of Cache under HAVE_FAST_TSD, from mig-alloc-reform. | mig | 2011-03-22 | 1 | -4/+2 |
|
|
* | | * generic/tclThreadAlloc.c: imported HAVE_FAST_TSD support from mig-alloc-ref... | mig | 2011-03-20 | 1 | -20/+29 |
|
|
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ |
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| | * | fix typos | das | 2009-10-05 | 1 | -3/+3 |
|
|
| | * | * generic/tclAlloc.c: Cleaned up various routines in the | dgp | 2009-09-28 | 1 | -3/+27 |
|
|
| | * | * generic/tclAlloc.c: on Darwin, ensure memory allocated by | das | 2007-06-29 | 1 | -37/+44 |
|
|
| | * | Use %ld instead of %d in Tcl_GetMemoryInfo | dkf | 2005-12-20 | 1 | -9/+9 |
|
|
| | * | Modified TclFinalizeThreadAlloc() to explicitly call | vasiljevic | 2005-04-07 | 1 | -1/+3 |
|
|
| | * | * generic/tclAlloc.c: Fixed [Tcl SF Bug 1030548], a | andreas_kupries | 2004-10-28 | 1 | -2/+2 |
|
|
| | * | * generic/tclThreadAlloc.c: Moved the tclInt.h include to provide | patthoyts | 2004-07-25 | 1 | -4/+4 |
|
|
| | * | * generic/tclEvent.c: Correct threaded obj allocator to | hobbs | 2004-07-21 | 1 | -1/+59 |
|
|
| | * | fix bad cvs lf conversion | Joe Mistachkin | 2003-05-10 | 1 | -1/+2 |
|
|
| | * | fix for [Bug 731754] | Joe Mistachkin | 2003-05-10 | 1 | -5/+1 |
|
|
| * | | * generic/tclAlloc.c: Cleaned up various routines in the | dgp | 2009-09-29 | 1 | -3/+27 |
|
|
* | | | Code Audit results: | dkf | 2010-03-05 | 1 | -15/+15 |
|
|
* | | | fix warning on LP64 | das | 2009-11-26 | 1 | -1/+5 |
|
|
* | | | * generic/tclAlloc.c: Cleaned up various routines in the | dgp | 2009-09-29 | 1 | -3/+27 |
|
|
* | | | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ... | dkf | 2009-01-09 | 1 | -7/+7 |
|
|
* | | | * generic/tclBasic.c: Made use of the thread's alloc cache | Miguel Sofer | 2008-07-29 | 1 | -3/+15 |
|/ / |
|
* | | Final clean up of the Tcl_GetMemoryInfo mess. | dkf | 2008-03-20 | 1 | -3/+26 |
|
|
* | | Corrected scoping of Tcl_GetMemoryInfo. [Bug 1868171] | dkf | 2008-03-19 | 1 | -2/+2 |
|
|
* | | * generic/tclAlloc.c: | Miguel Sofer | 2007-12-17 | 1 | -13/+3 |
|
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | Avoid using 'new' as an identifier. | dkf | 2007-11-18 | 1 | -6/+6 |
|
|
* | | * generic/tclAlloc.c: on Darwin, ensure memory allocated by | das | 2007-06-29 | 1 | -47/+55 |
|
|
* | | Various minor object file size efficiency fixes. [Bug 1530474] | dkf | 2006-08-10 | 1 | -4/+4 |
|
|
* | | Use %ld instead of %d in Tcl_GetMemoryInfo | dkf | 2005-12-20 | 1 | -9/+9 |
|
|
* | | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -2/+2 |
|
|
* | | ANSIfy (though only partially - function decls only - for tclExecute.c) | dkf | 2005-11-02 | 1 | -47/+47 |
|
|
* | | Getting more systematic about style | dkf | 2005-07-24 | 1 | -96/+98 |
|
|
* | | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -1/+1 |
|
|
* | | Modified TclFinalizeThreadAlloc() to explicitly call TclpFreeAllocCache | vasiljevic | 2005-04-16 | 1 | -1/+3 |
|
|
* | | * generic/tclEvent.c: Correct threaded obj allocator to | hobbs | 2004-07-21 | 1 | -2/+60 |
|
|
* | | Make [Bug 975895] less likely to be hit | dkf | 2004-06-21 | 1 | -257/+274 |
|
|
* | | * generic/tclAlloc.c: Make sure Tclp*Alloc* routines get | dgp | 2004-05-04 | 1 | -3/+2 |
|
|