summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * nasm: clean up error messages somewhatH. Peter Anvin2018-12-101-7/+14
* | output: elf -- Use nasm_error helpersCyrill Gorcunov2018-12-021-117/+107
* | output: obj -- Use nasm_error helpersCyrill Gorcunov2018-12-021-77/+63
* | output: ieee -- Use nasm_error helpersCyrill Gorcunov2018-12-021-18/+14
* | output: coff -- Use nasm_error helpersCyrill Gorcunov2018-12-021-42/+37
* | output: bin -- Use nasm_error helpersCyrill Gorcunov2018-12-011-81/+64
* | output: as86 -- Use nasm_error helpersCyrill Gorcunov2018-12-011-17/+17
* | output: aout -- Use nasm_error helpersCyrill Gorcunov2018-12-011-50/+47
* | output: codeview -- Use nasm_error helpersCyrill Gorcunov2018-12-011-3/+3
* | stdscan: Use nasm_error helpersCyrill Gorcunov2018-12-011-8/+6
* | parser: Use nasm_error helpersCyrill Gorcunov2018-12-011-84/+58
* | listing: Use nasm_error helpersCyrill Gorcunov2018-12-011-2/+1
* | labels: Use nasm_error helpersCyrill Gorcunov2018-12-011-8/+6
* | float: Use nasm_error helpersCyrill Gorcunov2018-12-011-35/+25
* | eval: Use nasm_error helpersCyrill Gorcunov2018-12-011-64/+59
* | directiv: Use nasm_ error helpersCyrill Gorcunov2018-12-011-23/+14
* | test: nasm-t -- Update floatbCyrill Gorcunov2018-12-012-0/+24
* | test: nasm-t -- Update macro-defaultsCyrill Gorcunov2018-11-291-3/+3
* | Run make cleandepsH. Peter Anvin2018-11-282-2/+2
* | nctype: add nasm_isquote()H. Peter Anvin2018-11-283-23/+31
* | ctype: create our own ctype tableH. Peter Anvin2018-11-2813-105/+269
* | eval: implement the C ? : operatorH. Peter Anvin2018-11-281-9/+47
* | preproc.c: tell us which macro definition has too many defaultsH. Peter Anvin2018-11-281-1/+1
* | nasm.h: fix definition of isidchar()H. Peter Anvin2018-11-281-1/+1
* | Merge remote-tracking branch 'origin/nasm-2.14.xx'H. Peter Anvin2018-11-286-21/+80
|\ \ | |/
| * nasm: fix the combination -E -MD, handle -MD without a filenameH. Peter Anvin2018-11-283-10/+34
| * changes.src: fp bug: there are probably other corner casesH. Peter Anvin2018-11-281-4/+3
| * NASM 2.14.01rc1nasm-2.14.01rc1H. Peter Anvin2018-11-261-1/+1
| * BR 3392368: actually fix the documentation; add test caseH. Peter Anvin2018-11-262-10/+29
| * Correctly document the BR 3392368 fix, add test caseH. Peter Anvin2018-11-262-6/+13
| * changes.src: document more fixesH. Peter Anvin2018-11-261-0/+9
| * BR 3392368: correct handling of exact limb switchH. Peter Anvin2018-11-261-4/+5
| * BR 3392529: remove excess printf() argumentH. Peter Anvin2018-11-261-1/+1
| * BR 3392532: outobj: fix forward references to the SEG of external symbolsH. Peter Anvin2018-11-261-2/+2
* | nasm.h: replace is*() macros with inline functions, '?' for TASM modeH. Peter Anvin2018-11-281-17/+24
* | eval: 'i' and 'j' are names normally used for iteration variablesH. Peter Anvin2018-11-281-56/+56
* | expr: wrap the call to the scannerH. Peter Anvin2018-11-281-33/+41
* | eval: drop passing (critical) as an argumentH. Peter Anvin2018-11-281-48/+48
* | expr: allow any expression to contain relational operatorsH. Peter Anvin2018-11-281-9/+10
* | Merge branch 'master' of ssh://repo.or.cz/nasmH. Peter Anvin2018-11-28470-1679/+37749
|\ \
| * | preproc: Use error helpersCyrill Gorcunov2018-11-251-229/+165
| * | assemble: Use nasm_ error helpersCyrill Gorcunov2018-11-251-122/+94
| * | error: Cover all levels with helpersCyrill Gorcunov2018-11-256-38/+73
| * | error: Style liftupCyrill Gorcunov2018-11-242-171/+174
| * | test: Use NASM_TEST_RUN environmentCyrill Gorcunov2018-11-2412-11/+11
| * | version: Make them dynamic for regression tests sakeCyrill Gorcunov2018-11-246-10/+56
| * | preproc: Pass include paths as strlistCyrill Gorcunov2018-11-244-22/+14
| * | strlist: Rework to drop typeCyrill Gorcunov2018-11-246-65/+63
| * | Pass input filename into error messageCyrill Gorcunov2018-11-241-1/+1
| * | test: nasm-t -- Test for sigsegv on multiple outputsCyrill Gorcunov2018-11-242-0/+14