nasm/nasmlib
H. Peter Anvin (Intel) f7106d06e4 strlist: use a hash table
Use a hash table to enforce uniqueness in a string list. It is still
an ordered list, however, and can be walked in insertion order.

Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
2018-10-25 12:33:58 -07:00
..
badenum.c Add generic perfect string hashes, use for directives 2017-04-03 00:27:07 -07:00
bsi.c nasmlib: break up nasmlib.c into logical components 2016-05-25 05:43:49 -07:00
crc64.c lib: split library into stdlib and nasmlib; header handling fixes 2016-03-08 12:20:02 -08:00
file.c errors: simplify nasm_fatal() and nasm_panic() 2018-06-15 18:20:17 -07:00
file.h Windows: clean up the handling of stat on Windows 2017-04-06 15:48:51 -07:00
filename.c Eliminate filename length restrictions, remote ofmt->filename() 2017-12-20 13:38:20 -08:00
hashtbl.c hashtbl, strtbl: add hash_free_all(), split strtbl_find() 2017-04-24 00:54:51 -07:00
ilog2.c ilog2(): inline functions if practical 2017-09-27 13:34:42 -07:00
malloc.c errors: simplify nasm_fatal() and nasm_panic() 2018-06-15 18:20:17 -07:00
md5c.c nasmlib/md5c: Fix typo in WORDS_LITTLEENDIAN 2017-06-25 19:33:14 -07:00
mmap.c nasmlib/file: move memory-mapping functions out of file.c 2017-02-23 18:39:00 -08:00
path.c path: nasm_catfile -- Fix incorrect return of filename only 2018-10-19 00:55:54 +03:00
perfhash.c Add generic perfect string hashes, use for directives 2017-04-03 00:27:07 -07:00
perfhash.pl Add generic perfect string hashes, use for directives 2017-04-03 00:27:07 -07:00
raa.c RAA: make pointer vs integer RAAs type safe 2018-06-18 17:11:54 -07:00
rbtree.c Reorganize the source code into subdirectories 2016-05-25 12:06:29 -07:00
readnum.c Make any execution limit configurable, add eval limit 2018-06-12 13:54:42 -07:00
realpath.c lib: split library into stdlib and nasmlib; header handling fixes 2016-03-08 12:20:02 -08:00
saa.c saa.c: unify the various saa_write*() routines 2017-11-29 17:31:14 -08:00
srcfile.c hashtbl, strtbl: add hash_free_all(), split strtbl_find() 2017-04-24 00:54:51 -07:00
string.c nasmlib: break up nasmlib.c into logical components 2016-05-25 05:43:49 -07:00
strlist.c strlist: use a hash table 2018-10-25 12:33:58 -07:00
ver.c lib: split library into stdlib and nasmlib; header handling fixes 2016-03-08 12:20:02 -08:00
zerobuf.c nasmlib: break up nasmlib.c into logical components 2016-05-25 05:43:49 -07:00