summaryrefslogtreecommitdiffstats
path: root/generic/tclAlloc.c
Commit message (Expand)AuthorAgeFilesLines
* Correct spelling errors in comments and documentation, but also a non-comment...pooryorick2023-04-121-3/+3
|\
| * Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-3/+3
* | Clean up the notifier code to not spread the hooks quite so widelydkf2021-04-031-0/+2
|\ \ | |/
| * Start of doing a clean up of the notifier code.dkf2021-03-211-0/+2
* | Merge 8.7jan.nijtmans2021-02-261-5/+5
|\ \ | |/
| * Further internal variable upgrade from long -> size_tjan.nijtmans2021-02-261-5/+5
* | Merge 8.7 (resolve conflicts)dgp2021-01-081-1/+1
|\ \ | |/
| * Merge 8.7. Don't bother BorlandC, LCC and WatcomC any more, since they (proba...jan.nijtmans2021-01-071-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
* | Merge 8.7jan.nijtmans2020-10-091-1/+1
|\ \ | |/
| * Make everything compile warning-free with -Wundef. Put enum ASSEM_DICT_GET_DE...jan.nijtmans2020-10-081-1/+1
| |\
| | * 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-11/+11
| | * Eliminate many unnecessary type-casts, mostly (size_t) when value is already ...jan.nijtmans2020-08-111-1/+1
* | | Merge 8.7jan.nijtmans2020-05-061-1/+1
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-05-061-1/+1
| |\ \ | | |/
| | * Merge 8.5. More usage of UCHAR() macro.jan.nijtmans2020-05-061-1/+1
| | |\
* | | \ Merge 8.7jan.nijtmans2020-03-181-4/+4
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2020-03-181-4/+4
| |\ \ \ | | |/ /
| | * | More uppercase HEX representations in source-code.jan.nijtmans2020-03-181-4/+4
* | | | Merge 8.7jan.nijtmans2020-03-071-1/+1
|\ \ \ \ | |/ / /
| * | | Change (interal) function signature of TclpAlloc/TclpRealloc/TclpFree, using ...jan.nijtmans2020-03-071-12/+12
* | | | Merge 8.7jan.nijtmans2019-08-151-9/+9
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2019-08-141-2/+2
| |\ \ \
| | * | | Two places where "char *" is actually better than "void *", since that's the ...jan.nijtmans2019-08-041-2/+2
| * | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-171-9/+9
| |/ / /
| * | | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an...jan.nijtmans2019-02-271-3/+3
* | | | More size_t-related consolidations. Now regexp can handle strings >2GB and mo...jan.nijtmans2019-02-051-2/+2
* | | | Merge 8.7jan.nijtmans2018-12-111-2/+2
|\ \ \ \ | |/ / /
* | | | Formatting, PTR2INT range improvements, and remove some macro's only used on ...jan.nijtmans2018-10-211-3/+2
* | | | merge trunkjan.nijtmans2018-05-231-3/+3
|\ \ \ \ | |/ / /
| * | | Simplify usage of TCL_THREAD, along the lines of [eeddb0693a950be980a66de3811...jan.nijtmans2018-05-221-3/+3
| * | | TIP #491 implementation: Threading Support: phasing out non-threaded buildsjan.nijtmans2018-05-171-3/+3
* | | | merge trunkjan.nijtmans2018-02-221-5/+5
|\ \ \ \ | |/ / /
| * | | merge core-8-branchjan.nijtmans2017-12-191-3/+3
| |\ \ \
| * | | | (experimental) new internal macro TCL_Z_MODIFIER, just like TCL_LL_MODIFIER b...jan.nijtmans2017-03-281-5/+5
| |/ / /
* | | | Fix compilation using -DUSE_TCLALLOC=1jan.nijtmans2017-12-281-6/+6
* | | | Merge trunk. jan.nijtmans2017-12-271-8/+10
|\ \ \ \ | |/ / /
* | | | re-base "novem-more-memory-API" to trunk. TIP not submitted yet, but upcoming.jan.nijtmans2017-11-161-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | merge trunkjan.nijtmans2016-12-231-21/+21
| |\ \ \ | |/ / / |/| | |
| * | | More internal use of size_t. Eliminate unused "isBin" argument from TclpSysAl...jan.nijtmans2016-12-011-4/+4
| |/ /
* | | Update -DMSTATS functionality, for possible total memory sizes > 2Gb. One mor...jan.nijtmans2016-12-231-22/+22
|/ /
* | Fix [59a2e78e54d3361c33b8cd6eef55d384d8abecd7|59a2e78e54] : tclWinTime.c does...jan.nijtmans2014-10-081-1/+1
|\ \ | |/
| * Fix [59a2e78e54d3361c33b8cd6eef55d384d8abecd7|59a2e78e54] : tclWinTime.c does...jan.nijtmans2014-10-081-1/+1
* | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilationjan.nijtmans2012-04-111-13/+7
|\ \ | |/
| * [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilationjan.nijtmans2012-04-111-13/+7
| |\
| | * [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilationjan.nijtmans2012-04-111-13/+7
* | | MINOR: Formatting fixes, mainly to comments, so code better fits the style indkf2011-03-101-2/+2
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ \ | |/ /