aboutsummaryrefslogtreecommitdiffstats
path: root/nasmlib/strlist.c
Commit message (Expand)AuthorAgeFilesLines
* BR 3392687: clang miscompiles offsetin() for uninitialized pointerH. Peter Anvin (Intel)2020-06-301-2/+3
* preproc: fix parsing of single-line macro arguments, cleanupsH. Peter Anvin (Intel)2019-08-091-1/+1
* Define and use offsetin() instead of offsetof()H. Peter Anvin (Intel)2018-12-141-1/+1
* strlist, warnings: improve strlist, buffer warnings until errorH. Peter Anvin (Intel)2018-12-141-10/+27
* strlist: make sure strlist_free() works for a non-uniqizing list tooH. Peter Anvin (Intel)2018-12-131-1/+8
* strlist: can be unique or not, add printf functionsH. Peter Anvin (Intel)2018-12-131-18/+76
* strlist: merge the strtbl and strlist interfacesH. Peter Anvin (Intel)2018-12-111-6/+42
* hashtbl: revamp the hash table interface, support binary keysH. Peter Anvin (Intel)2018-12-111-8/+6
* strlist: Rework to drop typeCyrill Gorcunov2018-11-241-31/+28
* strlist: use a hash tableH. Peter Anvin (Intel)2018-10-251-42/+35
* Factor out common string list handling codeH. Peter Anvin2016-10-041-0/+100