summaryrefslogtreecommitdiff
path: root/hashtbl.c
Commit message (Expand)AuthorAgeFilesLines
* Formatting: kill off "stealth whitespace"H. Peter Anvin2007-10-191-1/+1
* Portability fixesH. Peter Anvin2007-10-021-0/+2
* Use the crc64 we already use as the perfect hash function prehashH. Peter Anvin2007-10-021-2/+2
* Add nasm_zalloc() to nasmlib.cH. Peter Anvin2007-09-251-3/+1
* Switch the preprocessor over to using the hash table libraryH. Peter Anvin2007-09-161-13/+76
* Define a proper hash table libraryH. Peter Anvin2007-09-141-0/+128