| Commit message (Expand) | Author | Age | Files | Lines |
* | merge trunk | jan.nijtmans | 2018-05-23 | 1 | -1/+1 |
|\ |
|
| * | merge 8.7 | jan.nijtmans | 2018-05-22 | 1 | -1/+1 |
| |\ |
|
| | * | Simplify usage of TCL_THREAD, along the lines of [eeddb0693a950be980a66de3811... | jan.nijtmans | 2018-05-22 | 1 | -1/+1 |
|
|
| * | | Merge 8.7, but keep TCL_THREADS undefined in tcl.h (since that's no longer ne... | jan.nijtmans | 2018-05-17 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | TIP #491 implementation: Threading Support: phasing out non-threaded builds | jan.nijtmans | 2018-05-17 | 1 | -1/+1 |
|
|
* | | | merge trunk | jan.nijtmans | 2017-12-01 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | merge core-8-branch. Various cleanup: unused structure names, unused #defines... | jan.nijtmans | 2017-12-01 | 1 | -1/+1 |
| |/ |
|
* | | re-base "novem-more-memory-API" to trunk. TIP not submitted yet, but upcoming. | jan.nijtmans | 2017-11-16 | 1 | -12/+12 |
|\ \
| |/
|/| |
|
| * | merge novem | jan.nijtmans | 2017-05-04 | 1 | -10/+35 |
| |\ |
|
| | * | merge trunk | jan.nijtmans | 2017-01-16 | 1 | -10/+35 |
| | |\
| |_|/
|/| | |
|
| * | | merge novem | jan.nijtmans | 2016-12-19 | 1 | -4/+4 |
| |\ \
| | |/ |
|
| | * | More internal use of size_t. Eliminate unused "isBin" argument from TclpSysAl... | jan.nijtmans | 2016-12-01 | 1 | -4/+4 |
|
|
| * | | merge novem | jan.nijtmans | 2016-11-18 | 1 | -3/+3 |
| |\ \
| | |/ |
|
| | * | merge trunk | jan.nijtmans | 2016-10-11 | 1 | -3/+3 |
| | |\ |
|
| * | \ | rebase with novem | jan.nijtmans | 2015-09-29 | 1 | -8/+8 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | merge novem | jan.nijtmans | 2015-06-18 | 1 | -30/+108 |
| | |\ \ |
|
| | * \ \ | merge novem | jan.nijtmans | 2014-05-02 | 1 | -0/+27 |
| | |\ \ \ |
|
| | * \ \ \ | merge novem | jan.nijtmans | 2013-02-03 | 1 | -6/+6 |
| | |\ \ \ \ |
|
| | * \ \ \ \ | merge trunk. | jan.nijtmans | 2013-01-02 | 1 | -1/+1 |
| | |\ \ \ \ \ |
|
| | * | | | | | | More memory API changes, mainly char* -> void* and unsigned -> size_t | jan.nijtmans | 2012-12-12 | 1 | -8/+8 |
|
|
| * | | | | | | | merge trunk | jan.nijtmans | 2015-09-29 | 1 | -1/+1 |
| |\ \ \ \ \ \ \
| | |_|_|_|_|/ /
| |/| | | | | | |
|
| * | | | | | | | merge trunk | jan.nijtmans | 2015-04-29 | 1 | -21/+98 |
| |\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ | merge trunk | jan.nijtmans | 2014-09-17 | 1 | -1/+2 |
| |\ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ | merge trunk | jan.nijtmans | 2014-09-01 | 1 | -8/+8 |
| |\ \ \ \ \ \ \ \ \
| | |_|_|_|_|_|_|/ /
| |/| | | | | | | | |
|
| * | | | | | | | | | merge trunk | jan.nijtmans | 2014-05-01 | 1 | -0/+27 |
| |\ \ \ \ \ \ \ \ \
| | |_|_|_|_|_|_|/ /
| |/| | | | | | | | |
|
| * | | | | | | | | | merge trunk | jan.nijtmans | 2013-02-03 | 1 | -6/+6 |
| |\ \ \ \ \ \ \ \ \
| | |_|_|_|_|_|_|/ /
| |/| | | | | | | | |
|
| * | | | | | | | | | remove unnecessary struct names, which only pollute the "struct" namespace fo... | jan.nijtmans | 2012-08-20 | 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 |
|
|