Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2009-06-28 | Add copyright headers to the *.c/*.h files in the main directory | H. Peter Anvin | 1 | -0/+33 |
2009-06-27 | hashtbl: make hash_iterate() not crash on an uninitalized table | H. Peter Anvin | 1 | -1/+4 |
2008-05-28 | hash user allocates struct hash_table | H. Peter Anvin | 1 | -7/+4 |
2008-05-22 | Use hash tables even for context-sensitive macros | H. Peter Anvin | 1 | -5/+4 |
2007-10-19 | Formatting: kill off "stealth whitespace" | H. Peter Anvin | 1 | -1/+1 |
2007-10-02 | Portability fixes | H. Peter Anvin | 1 | -0/+2 |
2007-10-02 | Use the crc64 we already use as the perfect hash function prehash | H. Peter Anvin | 1 | -2/+2 |
2007-09-25 | Add nasm_zalloc() to nasmlib.c | H. Peter Anvin | 1 | -3/+1 |
2007-09-16 | Switch the preprocessor over to using the hash table library | H. Peter Anvin | 1 | -13/+76 |
2007-09-14 | Define a proper hash table library | H. Peter Anvin | 1 | -0/+128 |