aboutsummaryrefslogtreecommitdiff
path: root/libihash
Commit message (Collapse)AuthorAgeFilesLines
...
* (_ihash_nextprime): Renamed from nextprime.c. All callers changed.Michael I. Bushnell1996-04-111-1/+1
|
* Include <spin_lock.h>.Michael I. Bushnell1996-03-071-3/+12
| | | | | (table_lock): New variable. (nextprime): Lock table_lock around operation of routine.
* (ihash_locp_remove): Get rid of the optimization to use HASH_EMPTY instead ofMiles Bader1995-08-071-18/+3
| | | | | | HASH_DEL when the next position on the chain is empty -- different hash chains may share this cell, and have different next positions, leading to random additional entries sometimes disappearing when deleting something.
* Initial revisionMichael I. Bushnell1995-06-061-0/+32
|
* Include <errno.h>.Michael I. Bushnell1995-06-051-0/+3
|
* Initial revisionMiles Bader1995-03-313-0/+521