summaryrefslogtreecommitdiffstats
path: root/generic/tclCkalloc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2020-02-281-1/+1
|\
* \ Merge 8.7jan.nijtmans2019-09-171-61/+57
|\ \ | |/
| * Move testgetencpath/testsetencpath test commands from UNIX-specific to genera...jan.nijtmans2019-09-171-61/+57
* | Merge 8.7jan.nijtmans2019-09-141-1/+1
|\ \ | |/
| * Merge 8.7jan.nijtmans2019-09-051-0/+12
| |\
| * \ Merge 8.7jan.nijtmans2019-08-141-1/+1
| |\ \
| * \ \ Merge 8.7jan.nijtmans2019-05-101-4/+4
| |\ \ \
| * | | | Merge 8.7jan.nijtmans2018-12-081-1/+1
* | | | | Merge 8.7jan.nijtmans2019-08-281-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-06-121-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Eliminate (internal) TclOffset() usage, just use offsetof() in stead.jan.nijtmans2019-06-121-1/+1
| | |_|/ | |/| |
| * | | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an...jan.nijtmans2019-02-271-4/+4
| | |/ | |/|
* | | More size_t-related consolidations. Now regexp can handle strings >2GB and mo...jan.nijtmans2019-02-051-6/+6
* | | Merge 8.7jan.nijtmans2018-12-111-2/+2
|\ \ \ | |/ /
* | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_...jan.nijtmans2018-09-011-9/+9
|\ \ \
* | | | More using TCL_Z_MODIFIER where possiblejan.nijtmans2018-06-281-13/+13
* | | | Change signature of Tcl_GetRange() to use size_t. Merge trunk.jan.nijtmans2018-06-161-2/+2
|\ \ \ \ | |/ / /
* | | | 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
|\ \ | |/ |/|