summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-07-07preproc: revert to older form of preprocessor user error messagesH. Peter Anvin1-5/+5
2009-07-07preproc: always reprocess smacros after %+ - pastingH. Peter Anvin1-4/+5
2009-07-07listing: preserve list file on error, include errorsH. Peter Anvin3-13/+57
2009-07-07outdbg: be excrutiatingly correct...H. Peter Anvin1-1/+1
2009-07-07outdbg: fix OUT_REL*ADR, add OUT_REL8ADRH. Peter Anvin1-3/+8
2009-07-06outbin: be consistent in spelling "Intel hex" with those capsH. Peter Anvin1-1/+1
2009-07-06NASM 2.07rc2H. Peter Anvin1-1/+1
2009-07-06changes: add Mach-O alignment issue fixH. Peter Anvin1-0/+2
2009-07-06Merge branch 'master' of git+ssh://repo.or.cz/srv/git/nasmKeith Kanios2-4/+11
2009-07-06outmacho: fixed section/relocation alignment issueKeith Kanios1-4/+4
2009-07-06changes: document %+ behavior revertH. Peter Anvin1-0/+3
2009-07-06preproc: don't handle %+ until the final phase of smacro expansionH. Peter Anvin1-4/+8
2009-07-06NASM 2.07rc1H. Peter Anvin1-1/+1
2009-07-06changes.src: document user-visible changesH. Peter Anvin1-0/+20
2009-07-06doc: update license and contact informationH. Peter Anvin1-26/+41
2009-07-06spec: change License to BSDH. Peter Anvin1-1/+1
2009-07-06nasm.nsi: remove COPYING; add LICENSEH. Peter Anvin1-2/+2
2009-07-06NASM: relicense under the 2-clause BSD licenseH. Peter Anvin36-916/+3
2009-07-06outbin: minor cleanupsH. Peter Anvin1-6/+8
2009-07-05BR 2817225: don't overrun a permts buffer with a maximum labelH. Peter Anvin1-3/+5
2009-07-05nasm.nsi: in the "NASM shell", put NASM first in PATHH. Peter Anvin1-1/+1
2009-07-05Change noreturn macro to no_return to avoid header file problemsH. Peter Anvin3-4/+4
2009-07-05nasm.nsi: use LZMA compressionH. Peter Anvin1-1/+1
2009-07-05More "make install" fixes...H. Peter Anvin2-1/+2
2009-07-05rdf2bin: be smarter about extracting the format from argv[0]H. Peter Anvin1-7/+26
2009-07-05nasm.nsi: add additional rdf2bin aliasesH. Peter Anvin1-0/+4
2009-07-05rdoff: fix "make install"H. Peter Anvin1-1/+3
2009-07-05test/Makefile: add ith and srec targetsH. Peter Anvin1-0/+6
2009-07-05doc: S-records seems to usually be pluralizedH. Peter Anvin1-3/+3
2009-07-05doc: srec produces S-records, not Intel hex...H. Peter Anvin1-1/+1
2009-07-05doc: use the term "extensions" to mean of-specific anythingH. Peter Anvin1-2/+2
2009-07-05doc: fix capitalizationH. Peter Anvin1-1/+1
2009-07-05outbin: when using saa_rnbytes() we have to saa_rewind()H. Peter Anvin1-0/+2
2009-07-05outbin: when writing S-records, write head recordH. Peter Anvin1-0/+3
2009-07-05outbin: add support for Intel hex and Motorola S-recordsH. Peter Anvin3-29/+319
2009-07-05Make it possible for outputs to be either text or binaryH. Peter Anvin14-63/+66
2009-07-03nasmlib.h: add unlikely() to nasm_assert()H. Peter Anvin1-2/+5
2009-07-03rdf2bin.1: add missing spaceH. Peter Anvin1-1/+1
2009-07-03rdoff/test/Makefile: actually do build testsH. Peter Anvin1-1/+9
2009-07-03spec: update specfile with new rdf2bin aliasesH. Peter Anvin1-0/+5
2009-07-03rdf2bin: update man page, add link pages for aliasesH. Peter Anvin4-6/+43
2009-07-03Add rdf2ith and rdf2srec to .gitignoreH. Peter Anvin1-0/+2
2009-07-03Correct the legacy name rdf2ihx (as opposed to rdf2ith)H. Peter Anvin1-1/+1
2009-07-03rdf2bin: revamp so it can output bin, ith, or srecH. Peter Anvin2-67/+313
2009-07-03rdfload: make the base addresses unsignedH. Peter Anvin1-3/+3
2009-07-03Remove rdf2ihx.c, since it looks unlikely we'll get it relicensed.H. Peter Anvin1-237/+0
2009-07-03Correction: preproc.c is *not* in the clear just yet.H. Peter Anvin1-0/+12
2009-07-02NASM 2.06.01rc1H. Peter Anvin1-1/+1
2009-07-01Beginnings of a crude utility to dump the contents of an OMF fileH. Peter Anvin1-0/+223
2009-07-01Fix early report_error(); avoid nuisance phase warningsH. Peter Anvin1-14/+19