summaryrefslogtreecommitdiff
path: root/tests/delete_and_lookup.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-25Teach the hash table itself to know its own hash functionCarl Worth1-12/+11
2013-10-25Add new convenience function 'remove' (renaming former to 'remove_entry')Carl Worth1-2/+12
2009-11-23Fix valgrind complaints, including leaking the table data!Eric Anholt1-1/+1
2009-11-23API change: pass the hash value in to search/lookup.Eric Anholt1-10/+12
2009-11-23Add a new test for removal of keys from the ht, and fix up API naming.Eric Anholt1-0/+73