summaryrefslogtreecommitdiff
path: root/nasmlib/hashtbl.c
Commit message (Expand)AuthorAgeFilesLines
* hashtbl.c: don't call nasm_free() for a null pointerH. Peter Anvin (Intel)2020-06-081-2/+3
* Move <string.h> inclusion to compiler.hH. Peter Anvin2018-12-261-1/+0
* hashtbl: fix errors in hash_iterate() and hash_free()H. Peter Anvin (Intel)2018-12-141-13/+10
* hashtbl: revamp the hash table interface, support binary keysH. Peter Anvin (Intel)2018-12-111-94/+128
* hashtbl, strtbl: add hash_free_all(), split strtbl_find()H. Peter Anvin2017-04-241-1/+25
* Reorganize the source code into subdirectoriesH. Peter Anvin2016-05-251-0/+232