| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | | 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 |
|
|
* | | More usage of TCLFLEXARRAY. Make current_malloc_packets/maximum_malloc_packet... | jan.nijtmans | 2022-03-28 | 1 | -17/+17 |
|
|
* | | 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.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 |
|
|
* | | Rewrite comments for clarity and conciseness. | pooryorick | 2021-10-04 | 1 | -1/+1 |
|
|
* | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ... | jan.nijtmans | 2020-12-08 | 1 | -3/+3 |
|
|
* | | 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 a few warning-message in --enable-symbols-mem mode | jan.nijtmans | 2020-03-31 | 1 | -1/+1 |
|
|
* | | 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 |
|
|
* | | TIP 569 - remove lint comments | dgp | 2020-03-17 | 1 | -2/+0 |
|
|
* | | Change (interal) function signature of TclpAlloc/TclpRealloc/TclpFree, using ... | jan.nijtmans | 2020-03-07 | 1 | -12/+12 |
|
|
* | | More TCL_UNUSED deployment. | dgp | 2020-03-06 | 1 | -55/+23 |
|
|
* | | Move testgetencpath/testsetencpath test commands from UNIX-specific to genera... | jan.nijtmans | 2019-09-17 | 1 | -61/+57 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2019-09-05 | 1 | -0/+12 |
|\ \ |
|
| * \ | Merge 8.6 | jan.nijtmans | 2019-08-28 | 1 | -0/+12 |
| |\ \
| | |/ |
|
| | * | Add /* FALLTHRU */ markers in various places (silencing possible GCC warnings... | jan.nijtmans | 2019-08-28 | 1 | -0/+12 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2019-08-14 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Eliminate (internal) TclOffset() usage, just use offsetof() in stead. | jan.nijtmans | 2019-06-12 | 1 | -1/+1 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2019-05-10 | 1 | -4/+4 |
|\ \ \
| |/ / |
|
| * | | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an... | jan.nijtmans | 2019-02-27 | 1 | -4/+4 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2018-12-08 | 1 | -1/+1 |
|/ / |
|
* | | Simplify usage of TCL_THREAD, along the lines of [eeddb0693a950be980a66de3811... | jan.nijtmans | 2018-05-22 | 1 | -1/+1 |
|
|
* | | TIP #491 implementation: Threading Support: phasing out non-threaded builds | jan.nijtmans | 2018-05-17 | 1 | -1/+1 |
|
|
* | | merge core-8-branch | jan.nijtmans | 2017-12-19 | 1 | -2/+2 |
|\ \ |
|
| * | | If %llu is considered invalid, it means that "%" TCL_LL_MODIFIER "u" cannot b... | jan.nijtmans | 2017-04-12 | 1 | -1/+1 |
|
|
* | | | Merge trunk | jan.nijtmans | 2017-03-31 | 1 | -26/+29 |
|\ \ \
| |/ / |
|
| * | | Extend Tcl_DumpActiveMemory() and related functions for handling 64-bit memor... | jan.nijtmans | 2017-03-31 | 1 | -24/+27 |
| |\ \
| | |/ |
|
* | | | (experimental) new internal macro TCL_Z_MODIFIER, just like TCL_LL_MODIFIER b... | jan.nijtmans | 2017-03-28 | 1 | -7/+7 |
|/ / |
|
* | | Minor simplifications. Eliminate FUNCPRT from regexp engine. Fix compile-erro... | jan.nijtmans | 2016-11-29 | 1 | -1/+1 |
|
|
* | | more internal use of size_t (in stead of int) | jan.nijtmans | 2016-11-29 | 1 | -29/+28 |
|/ |
|
* | Silence some compiler warnings. | dgp | 2013-01-24 | 1 | -0/+4 |
|\ |
|
| * | Silence come compiler warnings. | dgp | 2013-01-24 | 1 | -0/+4 |
| |\ |
|
| | * | Silence some compiler warnings. | dgp | 2013-01-24 | 1 | -0/+4 |
|
|
| * | | Move cpuid testcase from win-specific to generic tests | jan.nijtmans | 2012-05-03 | 1 | -6/+3 |
| |\ \
| | |/ |
|
| | * | Move cpuid testcase from win-specific to generic tests | jan.nijtmans | 2012-05-03 | 1 | -6/+3 |
|
|
* | | | Minor changes to improve style (C89 declarations, consistent indentation, | dkf | 2012-08-07 | 1 | -3/+9 |
|
|
* | | | more result generation conversion | dkf | 2012-08-03 | 1 | -24/+29 |
|
|
* | | | merge to trunk | dgp | 2011-07-12 | 1 | -4/+4 |
|\ \ \
| |/ / |
|
| * | | Silence type match warnings in debug print. | dgp | 2011-07-12 | 1 | -2/+2 |
| |\ \
| | |/ |
|
* | | | remove one level of allocator indirection in non-memdebug builds, imported fr... | mig | 2011-03-21 | 1 | -6/+6 |
|\ \ \ |
|