Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.7. Random indent fixes | jan.nijtmans | 2024-06-27 | 1 | -7/+7 |
|\ | |||||
* | | Backout the "dullest commit ever" (not my words ....). It breaks the build. | jan.nijtmans | 2024-05-14 | 1 | -20/+20 |
* | | Clean up a lot of small whitespace issues | dkf | 2024-05-13 | 1 | -20/+20 |
* | | More whitespace cleanup | dkf | 2024-05-10 | 1 | -21/+18 |
* | | more spacing/formatting tweaks | dkf | 2024-03-19 | 1 | -1/+1 |
* | | Revise macro usage | jan.nijtmans | 2023-11-16 | 1 | -2/+2 |
* | | Add cleanup to lseq tests. Fix assertion. | griffin | 2023-05-20 | 1 | -3/+3 |
* | | Minor refactor to combine alloc/realloc | apnadkarni | 2023-05-20 | 1 | -66/+18 |
* | | More refactoring into common code | apnadkarni | 2023-05-19 | 1 | -94/+144 |
* | | Refactor couple more reallocations | apnadkarni | 2023-05-15 | 1 | -0/+141 |
* | | Merge 9.0 | jan.nijtmans | 2023-04-01 | 1 | -1/+1 |
|\ \ | |||||
| * \ | Merge 8.7 | jan.nijtmans | 2023-03-30 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Merge 8.6 | jan.nijtmans | 2023-03-30 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on... | jan.nijtmans | 2023-03-30 | 1 | -1/+1 |
* | | | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntu | apnadkarni | 2023-03-30 | 1 | -1/+1 |
|/ / / | |||||
* | | | More -1 -> TCL_INDEX_NONE | jan.nijtmans | 2023-03-05 | 1 | -1/+1 |
* | | | Merge 8.7 | jan.nijtmans | 2022-05-29 | 1 | -17/+0 |
|\ \ \ | |/ / | |||||
| * | | Function prototypes are not always needed/useful | jan.nijtmans | 2022-05-29 | 1 | -17/+0 |
| * | | In tclCkalloc.c, count malloc/free's using size_t in stead of unsigned int. | jan.nijtmans | 2022-04-04 | 1 | -22/+22 |
* | | | In tclCkalloc.c, count malloc/free's using size_t in stead of unsigned int. | jan.nijtmans | 2022-04-04 | 1 | -19/+19 |
* | | | Merge 8.7 | jan.nijtmans | 2022-03-28 | 1 | -13/+13 |
|\ \ \ | |/ / | |||||
| * | | More usage of TCLFLEXARRAY. Make current_malloc_packets/maximum_malloc_packet... | jan.nijtmans | 2022-03-28 | 1 | -17/+17 |
* | | | Merge 8.7. Fix (windows MSVC OPTS=symbols) build error | jan.nijtmans | 2022-01-14 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2022-01-14 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Fix [816913a65e]: GrowStringBuffer(): signed integer overflow. And a few simi... | jan.nijtmans | 2022-01-13 | 1 | -1/+1 |
* | | | Merge 8.7 | jan.nijtmans | 2022-01-12 | 1 | -5/+5 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2022-01-12 | 1 | -8/+8 |
| |\ \ | | |/ | |||||
| | * | Fix [da6f155ca4]: STRING_SIZE() macro: parenthesize numChars usage. Fix more ... | jan.nijtmans | 2022-01-12 | 1 | -1/+1 |
| | * | Make tclCkalloc.c and tclExecute warning-free on Windows when compiled with -... | jan.nijtmans | 2021-01-20 | 1 | -7/+7 |
* | | | Merge 8.7 | jan.nijtmans | 2021-10-08 | 1 | -3/+3 |
|\ \ \ | |/ / | |||||
* | | | Merge 8.7 | jan.nijtmans | 2021-10-06 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Rewrite comments for clarity and conciseness. | pooryorick | 2021-10-04 | 1 | -1/+1 |
* | | | Merge 8.7 | jan.nijtmans | 2020-12-08 | 1 | -3/+3 |
|\ \ \ | |/ / | |||||
| * | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ... | jan.nijtmans | 2020-12-08 | 1 | -3/+3 |
* | | | Merge 8.7 | jan.nijtmans | 2020-10-09 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Make everything compile warning-free with -Wundef. Put enum ASSEM_DICT_GET_DE... | jan.nijtmans | 2020-10-08 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Eliminate warnings when compiling with -Wundef | jan.nijtmans | 2020-10-08 | 1 | -1/+1 |
| | * | Eliminate many "register" keywords (which do nothing with modern compilers) | jan.nijtmans | 2020-09-14 | 1 | -2/+2 |
| | * | Eliminate many unnecessary type-casts, mostly (size_t) when value is already ... | jan.nijtmans | 2020-08-11 | 1 | -3/+3 |
* | | | Fix build with --enable-symbols=mem | jan.nijtmans | 2020-04-06 | 1 | -5/+57 |
* | | | Merge 8.7 | jan.nijtmans | 2020-03-31 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Fix a few warning-message in --enable-symbols-mem mode | jan.nijtmans | 2020-03-31 | 1 | -1/+1 |
* | | | Merge 8.7 | jan.nijtmans | 2020-03-18 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2020-03-18 | 1 | -2/+2 |
| |\ \ | | |/ | |||||
| | * | More uppercase HEX representations in source-code. | jan.nijtmans | 2020-03-18 | 1 | -2/+2 |
* | | | merge 8.7 | dgp | 2020-03-17 | 1 | -2/+0 |
|\ \ \ | |/ / | |||||
| * | | TIP 569 - remove lint comments | dgp | 2020-03-17 | 1 | -2/+0 |
* | | | Merge 8.7 | jan.nijtmans | 2020-03-07 | 1 | -8/+8 |
|\ \ \ | |/ / | |||||
| * | | Change (interal) function signature of TclpAlloc/TclpRealloc/TclpFree, using ... | jan.nijtmans | 2020-03-07 | 1 | -12/+12 |
* | | | merge 8.7 | dgp | 2020-03-06 | 1 | -55/+23 |
|\ \ \ | |/ / |