| Commit message (Expand) | Author | Age | Files | Lines |
* | TIP 569 - remove lint comments | dgp | 2020-03-17 | 1 | -2/+0 |
|
|
* | more | dgp | 2020-03-06 | 1 | -16/+7 |
|
|
* | Mark more function paramaters as unused. Now Tcl compiles fully (on UNIX and ... | jan.nijtmans | 2019-09-05 | 1 | -4/+4 |
|\ |
|
* \ | Let's try a real C++ build with Travis on Linux | jan.nijtmans | 2019-08-30 | 1 | -1/+8 |
|\ \
| |/ |
|
* | | Merge tip-548 | jan.nijtmans | 2019-08-15 | 1 | -18/+18 |
|\ \
| |/ |
|
| * | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ... | jan.nijtmans | 2019-07-17 | 1 | -21/+21 |
|
|
* | | Merge 8.7, and continue implementation. Almost done | jan.nijtmans | 2019-07-10 | 1 | -10/+10 |
|/ |
|
* | Fix unitialized memory report from valgrind | dgp | 2019-07-01 | 1 | -0/+1 |
|\ |
|
| * | Avoid valgrind issues with uninitialized memory | dgp | 2019-07-01 | 1 | -0/+1 |
| |\ |
|
| | * | Avoid valgrind issues with "uninitialized memory" | dgp | 2019-07-01 | 1 | -0/+1 |
|
|
* | | | Eliminate (internal) TclOffset() usage, just use offsetof() in stead. | jan.nijtmans | 2019-06-12 | 1 | -1/+1 |
|
|
* | | | merge 8.6 | dgp | 2019-05-21 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Knock VOID back down | dgp | 2019-05-21 | 1 | -1/+1 |
|
|
* | | | merge 8.6 (fixed optimization for create/search hash entries with the same keys) | sebres | 2019-05-21 | 1 | -1/+4 |
|\ \ \
| |/ / |
|
| * | | fixed mistake in optimization of [3f693cdfe9c875c4] (bypass of compareKeysPro... | sebres | 2019-05-21 | 1 | -1/+4 |
| |\ \
| | |/ |
|
| | * | small amend (no cast needed) | sebres | 2019-05-21 | 1 | -1/+1 |
|
|
| | * | cherry-picing of [3f693cdfe9c875c4] to be more compatible across version, res... | sebres | 2019-05-21 | 1 | -1/+4 |
|
|
* | | | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an... | jan.nijtmans | 2019-02-27 | 1 | -2/+2 |
|
|
* | | | compiler warning | dgp | 2017-11-08 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | compiler warning | dgp | 2017-11-08 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | compiler warning | dgp | 2017-11-08 | 1 | -1/+1 |
|
|
* | | | merge 8.6 | dgp | 2017-11-08 | 1 | -5/+8 |
|\ \ \
| |/ / |
|
| * | | [3298012] Stop RebuildTable asking ckalloc for more than it can give. | dgp | 2017-11-08 | 1 | -5/+8 |
| |\ \
| | |/ |
|
| | * | Attempted bug fix. | dgp | 2017-11-07 | 1 | -5/+8 |
|
|
| | * | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 1 | -2/+2 |
| | |\ |
|
| | | * | Silence unused variable warning | dgp | 2011-04-20 | 1 | -2/+1 |
|
|
| | | * | gcc warning: unused variable "key" | jan.nijtmans | 2011-03-28 | 1 | -2/+1 |
|
|
| | | * | [Bug 3007895]: Tcl_(Find|Create)HashEntry | jan | 2011-03-25 | 1 | -2/+30 |
|
|
* | | | | Remove some unnecessary #if 0 sections. Fix comments and panic messages. No f... | jan.nijtmans | 2017-09-14 | 1 | -13/+0 |
|
|
* | | | | Remove spurious article in comments | andy | 2016-11-25 | 1 | -2/+2 |
|
|
* | | | | Make hash type changable by compiling with -DTCL_HASH_TYPE=size_t (for exampl... | jan.nijtmans | 2016-07-12 | 1 | -6/+6 |
|
|
* | | | | Remove undocumented TCL_HASH_KEY_STORE_HASH. Setting this to "0" is not suppo... | jan.nijtmans | 2016-03-16 | 1 | -37/+0 |
|/ / / |
|
* | | | micro-opt of hash lookups found by drh | Miguel Sofer | 2015-09-22 | 1 | -1/+1 |
|
|
* | | | Reduce amount of unreachable code. Refactor Win socket and load code to be less | dkf | 2012-04-05 | 1 | -1/+3 |
|
|
* | | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -10/+10 |
|
|
* | | | 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 |
|
|
| | * | [Bug 3129448]: Possible over-allocation on 64-bit platforms, part 2, | nijtmans | 2011-01-25 | 1 | -17/+17 |
|
|
| | * | * generic/tclListObj.c (Tcl_ListObjReplace): use memmove() instead | das | 2004-11-11 | 1 | -5/+8 |
|
|
| * | | [Bug 3129448]: Possible over-allocation on 64-bit platforms, part 2, | nijtmans | 2011-01-25 | 1 | -7/+7 |
|
|
| * | | [Bug 3007895]: Tcl_(Find|Create)HashEntry stub entries can never be called. | nijtmans | 2010-12-31 | 1 | -4/+25 |
|
|
| * | | fix [Bug 2308236] signature of Tcl_HashStats() wrong | nijtmans | 2008-11-18 | 1 | -2/+2 |
|
|
* | | | [Bug 3129448]: Possible over-allocation on 64-bit platforms, part 2 | nijtmans | 2010-12-10 | 1 | -7/+7 |
|
|
* | | | fix gcc 64-bit warnings: cast from pointer to integer of different size | nijtmans | 2010-12-01 | 1 | -4/+4 |
|
|
* | | | [Bug 3007895] Tcl_(Find|Create)HashEntry stub entries can never be called. | nijtmans | 2010-08-24 | 1 | -6/+26 |
|
|
* | | | [ tcl-Feature Requests-2958832 ] Further | nijtmans | 2010-02-25 | 1 | -5/+9 |
|
|
* | | | More tidying up (whitespace, spelling, useless parentheses, useless casts) | dkf | 2010-02-24 | 1 | -5/+5 |
|
|
* | | | Return to using the classic hash function. Now with *extensive* notes in the | dkf | 2010-02-17 | 1 | -14/+32 |
|
|
* | | | Forgot the magic bias values. FNV is wildly magical... | dkf | 2010-02-10 | 1 | -2/+2 |
|
|