summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* outelf.c: fix a typo in previous commitH. Peter Anvin2017-09-271-1/+1
* BR 3392417: always end the DWARF .debug_abbrev section with a nullH. Peter Anvin2017-09-272-0/+4
* .gitignore: add .mo and .mo64 as generated file extensionsH. Peter Anvin2017-09-271-0/+2
* BR 3392418: MachO: support 16-character section names, debug flagH. Peter Anvin2017-09-272-9/+19
* .gitignore: ignore *.depH. Peter Anvin2017-09-271-0/+1
* test: add test code for BR 3392439H. Peter Anvin2017-09-271-0/+25
* BR3392439: make sure to update globalbits if appropriateH. Peter Anvin2017-09-271-1/+2
* .gitignore: add *.od and /misc/omfdumpH. Peter Anvin2017-09-271-0/+2
* NASM 2.13.02rc1nasm-2.13.02rc1H. Peter Anvin2017-08-161-1/+1
* doc: update for upcoming 2.13.02 releaseH. Peter Anvin2017-08-162-1/+25
* nasm: when using -MW, quote filenames containing &H. Peter Anvin2017-08-161-0/+1
* nasm: when using -MW, enclose whitespace in double quotesH. Peter Anvin2017-08-162-1/+25
* nasm: when generating null targets for WMAKE, add %nullH. Peter Anvin2017-08-161-4/+6
* BR 3392421: consider mode decorators in instruction matchingH. Peter Anvin2017-08-161-0/+7
* nasmdoc: the dbg output format is compiled in by defaultH. Peter Anvin2017-08-161-3/+2
* nasm: new option -MW to emit Watcom-style Makefile rulesH. Peter Anvin2017-08-163-13/+98
* doc/rdsrc: don't treat \# as a comment marker if preceeded by \H. Peter Anvin2017-08-161-1/+1
* test/Makefile: output dependency information filesH. Peter Anvin2017-08-161-20/+20
* asm/preproc.c: use nasm_add_string_to_strlist()H. Peter Anvin2017-08-161-6/+1
* misc/omfdump.c: expand dDEPFILE COMENT recordsH. Peter Anvin2017-08-161-1/+29
* outobj: emit file dependency informationH. Peter Anvin2017-08-167-54/+397
* preproc: Add found files to the list of dependencies even when cachedMartin Storsjö2017-08-161-0/+8
* configure: Add --enable-gdb optionCyrill Gorcunov2017-08-161-0/+6
* preproc: Free token's text if only it has been modifiedCyrill Gorcunov2017-08-161-1/+1
* preproc: Workaround a usage after free bugAdam Majer2017-08-161-1/+11
* preproc: Only concat tok->text if we accounted for its sizeAdam Majer2017-08-161-2/+8
* timestamp: centralize handing of compilation timestampH. Peter Anvin2017-08-023-57/+84
* nasmlib/md5c: Fix typo in WORDS_LITTLEENDIANCyrill Gorcunov2017-06-251-1/+1
* test/Makefile: separate NASM and NASMDEPH. Peter Anvin2017-06-251-17/+18
* saa: fix typo: LITTEENDIAN -> LITTLEENDIANH. Peter Anvin2017-06-231-1/+1
* outmacho: always use symbol-relative relocations for MachO64H. Peter Anvin2017-06-221-30/+52
* outdbg: make the output for relative relocations more clearH. Peter Anvin2017-06-221-3/+3
* test/reldef.asm: add some global symbolsH. Peter Anvin2017-06-221-0/+3
* reldef.asm: add more test cases for referenceH. Peter Anvin2017-06-221-8/+16
* reldef.asm: more comprehensive testH. Peter Anvin2017-06-221-4/+41
* BR 3392409: idata_bytes() and resv_bytes() don't match their prototypessezeroz2017-06-011-2/+2
* nasmdoc.css: add more space between columns and a column separatorH. Peter Anvin2017-05-021-0/+10
* Document/update dependencies for the documentationH. Peter Anvin2017-05-022-0/+23
* NASM 2.13.01nasm-2.13.01H. Peter Anvin2017-05-011-1/+1
* insns.h: change ITEMPLATE_END to not warn on some compilersH. Peter Anvin2017-05-011-1/+1
* doc/changes.src: update with the latest changesH. Peter Anvin2017-05-011-0/+5
* a) Fix handling of DZ/ZWORD; b) don't crash on TIMES JMPH. Peter Anvin2017-05-0111-179/+216
* listing: fix base address for TIMESH. Peter Anvin2017-05-011-3/+4
* Revert "asm/assemble.c: correct the listing address for TIMES"H. Peter Anvin2017-05-011-13/+10
* doc/changes.src: document the changes to the 2.13 maint branch so farH. Peter Anvin2017-05-011-0/+9
* asm/assemble.c: correct the listing address for TIMESH. Peter Anvin2017-05-011-10/+13
* listing.c: show [ssss] for a segment instead of a bogus addressH. Peter Anvin2017-05-011-2/+9
* output/legacy.c: OUT_SEGMENT -> OUT_ADDRESS with a zero addendH. Peter Anvin2017-05-012-2/+4
* test/Makefile: add a rule to run omfdump on an .obj fileH. Peter Anvin2017-05-011-0/+3
* changes.src: we managed to implement a few %pragmas before 2.13...H. Peter Anvin2017-04-291-3/+1