summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* eval: Eliminate division by zeroCyrill Gorcunov2018-10-141-1/+1
* doc: Update changesCyrill Gorcunov2018-10-131-0/+2
* opflags: Convert is_class and is_reg_class to helpersCyrill Gorcunov2018-10-131-2/+12
* preproc: Fix out of range access in expand mmacroCyrill Gorcunov2018-10-131-0/+2
* doc: Update changesCyrill Gorcunov2018-10-131-0/+2
* parser: Fix sigsegv on certain equ instruction parsingCyrill Gorcunov2018-10-131-0/+17
* labels: Make sure nil label is never passedCyrill Gorcunov2018-10-131-0/+2
* labels: Don't nil dereference if no label providedCyrill Gorcunov2018-10-131-7/+5
* macho: Add warning message in macho_output()Chang S. Bae2018-10-091-0/+3
* macho/reloc: Fix addr size sensitive conditionsChang S. Bae2018-10-091-1/+1
* macho/reloc: Fix macho_output() to get the offset adjustments by add_reloc()Chang S. Bae2018-10-091-1/+4
* macho/reloc: Fixed offset adjustment in add_reloc()Chang S. Bae2018-10-091-6/+6
* macho/reloc: Allow absolute relocation when forcing a symbol referenceChang S. Bae2018-10-091-4/+7
* macho/reloc: Adjust SUB relocation informationChang S. Bae2018-10-091-2/+4
* macho/reloc: Fixed in handling GOT/GOTLOAD/TLV relocationsChang S. Bae2018-10-091-5/+9
* macho/reloc: Simplified relocation for REL/BRANCHChang S. Bae2018-10-091-16/+2
* macho/sym: Record initial symbol number alwaysChang S. Bae2018-10-091-3/+3
* opflags: Style unificationCyrill Gorcunov2018-10-011-9/+9
* preproc: parse_size -- Check for string providedCyrill Gorcunov2018-09-291-2/+1