summaryrefslogtreecommitdiffstats
path: root/generic/tclHash.c
Commit message (Expand)AuthorAgeFilesLines
* Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-2/+2
* TIP 569 - remove lint commentsdgp2020-03-171-2/+0
* moredgp2020-03-061-16/+7
* Mark more function paramaters as unused. Now Tcl compiles fully (on UNIX and ...jan.nijtmans2019-09-051-4/+4
|\
* \ Let's try a real C++ build with Travis on Linuxjan.nijtmans2019-08-301-1/+8
|\ \ | |/
* | Merge tip-548jan.nijtmans2019-08-151-18/+18
|\ \ | |/
| * Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-171-21/+21
* | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-10/+10
|/
* Fix unitialized memory report from valgrinddgp2019-07-011-0/+1
|\
| * Avoid valgrind issues with uninitialized memorydgp2019-07-011-0/+1
| |\
| | * Avoid valgrind issues with "uninitialized memory"dgp2019-07-011-0/+1
* | | Eliminate (internal) TclOffset() usage, just use offsetof() in stead.jan.nijtmans2019-06-121-1/+1
* | | merge 8.6dgp2019-05-211-1/+1
|\ \ \ | |/ /
| * | Knock VOID back downdgp2019-05-211-1/+1
* | | merge 8.6 (fixed optimization for create/search hash entries with the same keys)sebres2019-05-211-1/+4
|\ \ \ | |/ /
| * | fixed mistake in optimization of [3f693cdfe9c875c4] (bypass of compareKeysPro...sebres2019-05-211-1/+4
| |\ \ | | |/
| | * small amend (no cast needed)sebres2019-05-211-1/+1
| | * cherry-picing of [3f693cdfe9c875c4] to be more compatible across version, res...sebres2019-05-211-1/+4
* | | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an...jan.nijtmans2019-02-271-2/+2
* | | compiler warningdgp2017-11-081-1/+1
|\ \ \ | |/ /
| * | compiler warningdgp2017-11-081-1/+1
| |\ \ | | |/
| | * compiler warningdgp2017-11-081-1/+1
* | | merge 8.6dgp2017-11-081-5/+8
|\ \ \ | |/ /
| * | [3298012] Stop RebuildTable asking ckalloc for more than it can give.dgp2017-11-081-5/+8
| |\ \ | | |/
| | * Attempted bug fix.dgp2017-11-071-5/+8
| | * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-2/+2
| | |\
| | | * Silence unused variable warningdgp2011-04-201-2/+1
| | | * gcc warning: unused variable "key"jan.nijtmans2011-03-281-2/+1
| | | * [Bug 3007895]: Tcl_(Find|Create)HashEntryjan2011-03-251-2/+30
* | | | Remove some unnecessary #if 0 sections. Fix comments and panic messages. No f...jan.nijtmans2017-09-141-13/+0
* | | | Remove spurious article in commentsandy2016-11-251-2/+2
* | | | Make hash type changable by compiling with -DTCL_HASH_TYPE=size_t (for exampl...jan.nijtmans2016-07-121-6/+6
* | | | Remove undocumented TCL_HASH_KEY_STORE_HASH. Setting this to "0" is not suppo...jan.nijtmans2016-03-161-37/+0
|/ / /
* | | micro-opt of hash lookups found by drhMiguel Sofer2015-09-221-1/+1
* | | Reduce amount of unreachable code. Refactor Win socket and load code to be lessdkf2012-04-051-1/+3
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-10/+10
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ \ | |/ /
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\ \ | | |/
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | * [Bug 3129448]: Possible over-allocation on 64-bit platforms, part 2,nijtmans2011-01-251-17/+17
| | * * generic/tclListObj.c (Tcl_ListObjReplace): use memmove() insteaddas2004-11-111-5/+8
| * | [Bug 3129448]: Possible over-allocation on 64-bit platforms, part 2,nijtmans2011-01-251-7/+7
| * | [Bug 3007895]: Tcl_(Find|Create)HashEntry stub entries can never be called.nijtmans2010-12-311-4/+25
| * | fix [Bug 2308236] signature of Tcl_HashStats() wrongnijtmans2008-11-181-2/+2
* | | [Bug 3129448]: Possible over-allocation on 64-bit platforms, part 2nijtmans2010-12-101-7/+7
* | | fix gcc 64-bit warnings: cast from pointer to integer of different sizenijtmans2010-12-011-4/+4
* | | [Bug 3007895] Tcl_(Find|Create)HashEntry stub entries can never be called.nijtmans2010-08-241-6/+26
* | | [ tcl-Feature Requests-2958832 ] Furthernijtmans2010-02-251-5/+9
* | | More tidying up (whitespace, spelling, useless parentheses, useless casts)dkf2010-02-241-5/+5
* | | Return to using the classic hash function. Now with *extensive* notes in thedkf2010-02-171-14/+32