summaryrefslogtreecommitdiffstats
path: root/generic/tclCkalloc.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix a few warning-message in --enable-symbols-mem modejan.nijtmans2020-03-311-1/+1
|
* Merge 8.6jan.nijtmans2020-03-181-2/+2
|\
| * More uppercase HEX representations in source-code.jan.nijtmans2020-03-181-2/+2
| |
* | TIP 569 - remove lint commentsdgp2020-03-171-2/+0
| |
* | Change (interal) function signature of TclpAlloc/TclpRealloc/TclpFree, using ↵jan.nijtmans2020-03-071-12/+12
| | | | | | | | (void *) in stead of (char *)
* | More TCL_UNUSED deployment.dgp2020-03-061-55/+23
| |
* | Move testgetencpath/testsetencpath test commands from UNIX-specific to ↵jan.nijtmans2019-09-171-61/+57
| | | | | | | | general. Rewrite a few other commands (like "memory") to use the Tcl_Obj interface.
* | Merge 8.7jan.nijtmans2019-09-051-0/+12
|\ \
| * \ Merge 8.6jan.nijtmans2019-08-281-0/+12
| |\ \ | | |/
| | * Add /* FALLTHRU */ markers in various places (silencing possible GCC ↵jan.nijtmans2019-08-281-0/+12
| | | | | | | | | | | | warnings). Eliminate some more "register" keywords. Eliminate (or silence) some unused function parameters.
* | | Merge 8.7jan.nijtmans2019-08-141-1/+1
|\ \ \ | |/ /
| * | Eliminate (internal) TclOffset() usage, just use offsetof() in stead.jan.nijtmans2019-06-121-1/+1
| | |
* | | Merge 8.7jan.nijtmans2019-05-101-4/+4
|\ \ \ | |/ /
| * | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) ↵jan.nijtmans2019-02-271-4/+4
| | | | | | | | | | | | and (unsigned) type-casts, which don't make sense any more.
* | | Merge 8.7jan.nijtmans2018-12-081-1/+1
|/ / | | | | Bring back Tcl_InitSubsystems to what Tcl_InitSubsystems was: without additional parameters or additional functionality
* | Simplify usage of TCL_THREAD, along the lines of ↵jan.nijtmans2018-05-221-1/+1
| | | | | | | | [eeddb0693a950be980a66de3811630a00c7bab54|eeddb0693a]. Suggested by DKF
* | TIP #491 implementation: Threading Support: phasing out non-threaded buildsjan.nijtmans2018-05-171-1/+1
| |
* | merge core-8-branchjan.nijtmans2017-12-191-2/+2
|\ \
| * | If %llu is considered invalid, it means that "%" TCL_LL_MODIFIER "u" cannot ↵jan.nijtmans2017-04-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | be used Tcl_ObjPrintf(), but only in sprintf(). That's unfortunate, clearly an oversight in TIP #237. Conclusion: new TIP must be written to correct this. I'll read a TIP and see what case you have, but TCL_LL_MODIFIER was never meant to play any role in [format] or in Tcl_ObjPrintf(). TCL_LL_MODIFIER exists to help deal with platform differences in sprintf() calls. Tcl_ObjPrintf() in contrast ought to be consistent in its behavior across platforms and should not need such things. If that's false, then fixes to Tcl_ObjPrintf() are in order.
* | | Merge trunkjan.nijtmans2017-03-311-26/+29
|\ \ \ | |/ /
| * | Extend Tcl_DumpActiveMemory() and related functions for handling 64-bit ↵jan.nijtmans2017-03-311-24/+27
| |\ \ | | |/ | | | | | | | | | memory. Only effective with TCL_MEM_DEBUG. Merge-mark core-8-6-branch (this doesn't bring in any changes)
* | | (experimental) new internal macro TCL_Z_MODIFIER, just like TCL_LL_MODIFIER ↵jan.nijtmans2017-03-281-7/+7
|/ / | | | | | | but then for size_t.
* | Minor simplifications. Eliminate FUNCPRT from regexp engine. Fix ↵jan.nijtmans2016-11-291-1/+1
| | | | | | | | compile-error (non-debug) in tclDictObj.c, from previous commit
* | more internal use of size_t (in stead of int)jan.nijtmans2016-11-291-29/+28
|/
* Silence some compiler warnings.dgp2013-01-241-0/+4
|\
| * Silence come compiler warnings.dgp2013-01-241-0/+4
| |\
| | * Silence some compiler warnings.dgp2013-01-241-0/+4
| | |
| * | Move cpuid testcase from win-specific to generic testsjan.nijtmans2012-05-031-6/+3
| |\ \ | | |/
| | * Move cpuid testcase from win-specific to generic testsjan.nijtmans2012-05-031-6/+3
| | | | | | | | | Simplify stub tables for functions which work on both UNIX and windows
* | | Minor changes to improve style (C89 declarations, consistent indentation,dkf2012-08-071-3/+9
| | | | | | | | | | | | clarification of #endifs, reduction of unnecessary casts, use of array syntax for reading array elements, etc.)
* | | more result generation conversiondkf2012-08-031-24/+29
| | |
* | | merge to trunkdgp2011-07-121-4/+4
|\ \ \ | |/ /
| * | Silence type match warnings in debug print.dgp2011-07-121-2/+2
| |\ \ | | |/
* | | remove one level of allocator indirection in non-memdebug builds, imported ↵mig2011-03-211-6/+6
|\ \ \ | | | | | | | | | | | | from mig-alloc-reform.
| * | | remove one level of indirection in non-mem-debug buildsmig2011-03-211-6/+6
| | | |
| * | | development branch for allocator changesmig2011-03-181-4/+0
|/ / /
* | | [Bug #3197864] pointer truncation on Win64 TCL_MEM_DEBUG buildsjan.nijtmans2011-03-161-4/+4
|\ \ \ | |/ /
| * | [Bug #3197864] pointer truncation on Win64 TCL_MEM_DEBUG buildsjan.nijtmans2011-03-161-4/+4
| |\ \ | | |/
| | * [Bug #3197864] pointer truncation on Win64 TCL_MEM_DEBUG buildsjan.nijtmans2011-03-161-4/+4
| | |
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ \ | |/ / | | | cause more harm than good. Purged them (except in zlib files).
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\ \ | | |/ | | | more harm than good. Purged them.
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | | | | | | | | more harm than good. Purged them.
| | * [Bug 3129448]: Possible over-allocation on 64-bit platforms, part 2,nijtmans2011-01-251-33/+35
| | | | | | | | | | | | backported strcpy->memcpy change but not change in any struct.
| | * * generic/tclAlloc.c: Cleaned up various routines in thedgp2009-09-281-7/+14
| | | | | | | | | | | | | | | | | | | | | * generic/tclCkalloc.c: call stacks for memory allocation to * generic/tclParse.c: guarantee that any size values computed * generic/tclThreadAlloc.c: are within the domains of the routines they get passed to. [Bugs 2557696 and 2557796].
| * | [Bug 3129448]: Possible over-allocation on 64-bit platforms, part 2,nijtmans2011-01-251-3/+5
| | | | | | | | | | | | backported strcpy->memcpy change but not change in any struct.
| * | * generic/tclExecute.c (EvalStatsCmd): change 'evalstats' tohobbs2010-10-021-22/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | return data to interp by default, or if given an arg, use that as filename to output to (accepts 'stdout' and 'stderr'). Fix output to print used inst count data. * generic/tclCkalloc.c: change TclDumpMemoryInfo sig to allow * generic/tclInt.decls: objPtr as well as FILE* as output. * generic/tclIntDecls.h:
| * | Fix for [Bug 988703, 1565466]Joe Mistachkin2009-10-181-1/+22
| | |
| * | * generic/tclAlloc.c: Cleaned up various routines in thedgp2009-09-291-12/+18
| | | | | | | | | | | | | | | | | | | | | * generic/tclCkalloc.c: call stacks for memory allocation to * generic/tclInt.h: guarantee that any size values computed * generic/tclThreadAlloc.c: are within the domains of the routines they get passed to. [Bugs 2557696 and 2557796].
* | | [Bug 3129448]: Possible over-allocation on 64-bit platforms, part 2nijtmans2010-12-101-3/+5
| | |
* | | [Bug 3129448]: possible over-allocation on 64-bit platformsnijtmans2010-12-061-4/+4
| | |