summaryrefslogtreecommitdiff
path: root/asm/preproc-nop.c
Commit message (Expand)AuthorAgeFilesLines
* error: replace nasm_verror() indirection with preproc callbackH. Peter Anvin2019-08-281-0/+7
* listing: when listing lines in macros and rep blocks, show the actual lineH. Peter Anvin2019-08-091-1/+1
* Remove #includes already provided by "compiler.h"H. Peter Anvin2018-12-271-4/+0
* Replace <ctype.h> includes with "nctype.h"H. Peter Anvin2018-12-271-1/+1
* Move <string.h> inclusion to compiler.hH. Peter Anvin2018-12-261-1/+0
* Clean up the handling of various passesH. Peter Anvin (Intel)2018-12-181-5/+12
* Merge tag 'nasm-2.14.01rc5'H. Peter Anvin (Intel)2018-12-141-5/+6
|\
| * --no-line: new option to ignore %line directivesH. Peter Anvin (Intel)2018-12-141-5/+6
* | errors: change the severity parameter from "int" to "errflags"H. Peter Anvin (Intel)2018-12-131-1/+1
* | error: Cover all levels with helpersCyrill Gorcunov2018-11-251-1/+1
* | preproc: Pass include paths as strlistCyrill Gorcunov2018-11-241-2/+2
* | strlist: Rework to drop typeCyrill Gorcunov2018-11-241-2/+2
* | strlist: use a hash tableH. Peter Anvin (Intel)2018-10-251-3/+3
* | errors: simplify nasm_fatal() and nasm_panic()H. Peter Anvin2018-06-151-1/+1
|/
* Add --pragma and --before option; make --include = -PH. Peter Anvin2018-06-111-0/+7
* Eliminate filename length restrictions, remote ofmt->filename()H. Peter Anvin2017-12-201-1/+1
* asm/*: Move directive processing to its own file, refactor error handlingH. Peter Anvin2017-03-071-0/+1
* Factor out common string list handling codeH. Peter Anvin2016-10-041-6/+1
* Add a hash for pathname searches, instead of searching very passH. Peter Anvin2016-09-251-0/+6
* Reorganize the source code into subdirectoriesH. Peter Anvin2016-05-251-0/+186