summaryrefslogtreecommitdiffstats
path: root/generic/tclCkalloc.c
Commit message (Expand)AuthorAgeFilesLines
* Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-3/+3
* Make everything compile warning-free with -Wundef. Put enum ASSEM_DICT_GET_DE...jan.nijtmans2020-10-081-1/+1
|\
| * Eliminate warnings when compiling with -Wundefjan.nijtmans2020-10-081-1/+1
| * Eliminate many "register" keywords (which do nothing with modern compilers)jan.nijtmans2020-09-141-2/+2
| * Eliminate many unnecessary type-casts, mostly (size_t) when value is already ...jan.nijtmans2020-08-111-3/+3
* | Fix a few warning-message in --enable-symbols-mem modejan.nijtmans2020-03-311-1/+1
* | Merge 8.6jan.nijtmans2020-03-181-2/+2
|\ \ | |/
| * More uppercase HEX representations in source-code.jan.nijtmans2020-03-181-2/+2
* | TIP 569 - remove lint commentsdgp2020-03-171-2/+0
* | Change (interal) function signature of TclpAlloc/TclpRealloc/TclpFree, using ...jan.nijtmans2020-03-071-12/+12
* | More TCL_UNUSED deployment.dgp2020-03-061-55/+23
* | Move testgetencpath/testsetencpath test commands from UNIX-specific to genera...jan.nijtmans2019-09-171-61/+57
* | Merge 8.7jan.nijtmans2019-09-051-0/+12
|\ \
| * \ Merge 8.6jan.nijtmans2019-08-281-0/+12
| |\ \ | | |/
| | * Add /* FALLTHRU */ markers in various places (silencing possible GCC warnings...jan.nijtmans2019-08-281-0/+12
* | | Merge 8.7jan.nijtmans2019-08-141-1/+1
|\ \ \ | |/ /
| * | Eliminate (internal) TclOffset() usage, just use offsetof() in stead.jan.nijtmans2019-06-121-1/+1
* | | Merge 8.7jan.nijtmans2019-05-101-4/+4
|\ \ \ | |/ /
| * | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an...jan.nijtmans2019-02-271-4/+4
* | | Merge 8.7jan.nijtmans2018-12-081-1/+1
|/ /
* | Simplify usage of TCL_THREAD, along the lines of [eeddb0693a950be980a66de3811...jan.nijtmans2018-05-221-1/+1
* | TIP #491 implementation: Threading Support: phasing out non-threaded buildsjan.nijtmans2018-05-171-1/+1
* | merge core-8-branchjan.nijtmans2017-12-191-2/+2
|\ \
| * | If %llu is considered invalid, it means that "%" TCL_LL_MODIFIER "u" cannot b...jan.nijtmans2017-04-121-1/+1
* | | Merge trunkjan.nijtmans2017-03-311-26/+29
|\ \ \ | |/ /
| * | Extend Tcl_DumpActiveMemory() and related functions for handling 64-bit memor...jan.nijtmans2017-03-311-24/+27
| |\ \ | | |/
* | | (experimental) new internal macro TCL_Z_MODIFIER, just like TCL_LL_MODIFIER b...jan.nijtmans2017-03-281-7/+7
|/ /
* | 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
| * | [Bug 3129448]: Possible over-allocation on 64-bit platforms, part 2,nijtmans2011-01-251-3/+5