summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-11-23New test for expanding the hash table and not losing entries.Eric Anholt3-0/+81
2009-11-23Add a new test for removal of keys from the ht, and fix up API naming.Eric Anholt4-2/+76
2009-11-23Fix segfault in insert_and_lookup test.Eric Anholt1-0/+1
2009-11-23Add testing infrastructure.Eric Anholt8-3/+224
2009-11-23Remove AM_MAINTAINER_MODE stuff.Eric Anholt2-2/+1
While it was cargo-culted from many other projects, allowing people to lose the Makefile regeneration rules is a recipe for disaster. autotools is apparently discouraging the presence of AM_MAINTAINER_MODE, in a shocking bout of sanity.
2009-11-23Initial import of hash_table.Eric Anholt8-0/+497
This is entirely written by myself, with the exception of the hash_sizes[] contents which come from the hash_table implementation in nickle, which I decided to not use.