summaryrefslogtreecommitdiffstats
path: root/generic/tclHash.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Forgot the magic bias values. FNV is wildly magical...dkf2010-02-101-2/+2
* | | Minor corrections as recommended by Joe English.dkf2010-02-091-4/+4
* | | Upgrade Tcl's hash function to use the FNV-32 algorithm. This is marginallydkf2010-02-071-20/+13
* | | * generic/tclBinary.c: Removed unused variables.dgp2009-07-161-13/+1
* | | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ...dkf2009-01-091-8/+9
* | | Fix signature and implementation of Tcl_HashStats,nijtmans2008-11-171-7/+3
* | | Add "const" to many internalnijtmans2008-10-151-4/+4
* | | * doc/Hash.3: CONSTified the typePtr argumentnijtmans2008-10-041-3/+3
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-20/+20
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | VarReform [Patch 1750051]Miguel Sofer2007-07-311-3/+4
* | * generic/tcl.h: Removed TCL_PRESERVE_BINARY_COMPATIBILITY anddgp2007-07-021-74/+3
* | Simplify string hashing a little. [FRQ 951168]dkf2007-07-021-14/+2
* | Eliminate use of (VOID*) casts when calling memset or memcpy.dkf2007-04-171-10/+13
* | various "const" additions, in line with TIP #27nijtmans2007-02-201-21/+21
* | * generic/tclCompExpr.c: fix gcc warnings about 'cast to/fromdas2006-11-131-7/+7
* | * generic/tcl.h:Miguel Sofer2006-10-221-70/+11
* | Various minor object file size efficiency fixes. [Bug 1530474]dkf2006-08-101-7/+7
* | Convert to using ANSI decls/definitions and using the (ANSI) assumption that ...dkf2005-10-311-93/+86
* | Systematizing the formattingdkf2005-07-211-123/+126
* | * generic/tclListObj.c (Tcl_ListObjReplace): use memmove() insteaddas2004-11-111-5/+8
* | Style guide fixesdkf2004-10-061-24/+20
* | Fix variable usage warning. [Bug 969068]dkf2004-06-081-5/+3
* | Made compiling with -Wstrict-prototypes -Wmissing-prototypes much cleaner.dkf2004-05-271-2/+6
* | Patch 922727 committed. Implements three changes:dgp2004-04-061-2/+1
* | More hash function cleaning up.dkf2004-03-301-7/+3
* | All uses of 'panic' (the macro) changeddavygrvy2003-12-241-6/+6
* | Whitespace fixesdkf2003-11-151-15/+15
* | TIP#138 implementation plus extra test stuff [Patch 731356]dkf2003-11-141-17/+54