nasm/asm
H. Peter Anvin (Intel) 64471097ca strlist: merge the strtbl and strlist interfaces
The currently-unused strtbl was basically a slightly different version
of strlist, with the find and linearize capabilities. Merge these two
together by augmenting strlist to have the same capabilities.

Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
2018-12-11 13:37:32 -08:00
..
assemble.c assemble: Use nasm_ error helpers 2018-11-25 01:45:49 +03:00
assemble.h
directiv.c directiv: Use nasm_ error helpers 2018-12-01 14:17:40 +03:00
directiv.dat
error.c error: add nasm_note() helper, clean up helper generation 2018-12-10 22:46:20 -08:00
eval.c eval: Use nasm_error helpers 2018-12-01 19:54:15 +03:00
eval.h
exprdump.c
exprlib.c
float.c float: Use nasm_error helpers 2018-12-01 20:01:40 +03:00
float.h
labels.c hashtbl: revamp the hash table interface, support binary keys 2018-12-11 13:18:49 -08:00
listing.c error: new flag ERR_HERE 2018-12-11 00:06:29 -08:00
listing.h error: new flag ERR_HERE 2018-12-11 00:06:29 -08:00
nasm.c strlist: merge the strtbl and strlist interfaces 2018-12-11 13:37:32 -08:00
parser.c parser: Use nasm_error helpers 2018-12-01 20:20:50 +03:00
parser.h
phash.pl
pptok.dat
pptok.pl
pragma.c
preproc-nop.c error: Cover all levels with helpers 2018-11-25 01:15:51 +03:00
preproc.c strlist: merge the strtbl and strlist interfaces 2018-12-11 13:37:32 -08:00
preproc.h
quote.c
quote.h
rdstrnum.c rdstrnum: Make sure we dont shift out of bound 2018-10-29 22:25:16 +03:00
segalloc.c
srcfile.c hashtbl: revamp the hash table interface, support binary keys 2018-12-11 13:18:49 -08:00
srcfile.h srcfile: simplify and make most functions inline 2018-12-10 23:28:01 -08:00
stdscan.c stdscan: Use nasm_error helpers 2018-12-01 21:02:51 +03:00
stdscan.h
strfunc.c
tokens.dat
tokhash.pl