summaryrefslogtreecommitdiffstats
path: root/generic/tclHash.c
Commit message (Expand)AuthorAgeFilesLines
* Reduce amount of unreachable code. Refactor Win socket and load code to be lessdonal.k.fellows@manchester.ac.uk2012-04-051-1/+3
* Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indonal.k.fellows@manchester.ac.uk2011-03-121-10/+10
* Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp@users.sourceforge.net2011-03-021-2/+0
|\
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp@users.sourceforge.net2011-03-021-2/+0
| |\
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp@users.sourceforge.net2011-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)donal.k.fellows@manchester.ac.uk2010-02-241-5/+5
* | | Return to using the classic hash function. Now with *extensive* notes in thedonal.k.fellows@manchester.ac.uk2010-02-171-14/+32
* | | Forgot the magic bias values. FNV is wildly magical...donal.k.fellows@manchester.ac.uk2010-02-101-2/+2
* | | Minor corrections as recommended by Joe English.donal.k.fellows@manchester.ac.uk2010-02-091-4/+4
* | | Upgrade Tcl's hash function to use the FNV-32 algorithm. This is marginallydonal.k.fellows@manchester.ac.uk2010-02-071-20/+13
* | | * generic/tclBinary.c: Removed unused variables.dgp@users.sourceforge.net2009-07-161-13/+1
* | | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ...donal.k.fellows@manchester.ac.uk2009-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).donal.k.fellows@manchester.ac.uk2008-04-271-20/+20
|/ /
* | merge stable branch onto HEADdgp@users.sourceforge.net2007-12-131-1/+1
* | VarReform [Patch 1750051]Miguel Sofer2007-07-311-3/+4
* | * generic/tcl.h: Removed TCL_PRESERVE_BINARY_COMPATIBILITY anddgp@users.sourceforge.net2007-07-021-74/+3
* | Simplify string hashing a little. [FRQ 951168]donal.k.fellows@manchester.ac.uk2007-07-021-14/+2
* | Eliminate use of (VOID*) casts when calling memset or memcpy.donal.k.fellows@manchester.ac.uk2007-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]donal.k.fellows@manchester.ac.uk2006-08-101-7/+7
* | Convert to using ANSI decls/definitions and using the (ANSI) assumption that ...donal.k.fellows@manchester.ac.uk2005-10-311-93/+86
* | Systematizing the formattingdonal.k.fellows@manchester.ac.uk2005-07-211-123/+126
* | * generic/tclListObj.c (Tcl_ListObjReplace): use memmove() insteaddas2004-11-111-5/+8
* | Style guide fixesdonal.k.fellows@manchester.ac.uk2004-10-061-24/+20
* | Fix variable usage warning. [Bug 969068]donal.k.fellows@manchester.ac.uk2004-06-081-5/+3
* | Made compiling with -Wstrict-prototypes -Wmissing-prototypes much cleaner.donal.k.fellows@manchester.ac.uk2004-05-271-2/+6
* | Patch 922727 committed. Implements three changes:dgp@users.sourceforge.net2004-04-061-2/+1
* | More hash function cleaning up.donal.k.fellows@manchester.ac.uk2004-03-301-7/+3
* | All uses of 'panic' (the macro) changeddavygrvy@pobox.com2003-12-241-6/+6
* | Whitespace fixesdonal.k.fellows@manchester.ac.uk2003-11-151-15/+15
* | TIP#138 implementation plus extra test stuff [Patch 731356]donal.k.fellows@manchester.ac.uk2003-11-141-17/+54
* | No more div-by-zero errors. [Bug 759749]donal.k.fellows@manchester.ac.uk2003-06-241-2/+4
|/
* * generic/tclHash.c (HashStringKey): move string++ lower to savehobbs2002-11-121-2/+2
* * generic/tclHash.c (AllocArrayEntry, AllocStringEntry):hobbs2002-02-261-5/+11
* * [Patch 505630] Updated interfaces of generic/tclBasic.cc (TIP 27).dgp@users.sourceforge.net2002-01-251-2/+2
* 2000-01-18 Andreas Kupries <a.kupries@westend.com>andreask@activestate.com2001-01-181-6/+6