summaryrefslogtreecommitdiff
path: root/hashtbl.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-06hash_init: check for size being power of twoCyrill Gorcunov1-0/+1
2009-11-06hashtbl.c: Unify common hash ops by macrosCyrill Gorcunov1-25/+34
2009-10-13style cleanupCyrill Gorcunov1-61/+61
2009-06-28Add copyright headers to the *.c/*.h files in the main directoryH. Peter Anvin1-0/+33
2009-06-27hashtbl: make hash_iterate() not crash on an uninitalized tableH. Peter Anvin1-1/+4
2008-05-28hash user allocates struct hash_tableH. Peter Anvin1-7/+4
2008-05-22Use hash tables even for context-sensitive macrosH. Peter Anvin1-5/+4
2007-10-19Formatting: kill off "stealth whitespace"H. Peter Anvin1-1/+1
2007-10-02Portability fixesH. Peter Anvin1-0/+2
2007-10-02Use the crc64 we already use as the perfect hash function prehashH. Peter Anvin1-2/+2
2007-09-25Add nasm_zalloc() to nasmlib.cH. Peter Anvin1-3/+1
2007-09-16Switch the preprocessor over to using the hash table libraryH. Peter Anvin1-13/+76
2007-09-14Define a proper hash table libraryH. Peter Anvin1-0/+128