| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on... | jan.nijtmans | 2023-03-30 | 1 | -4/+4 |
|
|
* | Use TclOffset() in stead of magic calculations using sizeof(), which might gi... | jan.nijtmans | 2022-08-26 | 1 | -2/+2 |
|
|
* | Fix [31e302fcf7]: signed integer overflow in generic/tclHash.c | jan.nijtmans | 2021-12-16 | 1 | -1/+1 |
|
|
* | Get rid of "register" keyword, forbidden in c++20. | jan.nijtmans | 2020-11-26 | 1 | -21/+21 |
|
|
* | 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 |
|
|
* | | Knock VOID back down | dgp | 2019-05-21 | 1 | -1/+1 |
|
|
* | | 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 |
|
|
* | | compiler warning | dgp | 2017-11-08 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | compiler warning | dgp | 2017-11-08 | 1 | -1/+1 |
|
|
* | | [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 |
|
|
* | | | 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 |
|
|
* | | | Minor corrections as recommended by Joe English. | dkf | 2010-02-09 | 1 | -4/+4 |
|
|
* | | | Upgrade Tcl's hash function to use the FNV-32 algorithm. This is marginally | dkf | 2010-02-07 | 1 | -20/+13 |
|
|
* | | | * generic/tclBinary.c: Removed unused variables. | dgp | 2009-07-16 | 1 | -13/+1 |
|
|
* | | | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ... | dkf | 2009-01-09 | 1 | -8/+9 |
|
|
* | | | Fix signature and implementation of Tcl_HashStats, | nijtmans | 2008-11-17 | 1 | -7/+3 |
|
|
* | | | Add "const" to many internal | nijtmans | 2008-10-15 | 1 | -4/+4 |
|
|
* | | | * doc/Hash.3: CONSTified the typePtr argument | nijtmans | 2008-10-04 | 1 | -3/+3 |
|
|
* | | | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 1 | -20/+20 |
|/ / |
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | VarReform [Patch 1750051] | Miguel Sofer | 2007-07-31 | 1 | -3/+4 |
|
|
* | | * generic/tcl.h: Removed TCL_PRESERVE_BINARY_COMPATIBILITY and | dgp | 2007-07-02 | 1 | -74/+3 |
|
|
* | | Simplify string hashing a little. [FRQ 951168] | dkf | 2007-07-02 | 1 | -14/+2 |
|
|
* | | Eliminate use of (VOID*) casts when calling memset or memcpy. | dkf | 2007-04-17 | 1 | -10/+13 |
|
|
* | | various "const" additions, in line with TIP #27 | nijtmans | 2007-02-20 | 1 | -21/+21 |
|
|