summaryrefslogtreecommitdiffstats
path: root/generic/tclCkalloc.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | JN: Many of those changes are actually good, but there are too many changes to be able to search for a bug somewhere. Feel free to re-apply, after assuring it's really only whitespace changes. (my advise: do that after 9.0b2)
* | Clean up a lot of small whitespace issues dkf2024-05-131-20/+20
| | | | | | This is the dullest commit ever. Sorry.
* | 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 ↵jan.nijtmans2023-03-301-1/+1
| | | | | | | | | | | | | | | | on other platforms either.
* | | | 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 ↵jan.nijtmans2022-03-281-17/+17
| | | | | | | | | | | | current_malloc_packets/maximum_malloc_packets type size_t
* | | Merge 8.7. Fix (windows MSVC OPTS=symbols) build errorjan.nijtmans2022-01-141-1/+1
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2022-01-141-1/+1
| |\ \ | | |/
| | * Fix [816913a65e]: GrowStringBuffer(): signed integer overflow. And a few ↵jan.nijtmans2022-01-131-1/+1
| | | | | | | | | | | | similar situations in other place
* | | Merge 8.7jan.nijtmans2022-01-121-5/+5
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2022-01-121-8/+8
| |\ \ | | |/
| | * Fix [da6f155ca4]: STRING_SIZE() macro: parenthesize numChars usage. Fix more ↵jan.nijtmans2022-01-121-1/+1
| | | | | | | | | | | | macro's like this.
| | * Make tclCkalloc.c and tclExecute warning-free on Windows when compiled with ↵jan.nijtmans2021-01-201-7/+7
| | | | | | | | | | | | --enable-memory=(mem|all).
* | | Merge 8.7jan.nijtmans2021-10-081-3/+3
|\ \ \ | |/ /
* | | Merge 8.7jan.nijtmans2021-10-061-1/+1
|\ \ \ | |/ /
| * | Rewrite comments for clarity and conciseness.pooryorick2021-10-041-1/+1
| | |
* | | Merge 8.7jan.nijtmans2020-12-081-3/+3
|\ \ \ | |/ /
| * | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ↵jan.nijtmans2020-12-081-3/+3
| | | | | | | | | | | | C sources can now use UTF-8, as far as gcc/clang/msvc support it. Not used yet
* | | Merge 8.7jan.nijtmans2020-10-091-1/+1
|\ \ \ | |/ /
| * | Make everything compile warning-free with -Wundef. Put enum ↵jan.nijtmans2020-10-081-1/+1
| |\ \ | | |/ | | | | | | ASSEM_DICT_GET_DEF last in TalInstType, so it's binary compatible with Tcl 8.6
| | * 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 to (unsigned)
| | * Eliminate many unnecessary type-casts, mostly (size_t) when value is already ↵jan.nijtmans2020-08-111-3/+3
| | | | | | | | | | | | size_t or int
* | | Fix build with --enable-symbols=memjan.nijtmans2020-04-061-5/+57
| | |
* | | Merge 8.7jan.nijtmans2020-03-311-1/+1
|\ \ \ | |/ /
| * | Fix a few warning-message in --enable-symbols-mem modejan.nijtmans2020-03-311-1/+1
| | |
* | | Merge 8.7jan.nijtmans2020-03-181-2/+2
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-03-181-2/+2
| |\ \ | | |/
| | * More uppercase HEX representations in source-code.jan.nijtmans2020-03-181-2/+2
| | |
* | | merge 8.7dgp2020-03-171-2/+0
|\ \ \ | |/ /
| * | TIP 569 - remove lint commentsdgp2020-03-171-2/+0
| | |
* | | Merge 8.7jan.nijtmans2020-03-071-8/+8
|\ \ \ | |/ /
| * | Change (interal) function signature of TclpAlloc/TclpRealloc/TclpFree, using ↵jan.nijtmans2020-03-071-12/+12
| | | | | | | | | | | | (void *) in stead of (char *)
* | | merge 8.7dgp2020-03-061-55/+23
|\ \ \ | |/ /