summaryrefslogtreecommitdiff
path: root/hashtbl.h
Commit message (Expand)AuthorAgeFilesLines
* Add copyright headers to the *.c/*.h files in the main directoryH. Peter Anvin2009-06-281-0/+33
* hash user allocates struct hash_tableH. Peter Anvin2008-05-281-1/+1
* Use hash tables even for context-sensitive macrosH. Peter Anvin2008-05-221-1/+6
* Use the crc64 we already use as the perfect hash function prehashH. Peter Anvin2007-10-021-2/+4
* Switch the preprocessor over to using the hash table libraryH. Peter Anvin2007-09-161-3/+9
* Define a proper hash table libraryH. Peter Anvin2007-09-141-0/+40