| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix gcc warnings | jan.nijtmans | 2021-03-16 | 1 | -1/+1 |
|
|
* | Further internal variable upgrade from long -> size_t | jan.nijtmans | 2021-02-26 | 1 | -19/+20 |
|
|
* | Increase some (internal) variables from int/long to long/size_t. On the way t... | jan.nijtmans | 2021-02-26 | 1 | -29/+27 |
|
|
* | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ... | jan.nijtmans | 2020-12-08 | 1 | -1/+1 |
|
|
* | Fix a few warning-message in --enable-symbols-mem mode | jan.nijtmans | 2020-03-31 | 1 | -1/+1 |
|
|
* | TIP 569 - remove lint comments | dgp | 2020-03-17 | 1 | -1/+1 |
|
|
* | More TCL_UNUSED | dgp | 2020-03-09 | 1 | -3/+1 |
|
|
* | Change (interal) function signature of TclpAlloc/TclpRealloc/TclpFree, using ... | jan.nijtmans | 2020-03-07 | 1 | -10/+10 |
|
|
* | Merge 8.7 | jan.nijtmans | 2019-09-14 | 1 | -1/+1 |
|\ |
|
| * | Merge 8.7 | jan.nijtmans | 2019-08-26 | 1 | -11/+11 |
| |\ |
|
| * | | Merge 8.7 | jan.nijtmans | 2018-12-08 | 1 | -1/+1 |
|
|
* | | | Mark more function paramaters as unused. Now Tcl compiles fully (on UNIX and ... | jan.nijtmans | 2019-09-05 | 1 | -0/+2 |
|\ \ \
| | |/
| |/| |
|
* | | | Merge tip-548 | jan.nijtmans | 2019-08-15 | 1 | -11/+11 |
|\ \ \
| |/ / |
|
| * | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ... | jan.nijtmans | 2019-07-17 | 1 | -11/+11 |
| |/ |
|
* | | Experiment: compile Tcl with C++ compiler. WIP | jan.nijtmans | 2019-07-04 | 1 | -14/+14 |
|/ |
|
* | Simplify usage of TCL_THREAD, along the lines of [eeddb0693a950be980a66de3811... | jan.nijtmans | 2018-05-22 | 1 | -1/+1 |
|
|
* | TIP #491 implementation: Threading Support: phasing out non-threaded builds | jan.nijtmans | 2018-05-17 | 1 | -1/+1 |
|
|
* | Introduce new function TclInitThreadAlloc(), symmetric with TclFinalizeThread... | jan.nijtmans | 2017-01-13 | 1 | -11/+35 |
|\ |
|
* | | Patch from Zoran Vasiljevic, fix for missing proper initialization of the thr... | jan.nijtmans | 2017-01-13 | 1 | -0/+1 |
|/ |
|
* | Fix [3cc1d91345]: duplicate calls to TclpFreeAllocCache() on thread exists | jan.nijtmans | 2016-10-11 | 1 | -3/+3 |
|\ |
|
* \ | Align comment. Remove some end-of-line spacing. No functional changes. | jan.nijtmans | 2015-09-28 | 1 | -1/+1 |
|\ \
| |/ |
|
* | | Reduce the list walking by keeping lastPtr fields. | 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 |
|
|