summaryrefslogtreecommitdiff
path: root/asm/preproc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'github/nasm-2.15.xx'H. Peter Anvin2020-07-051-76/+103
|\
| * preproc: handle %+ pasting after empty expansionsH. Peter Anvin (Intel)2020-07-051-20/+16
| * Make debug info and error messages correctly reflect macros and repsH. Peter Anvin (Intel)2020-07-051-56/+87
* | Merge remote-tracking branch 'github/nasm-2.15.xx'H. Peter Anvin (Intel)2020-07-021-2/+2
|\ \ | |/
| * Change unused -> unused_func to remove special caseH. Peter Anvin (Intel)2020-07-011-2/+2
* | Merge tag 'nasm-2.15.02rc2'H. Peter Anvin (Intel)2020-06-301-1/+1
|\ \ | |/
| * preproc: expand_mmac_param_range() should be staticH. Peter Anvin (Intel)2020-06-301-1/+1
* | Merge remote-tracking branch 'github/nasm-2.15.xx'H. Peter Anvin (Intel)2020-06-301-65/+30
|\ \ | |/
| * preproc: fix %{:} macro operand rangesH. Peter Anvin (Intel)2020-06-301-62/+25
| * clang: mark inline functions unused and add warning optionsH. Peter Anvin (Intel)2020-06-301-2/+4
| * doc: clean up warnings formattingH. Peter Anvin (Intel)2020-06-271-1/+1
* | Merge tag 'nasm-2.15rc8'H. Peter Anvin (Intel)2020-06-141-228/+555
|\ \ | |/
| * preproc, srcfile: much saner handling of %line directivesH. Peter Anvin (Intel)2020-06-141-117/+138
| * preproc.c: make extra sure we always have a null-terminated tokenH. Peter Anvin (Intel)2020-06-141-7/+13
| * preproc.c: make extra sure tokens are always null-terminatedH. Peter Anvin (Intel)2020-06-141-7/+10
| * preproc: even more handling of backwards compatibility for mmacrosH. Peter Anvin (Intel)2020-06-141-99/+161
| * preproc: %clear options, backwards compatibility hack for x264H. Peter Anvin (Intel)2020-06-081-107/+341
| * preproc: need to look at mmac->in_progress not mstk->in_progressH. Peter Anvin (Intel)2020-06-081-2/+3
| * preproc: %ifdef needs to accept any argument countH. Peter Anvin (Intel)2020-06-051-1/+1
* | preproc: add %require directiveH. Peter Anvin (Intel)2020-06-051-17/+70
|/
* preproc: commas inside parens don't break macro argumentsH. Peter Anvin2020-06-041-2/+2
* BR 3392662: handle empty argument at end of mmacro callH. Peter Anvin (Intel)2020-06-041-3/+10
* preproc: don't call nasm_error_hold_push() twiceH. Peter Anvin (Intel)2020-06-041-1/+0
* BR 3392652: hold smacro expansion warnings until we are sureH. Peter Anvin (Intel)2020-06-041-2/+13
* preproc: error out if an include file exists but can't be openedH. Peter Anvin (Intel)2020-06-011-6/+9
* BR 3392669: in expand_one_smacro(), we may reach EOL before tafterH. Peter Anvin (Intel)2020-06-011-1/+1
* BR 3392668: in %define, don't set "definining" until confirmedH. Peter Anvin (Intel)2020-06-011-6/+11
* BR 3392668: preproc: test for macro in TOK_LOCAL_SYMBOLH. Peter Anvin (Intel)2020-06-011-3/+15
* preproc: Fix in accessing the definition structure of a single-line macroChang S. Bae2020-04-211-1/+1
* preproc: Fix the macro-parameter check for conditional codeChang S. Bae2020-04-211-1/+1
* preproc: Fix the token in expanding the macro-parametersChang S. Bae2020-04-211-2/+0
* preproc: Fix the token iterator in expanding single-line macroChang S. Bae2020-04-211-1/+3
* preproc: Fix to reset %rep list line number after every iterationChang S. Bae2020-04-171-0/+1
* preproc: fix %undef of macro aliases, and add %ifdefaliasH. Peter Anvin (Intel)2019-10-231-35/+37
* preproc: properly protect %xdefine params (see below), cleanupsH. Peter Anvin (Intel)2019-10-231-73/+102
* preproc: reserve space for terminal NUL in %strcatH. Peter Anvin (Intel)2019-10-171-1/+1
* preproc: fix %strcat and %substrH. Peter Anvin (Intel)2019-10-161-4/+9
* preproc: %xdefine must process arguments before expandingH. Peter Anvin (Intel)2019-10-161-4/+12
* preproc: fix the detection of the >= operatorH. Peter Anvin2019-10-071-1/+3
* preproc: make %exitrep do what it is supposed toH. Peter Anvin2019-10-071-1/+1
* preprocessor: major cleanups; inline text into Tokenpp-inlineH. Peter Anvin2019-09-231-650/+965
* preproc: fix multiple memory corruption issuesH. Peter Anvin (Intel)2019-09-181-88/+104
* preproc: fix list corruption bug; clean up token handlingH. Peter Anvin (Intel)2019-09-181-302/+319
* preproc: add %ifusable and %ifusing directivesH. Peter Anvin2019-09-121-3/+19
* preproc: move %use package parsing to a separate routineH. Peter Anvin2019-09-121-18/+52
* preproc: correct handling of %ifdef for aliasesH. Peter Anvin2019-09-121-1/+1
* error: replace nasm_verror() indirection with preproc callbackH. Peter Anvin2019-08-281-38/+8
* preproc: standard macros now C-safe, %aliases off, fix %? recursionH. Peter Anvin2019-08-271-13/+86
* preproc: make sure the mmacro params list is NULL-terminatedH. Peter Anvin (Intel)2019-08-201-1/+6
* preproc: smacro argument lists can't be preceded by spaceH. Peter Anvin (Intel)2019-08-201-4/+8