summaryrefslogtreecommitdiffstats
path: root/generic/tclCkalloc.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some indentation of commentsdkf2025-12-281-2/+2
* Add some missing static/const keywordsjan.nijtmans2025-12-281-1/+1
|\
* \ Rebase to trunkjan.nijtmans2025-11-251-4/+4
|\ \
| * \ Use _Generic() to select function typejan.nijtmans2025-11-231-2/+2
| |\ \
| * \ \ Rebase to trunkjan.nijtmans2025-10-301-4/+4
| |\ \ \ |/ / / /
| * | | (partial) merge trunkjan.nijtmans2025-09-011-4/+4
| |\ \ \ | | |/ / | |/| |
| | * | Merge 9.1jan.nijtmans2025-03-021-1/+0
| | |\ \
| | * \ \ Merge 9.0 (9.0.0 release)jan.nijtmans2024-10-251-1/+1
| | |\ \ \
| | * \ \ \ Merge 9.0jan.nijtmans2024-06-271-7/+7
| | |\ \ \ \
| | * \ \ \ \ Merge 9.0jan.nijtmans2024-05-211-21/+18
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge 9.0jan.nijtmans2024-03-201-1/+1
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge 9.0jan.nijtmans2023-11-241-2/+2
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge 9.0jan.nijtmans2023-06-011-0/+143
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge 9.0jan.nijtmans2023-04-211-1/+1
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge 9.0jan.nijtmans2023-04-201-2/+2
| | |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merge 9.0jan.nijtmans2023-03-301-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / /
| | * | | | | | | | | | | Merge 9.0jan.nijtmans2023-03-051-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Merge tip-616. More progressjan.nijtmans2022-05-301-17/+0
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Fix Windows buildjan.nijtmans2022-05-281-5/+5
| | * | | | | | | | | | | | | Another tryjan.nijtmans2022-05-251-2/+2
* | | | | | | | | | | | | | | modernise how the memory command works (the removal of [memory display] was d...dkf2025-10-301-36/+33
* | | | | | | | | | | | | | | Make the bool type available properly (and reduce include duplication). Be ca...jan.nijtmans2025-10-241-1/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | / | | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | Make the bool type available properly (and reduce include duplication). Be ca...jan.nijtmans2025-10-241-1/+0
| | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Clean up indentation and overlong linesdkf2025-05-231-9/+8
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Bunch of whitespace basic fixes.dkf2025-03-021-1/+0
|/ / / / / / / / / / /
* | | | | | | | | | | Fix ungrammatical doubling of words in commentsminordkf2024-09-211-1/+1
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Merge 8.7. Random indent fixesjan.nijtmans2024-06-271-7/+7
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Backout the "dullest commit ever" (not my words ....). It breaks the build. jan.nijtmans2024-05-141-20/+20
* | | | | | | | | | Clean up a lot of small whitespace issues dkf2024-05-131-20/+20
* | | | | | | | | | More whitespace cleanupdkf2024-05-101-21/+18
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | more spacing/formatting tweaksdkf2024-03-191-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Revise macro usagejan.nijtmans2023-11-161-2/+2
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Add cleanup to lseq tests. Fix assertion.griffin2023-05-201-3/+3
* | | | | | | Minor refactor to combine alloc/reallocapnadkarni2023-05-201-66/+18
* | | | | | | More refactoring into common codeapnadkarni2023-05-191-94/+144
* | | | | | | Refactor couple more reallocationsapnadkarni2023-05-151-0/+141
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge 9.0jan.nijtmans2023-04-011-1/+1
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Merge 8.7jan.nijtmans2023-03-301-1/+1
| |\ \ \ \ \ | | |/ / / / | | | | | / | | |_|_|/ | |/| | |
| | * | | Merge 8.6jan.nijtmans2023-03-301-1/+1
| | |\ \ \
| | | * | | Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on...jan.nijtmans2023-03-301-1/+1
* | | | | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntuapnadkarni2023-03-301-1/+1
|/ / / / /
* | | | | More -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-051-1/+1
| |_|_|/ |/| | |
* | | | Merge 8.7jan.nijtmans2022-05-291-17/+0
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Function prototypes are not always needed/usefuljan.nijtmans2022-05-291-17/+0
| * | In tclCkalloc.c, count malloc/free's using size_t in stead of unsigned int.jan.nijtmans2022-04-041-22/+22
* | | In tclCkalloc.c, count malloc/free's using size_t in stead of unsigned int.jan.nijtmans2022-04-041-19/+19
* | | Merge 8.7jan.nijtmans2022-03-281-13/+13
|\ \ \ | |/ /
| * | More usage of TCLFLEXARRAY. Make current_malloc_packets/maximum_malloc_packet...jan.nijtmans2022-03-281-17/+17
* | | Merge 8.7. Fix (windows MSVC OPTS=symbols) build errorjan.nijtmans2022-01-141-1/+1
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2022-01-141-1/+1
| |\ \ | | |/