summaryrefslogtreecommitdiff
path: root/hashtbl.c
AgeCommit message (Expand)AuthorFilesLines
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