summaryrefslogtreecommitdiffstats
path: root/generic/tclHash.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* No more div-by-zero errors. [Bug 759749]dkf2003-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).dgp2002-01-251-2/+2
* 2000-01-18 Andreas Kupries <a.kupries@westend.com>andreas_kupries2001-01-181-6/+6
* * generic/tclHash.c: fixed pedantic warning of incorrectly placedhobbs2000-09-061-3/+3
* * generic/tclStubInit.c:ericm2000-07-221-595/+621
* * generic/tclStubInit.c:ericm2000-07-201-621/+595
* * generic/tclStubInit.c:ericm2000-07-191-595/+621
* * doc/Hash.3: Added documentation patch for Tcl_Obj *'s as keys inericm2000-06-241-3/+248
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-1/+6
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
* Initial revisionrjohnson1998-03-261-0/+921