summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* NASM 2.14.01rc5nasm-2.14.01rc5H. Peter Anvin (Intel)2018-12-141-1/+1
* Document the -Ov option, minor fix for gcc -OgH. Peter Anvin (Intel)2018-12-142-2/+9
* labels.c: redefine test should be passn, not pass0H. Peter Anvin (Intel)2018-12-141-4/+5
* --no-line: new option to ignore %line directivesH. Peter Anvin (Intel)2018-12-146-22/+40
* errors: correct message saying -w+error= ... is in use when it is notH. Peter Anvin (Intel)2018-12-131-1/+1
* NASM 2.14.01rc4nasm-2.14.01rc4H. Peter Anvin (Intel)2018-12-131-1/+1
* errfile.c: add file missing from previous checkinH. Peter Anvin (Intel)2018-12-131-0/+5
* malloc: handle potential infinite loop in nasm_alloc_failed()H. Peter Anvin (Intel)2018-12-137-10/+28
* NASM 2.14.01rc3nasm-2.14.01rc3H. Peter Anvin (Intel)2018-12-121-1/+1
* error: new flag ERR_HEREH. Peter Anvin2018-12-126-71/+87
* errors: unify nasm_verror_{gnu,vc} and remove some ERR_NOFILEH. Peter Anvin2018-12-121-101/+47
* error: remove unused ERR_TOPFILEH. Peter Anvin2018-12-122-3/+4
* BR 3392535: warning on redefine, promote define-on-pass2 to errorH. Peter Anvin (Intel)2018-12-123-26/+37
* listing.c: handle multiple error messages on a single lineH. Peter Anvin (Intel)2018-12-121-26/+49
* warnings: WARN_OTHER is now "above", not "below"H. Peter Anvin (Intel)2018-12-121-1/+1
* warnings: make it possible for a warning to default to an errorH. Peter Anvin (Intel)2018-12-123-37/+39
* warnings; move WARN_OTHER to the end; allow non-warnings to be suppressedH. Peter Anvin (Intel)2018-12-123-92/+102
* configure: add -Wno-shift-negative-valueH. Peter Anvin (Intel)2018-12-121-0/+5
* warnings: rename ERR_WARN_* to WARN_*H. Peter Anvin (Intel)2018-12-1213-74/+74
* errors: add ERR_NOTE and a default clause to error dispositionnasm-2.14.01rc2H. Peter Anvin2018-12-101-0/+3
* NASM 2.14.01rc2H. Peter Anvin2018-12-101-1/+1
* changes.src: update list of changes since 2.14H. Peter Anvin2018-12-101-0/+6
* BR 3392534: error out on an inconsistently redefined labelH. Peter Anvin2018-12-101-18/+59
* error: add new severity level "note"H. Peter Anvin2018-12-102-4/+8
* nasm: clean up error messages somewhatH. Peter Anvin2018-12-101-7/+14
* 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
* Fix undefined behavior when shifting left by 32 bitsMichael Bradshaw2018-11-231-1/+1
* BR 3392529: if the default output name is the same as input -> nasm.outH. Peter Anvin (Intel)2018-11-201-3/+8
* preproc: command-line preproc directive after system-generatedH. Peter Anvin2018-11-113-39/+84
* NASM 2.14nasm-2.14H. Peter Anvin (Intel)2018-11-071-1/+1
* nasmdoc.src: fix compound wordH. Peter Anvin (Intel)2018-11-071-2/+2
* doc: Add a description for a useful case of mangling symbolsChang S. Bae2018-10-301-3/+15
* preproc: Don't access out of bound data on malformed inputCyrill Gorcunov2018-10-291-2/+3
* rdstrnum: Make sure we dont shift out of boundCyrill Gorcunov2018-10-291-1/+3
* preproc: Fix out of bound access on malformed inputCyrill Gorcunov2018-10-281-1/+1
* doc: Clarify %include search directory semanticsCyrill Gorcunov2018-10-262-11/+7
* doc: Update changesCyrill Gorcunov2018-10-211-0/+2
* preproc: Make the preprocessor use nasm_catfile for includenight199uk2018-10-191-9/+7
* path: nasm_catfile -- Fix incorrect return of filename onlynight199uk2018-10-191-6/+6
* NASM 2.14rc16nasm-2.14rc16Cyrill Gorcunov2018-10-151-1/+1
* doc: Update changesCyrill Gorcunov2018-10-141-0/+4
* preproc: expand_smacro -- Fix nil dereference on error pathCyrill Gorcunov2018-10-141-1/+3