summaryrefslogtreecommitdiffstats
path: root/generic/tclCkalloc.c
Commit message (Expand)AuthorAgeFilesLines
* merge trunkjan.nijtmans2018-05-231-1/+1
|\
| * merge 8.7jan.nijtmans2018-05-221-1/+1
| |\
| | * Simplify usage of TCL_THREAD, along the lines of [eeddb0693a950be980a66de3811...jan.nijtmans2018-05-221-1/+1
| * | Merge 8.7, but keep TCL_THREADS undefined in tcl.h (since that's no longer ne...jan.nijtmans2018-05-171-1/+1
| |\ \ | | |/
| | * TIP #491 implementation: Threading Support: phasing out non-threaded buildsjan.nijtmans2018-05-171-1/+1
* | | merge trunkjan.nijtmans2018-02-221-14/+14
|\ \ \ | |/ /
| * | merge core-8-branchjan.nijtmans2018-02-141-14/+14
| |\ \ | | |/
| | * merge core-8-branchjan.nijtmans2017-12-191-2/+2
| | |\
| | * \ Merge trunkjan.nijtmans2017-03-311-26/+29
| | |\ \
| | * | | (experimental) new internal macro TCL_Z_MODIFIER, just like TCL_LL_MODIFIER b...jan.nijtmans2017-03-281-7/+7
* | | | | Merge trunk. jan.nijtmans2017-12-271-78/+28
|\ \ \ \ \ | |/ / / /
* | | | | merge trunkjan.nijtmans2017-12-011-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | merge core-8-branch. Various cleanup: unused structure names, unused #defines...jan.nijtmans2017-12-011-1/+1
| | |_|/ | |/| |
* | | | re-base "novem-more-memory-API" to trunk. TIP not submitted yet, but upcoming.jan.nijtmans2017-11-161-53/+53
|\ \ \ \ | |/ / / |/| | |
| * | | merge novemjan.nijtmans2017-05-041-24/+27
| |\ \ \
| | * \ \ merge trunkjan.nijtmans2017-04-121-1/+1
| | |\ \ \ | |_|/ / / |/| | | |
| | * | | merge trunkjan.nijtmans2017-03-311-24/+27
| | |\ \ \ | | | | |/ | | | |/|
| * | | | merge novemjan.nijtmans2016-12-191-28/+27
| |\ \ \ \ | | |/ / /
| | * | | merge trunkjan.nijtmans2016-11-291-28/+27
| | |\ \ \
| * | | | | macros for Tcl_GetString and Tcl_GetStringFromObjjan.nijtmans2013-01-261-4/+6
| * | | | | merge novemjan.nijtmans2013-01-251-0/+4
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge trunkjan.nijtmans2013-01-251-0/+4
| | |\ \ \ \
| * | \ \ \ \ merge trunk. jan.nijtmans2013-01-021-1/+1
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | remove unnecessary struct names, which only pollute the "struct" namespace fo...jan.nijtmans2012-08-201-1/+1
| * | | | | | More memory API changes, mainly char* -> void* and unsigned -> size_tjan.nijtmans2012-12-121-33/+33
| * | | | | | Rename the memory routines so that Tcl_Alloc/Tcl_Free/etc become the recommendeddgp2012-12-121-16/+14
| |/ / / / /
* | | | | | If %llu is considered invalid, it means that "%" TCL_LL_MODIFIER "u" cannot b...jan.nijtmans2017-04-121-1/+1
| |_|_|/ / |/| | | |
* | | | | Extend Tcl_DumpActiveMemory() and related functions for handling 64-bit memor...jan.nijtmans2017-03-311-24/+27
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | |
* | | | Minor simplifications. Eliminate FUNCPRT from regexp engine. Fix compile-erro...jan.nijtmans2016-11-291-1/+1
| |_|/ |/| |
* | | more internal use of size_t (in stead of int)jan.nijtmans2016-11-291-29/+28
|/ /
* | Silence some compiler warnings.dgp2013-01-241-0/+4
|\ \ | |/ |/|
| * Silence come compiler warnings.dgp2013-01-241-0/+4
| |\
| | * Silence some compiler warnings.dgp2013-01-241-0/+4
| * | Move cpuid testcase from win-specific to generic testsjan.nijtmans2012-05-031-6/+3
| |\ \ | | |/
| | * Move cpuid testcase from win-specific to generic testsjan.nijtmans2012-05-031-6/+3
* | | Minor changes to improve style (C89 declarations, consistent indentation,dkf2012-08-071-3/+9
* | | more result generation conversiondkf2012-08-031-24/+29
* | | merge to trunkdgp2011-07-121-4/+4
|\ \ \ | |/ /
| * | Silence type match warnings in debug print.dgp2011-07-121-2/+2
| |\ \ | | |/
* | | remove one level of allocator indirection in non-memdebug builds, imported fr...mig2011-03-211-6/+6
|\ \ \
| * | | remove one level of indirection in non-mem-debug buildsmig2011-03-211-6/+6
| * | | development branch for allocator changesmig2011-03-181-4/+0
|/ / /
* | | [Bug #3197864] pointer truncation on Win64 TCL_MEM_DEBUG buildsjan.nijtmans2011-03-161-4/+4
|\ \ \ | |/ /
| * | [Bug #3197864] pointer truncation on Win64 TCL_MEM_DEBUG buildsjan.nijtmans2011-03-161-4/+4
| |\ \ | | |/
| | * [Bug #3197864] pointer truncation on Win64 TCL_MEM_DEBUG buildsjan.nijtmans2011-03-161-4/+4
* | | 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
| | * [Bug 3129448]: Possible over-allocation on 64-bit platforms, part 2,nijtmans2011-01-251-33/+35
| | * * generic/tclAlloc.c: Cleaned up various routines in thedgp2009-09-281-7/+14