Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | | | | (void *) in stead of (char *) | ||||
* | | More TCL_UNUSED deployment. | dgp | 2020-03-06 | 1 | -55/+23 |
| | | |||||
* | | Move testgetencpath/testsetencpath test commands from UNIX-specific to ↵ | jan.nijtmans | 2019-09-17 | 1 | -61/+57 |
| | | | | | | | | general. Rewrite a few other commands (like "memory") to use the Tcl_Obj interface. | ||||
* | | 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 ↵ | jan.nijtmans | 2019-08-28 | 1 | -0/+12 |
| | | | | | | | | | | | | warnings). Eliminate some more "register" keywords. Eliminate (or silence) some unused function parameters. | ||||
* | | | 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) ↵ | jan.nijtmans | 2019-02-27 | 1 | -4/+4 |
| | | | | | | | | | | | | and (unsigned) type-casts, which don't make sense any more. | ||||
* | | | Merge 8.7 | jan.nijtmans | 2018-12-08 | 1 | -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.nijtmans | 2018-05-22 | 1 | -1/+1 |
| | | | | | | | | [eeddb0693a950be980a66de3811630a00c7bab54|eeddb0693a]. Suggested by DKF | ||||
* | | 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 ↵ | jan.nijtmans | 2017-04-12 | 1 | -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 trunk | jan.nijtmans | 2017-03-31 | 1 | -26/+29 |
|\ \ \ | |/ / | |||||
| * | | Extend Tcl_DumpActiveMemory() and related functions for handling 64-bit ↵ | jan.nijtmans | 2017-03-31 | 1 | -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.nijtmans | 2017-03-28 | 1 | -7/+7 |
|/ / | | | | | | | but then for size_t. | ||||
* | | Minor simplifications. Eliminate FUNCPRT from regexp engine. Fix ↵ | jan.nijtmans | 2016-11-29 | 1 | -1/+1 |
| | | | | | | | | compile-error (non-debug) in tclDictObj.c, from previous commit | ||||
* | | 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 |
| | | | | | | | | | Simplify stub tables for functions which work on both UNIX and windows | ||||
* | | | Minor changes to improve style (C89 declarations, consistent indentation, | dkf | 2012-08-07 | 1 | -3/+9 |
| | | | | | | | | | | | | clarification of #endifs, reduction of unnecessary casts, use of array syntax for reading array elements, etc.) | ||||
* | | | 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 ↵ | mig | 2011-03-21 | 1 | -6/+6 |
|\ \ \ | | | | | | | | | | | | | from mig-alloc-reform. | ||||
| * | | | remove one level of indirection in non-mem-debug builds | mig | 2011-03-21 | 1 | -6/+6 |
| | | | | |||||
| * | | | development branch for allocator changes | mig | 2011-03-18 | 1 | -4/+0 |
|/ / / | |||||
* | | | [Bug #3197864] pointer truncation on Win64 TCL_MEM_DEBUG builds | jan.nijtmans | 2011-03-16 | 1 | -4/+4 |
|\ \ \ | |/ / | |||||
| * | | [Bug #3197864] pointer truncation on Win64 TCL_MEM_DEBUG builds | jan.nijtmans | 2011-03-16 | 1 | -4/+4 |
| |\ \ | | |/ | |||||
| | * | [Bug #3197864] pointer truncation on Win64 TCL_MEM_DEBUG builds | jan.nijtmans | 2011-03-16 | 1 | -4/+4 |
| | | | |||||
* | | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -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 cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ \ | | |/ | | | | more harm than good. Purged them. | ||||
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
| | | | | | | | | | more harm than good. Purged them. | ||||
| | * | [Bug 3129448]: Possible over-allocation on 64-bit platforms, part 2, | nijtmans | 2011-01-25 | 1 | -33/+35 |
| | | | | | | | | | | | | backported strcpy->memcpy change but not change in any struct. | ||||
| | * | * generic/tclAlloc.c: Cleaned up various routines in the | dgp | 2009-09-28 | 1 | -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, | nijtmans | 2011-01-25 | 1 | -3/+5 |
| | | | | | | | | | | | | backported strcpy->memcpy change but not change in any struct. | ||||
| * | | * generic/tclExecute.c (EvalStatsCmd): change 'evalstats' to | hobbs | 2010-10-02 | 1 | -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 Mistachkin | 2009-10-18 | 1 | -1/+22 |
| | | | |||||
| * | | * generic/tclAlloc.c: Cleaned up various routines in the | dgp | 2009-09-29 | 1 | -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 2 | nijtmans | 2010-12-10 | 1 | -3/+5 |
| | | | |||||
* | | | [Bug 3129448]: possible over-allocation on 64-bit platforms | nijtmans | 2010-12-06 | 1 | -4/+4 |
| | | |