summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* release: don't include nasmdoc.pdf.xz in the -xdoc fileH. Peter Anvin (Intel)2020-06-041-1/+2
* nasm.spec.in: need perl; .pdf.xz now build by standard MakefileH. Peter Anvin (Intel)2020-06-041-2/+2
* NASM 2.15rc3nasm-2.15rc3H. Peter Anvin (Intel)2020-06-041-1/+1
* BR 3392662: handle empty argument at end of mmacro callH. Peter Anvin (Intel)2020-06-041-3/+10
* nasm.c: correctly print errors once committed; assert errhold_stack emptyH. Peter Anvin (Intel)2020-06-041-5/+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-044-37/+157
* asm/error.c: handle warning "all" correctlyH. Peter Anvin (Intel)2020-06-041-2/+6
* NASM 2.15rc2nasm-2.15rc2H. Peter Anvin2020-06-011-1/+1
* outobj: fix harmless but still incorrect use of uninitialized variableH. Peter Anvin2020-06-011-3/+3
* BR 3392674: fix handling of {ud1,ud2b} <reg>,<reg>H. Peter Anvin2020-06-011-6/+6
* BR 3392667: more reasonable limit for expression descentH. Peter Anvin (Intel)2020-06-018-5/+113
* preproc: error out if an include file exists but can't be openedH. Peter Anvin (Intel)2020-06-013-6/+12
* BR 3392669: in expand_one_smacro(), we may reach EOL before tafterH. Peter Anvin (Intel)2020-06-012-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-012-3/+15
* Makefile portability improvement, build nasmdoc.pdf.xzH. Peter Anvin (Intel)2020-05-264-35/+135
* NASM 2.15rc1nasm-2.15rc1H. Peter Anvin (Intel)2020-05-261-1/+1
* Merge remote-tracking branch 'chang/master'H. Peter Anvin (Intel)2020-05-260-0/+0
|\
| * test: Add BR 3392607Chang S. Bae2020-04-011-0/+2
| * insns.dat: Fix the opcodes for the AVX512-VBMI2 instructionsHenrik Gramner2020-04-011-18/+18
| * disam: explicitly change stdin to binary modeChang S. Bae2020-04-014-1/+32
| * test: Add BR 3392640Chang S. Bae2020-04-011-0/+4
| * preproc: Fix the token in expanding the %+/%- macro-parametersChang S. Bae2020-04-011-2/+0
| * test: Add BR 3392630Chang S. Bae2020-04-011-1/+5
| * preproc: Fix the token iterator in expanding single-line macroChang S. Bae2020-04-011-1/+3
| * test: Add BR 3392626Chang S. Bae2020-04-011-0/+6
| * preproc: Fix to reset %rep list line number after every iterationChang S. Bae2020-04-011-0/+1
* | doc: Update for upcoming 2.15 releasenasm-2.15.xx-preAndrey Matyukov2020-05-063-23/+206
* | test: Add BR3392607Chang S. Bae2020-04-221-0/+2
* | insns.dat: Fix the opcodes for the AVX512-VBMI2 instructionsHenrik Gramner2020-04-221-18/+18
* | disam: explicitly change stdin to binary modeChang S. Bae2020-04-224-1/+32
* | test: Add BR3392661Chang S. Bae2020-04-221-0/+8
* | outelf: Fix the section index for the debug outputChang S. Bae2020-04-221-3/+6
* | preproc: Fix in accessing the definition structure of a single-line macroChang S. Bae2020-04-211-1/+1
* | test: Add BR3392660Chang S. Bae2020-04-211-0/+9
* | preproc: Fix the macro-parameter check for conditional codeChang S. Bae2020-04-211-1/+1
* | test: Add BR3392640Chang S. Bae2020-04-211-0/+4
* | preproc: Fix the token in expanding the macro-parametersChang S. Bae2020-04-211-2/+0
* | test: Add BR3392630Chang S. Bae2020-04-211-1/+5
* | preproc: Fix the token iterator in expanding single-line macroChang S. Bae2020-04-211-1/+3
* | test: Add BR3392626Chang S. Bae2020-04-211-0/+6
* | preproc: Fix to reset %rep list line number after every iterationChang S. Bae2020-04-171-0/+1
* | test: test case for BR 3392655, overflow during bin format linkH. Peter Anvin2020-03-311-0/+37
|/
* preproc: fix %undef of macro aliases, and add %ifdefaliasH. Peter Anvin (Intel)2019-10-233-35/+90
* listing: make it possible to flush the listing output after every lineH. Peter Anvin (Intel)2019-10-234-3/+27
* preproc: properly protect %xdefine params (see below), cleanupsH. Peter Anvin (Intel)2019-10-233-73/+119
* 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