aboutsummaryrefslogtreecommitdiffstats
path: root/hashtable.c
Commit message (Collapse)AuthorAgeFilesLines
* The hashtable routines from hlink.c modified to have more generic names,Wayne Davison2007-09-031-0/+145
to support 2 sizes of key (32 and 64 bits), and to have a non-allocating option for the find routine (returning NULL for no match).