summaryrefslogtreecommitdiff
path: root/hashtbl.c
Commit message (Expand)AuthorAgeFilesLines
* hash_init: check for size being power of twoCyrill Gorcunov2009-11-061-0/+1
* hashtbl.c: Unify common hash ops by macrosCyrill Gorcunov2009-11-061-25/+34
* style cleanupCyrill Gorcunov2009-10-131-61/+61
* Add copyright headers to the *.c/*.h files in the main directoryH. Peter Anvin2009-06-281-0/+33
* hashtbl: make hash_iterate() not crash on an uninitalized tableH. Peter Anvin2009-06-271-1/+4
* hash user allocates struct hash_tableH. Peter Anvin2008-05-281-7/+4
* Use hash tables even for context-sensitive macrosH. Peter Anvin2008-05-221-5/+4
* 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