| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct spelling errors in comments and documentation, but also a non-comment
| pooryorick | 2023-04-12 | 1 | -3/+3 |
|
|
* | Start of doing a clean up of the notifier code. | dkf | 2021-03-21 | 1 | -0/+2 |
|
|
* | Further internal variable upgrade from long -> size_t | jan.nijtmans | 2021-02-26 | 1 | -5/+5 |
|
|
* | Merge 8.7. Don't bother BorlandC, LCC and WatcomC any more, since they (proba... | jan.nijtmans | 2021-01-07 | 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 | -11/+11 |
|
|
| * | Eliminate many unnecessary type-casts, mostly (size_t) when value is already ... | jan.nijtmans | 2020-08-11 | 1 | -1/+1 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-05-06 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Merge 8.5. More usage of UCHAR() macro. | jan.nijtmans | 2020-05-06 | 1 | -1/+1 |
| |\ |
|
* | \ | Merge 8.6 | jan.nijtmans | 2020-03-18 | 1 | -4/+4 |
|\ \ \
| |/ / |
|
| * | | More uppercase HEX representations in source-code. | jan.nijtmans | 2020-03-18 | 1 | -4/+4 |
|
|
* | | | Change (interal) function signature of TclpAlloc/TclpRealloc/TclpFree, using ... | jan.nijtmans | 2020-03-07 | 1 | -12/+12 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2019-08-14 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | Two places where "char *" is actually better than "void *", since that's the ... | jan.nijtmans | 2019-08-04 | 1 | -2/+2 |
|
|
* | | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ... | jan.nijtmans | 2019-07-17 | 1 | -9/+9 |
|/ / / |
|
* | | | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an... | jan.nijtmans | 2019-02-27 | 1 | -3/+3 |
|
|
* | | | Simplify usage of TCL_THREAD, along the lines of [eeddb0693a950be980a66de3811... | jan.nijtmans | 2018-05-22 | 1 | -3/+3 |
|
|
* | | | TIP #491 implementation: Threading Support: phasing out non-threaded builds | jan.nijtmans | 2018-05-17 | 1 | -3/+3 |
|
|
* | | | merge core-8-branch | jan.nijtmans | 2017-12-19 | 1 | -3/+3 |
|\ \ \ |
|
* | | | | (experimental) new internal macro TCL_Z_MODIFIER, just like TCL_LL_MODIFIER b... | jan.nijtmans | 2017-03-28 | 1 | -5/+5 |
|/ / / |
|
* | | | Update -DMSTATS functionality, for possible total memory sizes > 2Gb. One mor... | jan.nijtmans | 2016-12-23 | 1 | -22/+22 |
|/ / |
|
* | | Fix [59a2e78e54d3361c33b8cd6eef55d384d8abecd7|59a2e78e54] : tclWinTime.c does... | jan.nijtmans | 2014-10-08 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix [59a2e78e54d3361c33b8cd6eef55d384d8abecd7|59a2e78e54] : tclWinTime.c does... | jan.nijtmans | 2014-10-08 | 1 | -1/+1 |
|
|
* | | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilation | jan.nijtmans | 2012-04-11 | 1 | -13/+7 |
|\ \
| |/ |
|
| * | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilation | jan.nijtmans | 2012-04-11 | 1 | -13/+7 |
| |\ |
|
| | * | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilation | jan.nijtmans | 2012-04-11 | 1 | -13/+7 |
|
|
* | | | MINOR: Formatting fixes, mainly to comments, so code better fits the style in | dkf | 2011-03-10 | 1 | -2/+2 |
|
|
* | | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \ \
| |/ / |
|
| * | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ \
| | |/ |
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| | * | * generic/tclAlloc.c: Cleaned up various routines in the | dgp | 2009-09-28 | 1 | -5/+7 |
|
|
| | * | s/amount/amt/ [Bug 1800153] | das | 2007-09-22 | 1 | -2/+2 |
|
|
| | * | * generic/tclAlloc.c: on Darwin, ensure memory allocated by | das | 2007-06-29 | 1 | -13/+21 |
|
|
| | * | * generic/tclAlloc.c: Fixed [Tcl SF Bug 1030548], a | andreas_kupries | 2004-10-28 | 1 | -2/+2 |
|
|
| * | | * generic/tclAlloc.c: Cleaned up various routines in the | dgp | 2009-09-29 | 1 | -5/+7 |
|
|
* | | | Remove unused @MAN2TCLFLAGS@ | nijtmans | 2010-04-28 | 1 | -2/+1 |
|
|
* | | | Pure whitespace changes, changing to follow Engineering Manual style. | dkf | 2010-02-24 | 1 | -5/+5 |
|
|
* | | | * generic/tclAlloc.c: Cleaned up various routines in the | dgp | 2009-09-29 | 1 | -5/+7 |
|/ / |
|
* | | * generic/tclAlloc.c: | Miguel Sofer | 2007-12-17 | 1 | -13/+3 |
|
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | * generic/tclAlloc.c: on Darwin, ensure memory allocated by | das | 2007-06-29 | 1 | -21/+27 |
|
|
* | | Eliminate use of (VOID*) casts when calling memset or memcpy. | dkf | 2007-04-17 | 1 | -2/+2 |
|
|
* | | ANSIfy. Also converted some deeply nested code to a less nested form for easi... | dkf | 2005-11-01 | 1 | -26/+26 |
|
|
* | | Getting more systematic about style | dkf | 2005-07-19 | 1 | -96/+129 |
|
|
* | | More mnemonic variable names, better brace usage. | dkf | 2004-10-06 | 1 | -143/+151 |
|
|
* | | * generic/tclAlloc.c: Make sure Tclp*Alloc* routines get | dgp | 2004-05-04 | 1 | -3/+2 |
|
|
* | | Patch 922727 committed. Implements three changes: | dgp | 2004-04-06 | 1 | -2/+1 |
|
|
* | | Removed support for Mac OS Classic platform [Patch 918142] | das | 2004-03-17 | 1 | -2/+2 |
|
|