summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* NASM 2.07rc2nasm-2.07rc2H. Peter Anvin2009-07-061-1/+1
* changes: add Mach-O alignment issue fixH. Peter Anvin2009-07-061-0/+2
* Merge branch 'master' of git+ssh://repo.or.cz/srv/git/nasmKeith Kanios2009-07-062-4/+11
|\
| * changes: document %+ behavior revertH. Peter Anvin2009-07-061-0/+3
| * preproc: don't handle %+ until the final phase of smacro expansionH. Peter Anvin2009-07-061-4/+8
* | outmacho: fixed section/relocation alignment issueKeith Kanios2009-07-061-4/+4
|/
* NASM 2.07rc1nasm-2.07rc1H. Peter Anvin2009-07-061-1/+1
* changes.src: document user-visible changesH. Peter Anvin2009-07-061-0/+20
* doc: update license and contact informationH. Peter Anvin2009-07-061-26/+41
* spec: change License to BSDH. Peter Anvin2009-07-061-1/+1
* nasm.nsi: remove COPYING; add LICENSEH. Peter Anvin2009-07-061-2/+2
* NASM: relicense under the 2-clause BSD licenseH. Peter Anvin2009-07-0636-916/+3
* outbin: minor cleanupsH. Peter Anvin2009-07-061-6/+8
* BR 2817225: don't overrun a permts buffer with a maximum labelH. Peter Anvin2009-07-051-3/+5
* nasm.nsi: in the "NASM shell", put NASM first in PATHH. Peter Anvin2009-07-051-1/+1
* Change noreturn macro to no_return to avoid header file problemsH. Peter Anvin2009-07-053-4/+4
* nasm.nsi: use LZMA compressionH. Peter Anvin2009-07-051-1/+1
* More "make install" fixes...H. Peter Anvin2009-07-052-1/+2
* rdf2bin: be smarter about extracting the format from argv[0]H. Peter Anvin2009-07-051-7/+26
* nasm.nsi: add additional rdf2bin aliasesH. Peter Anvin2009-07-051-0/+4
* rdoff: fix "make install"H. Peter Anvin2009-07-051-1/+3
* test/Makefile: add ith and srec targetsH. Peter Anvin2009-07-051-0/+6
* doc: S-records seems to usually be pluralizedH. Peter Anvin2009-07-051-3/+3
* doc: srec produces S-records, not Intel hex...H. Peter Anvin2009-07-051-1/+1
* doc: use the term "extensions" to mean of-specific anythingH. Peter Anvin2009-07-051-2/+2
* doc: fix capitalizationH. Peter Anvin2009-07-051-1/+1
* outbin: when using saa_rnbytes() we have to saa_rewind()H. Peter Anvin2009-07-051-0/+2
* outbin: when writing S-records, write head recordH. Peter Anvin2009-07-051-0/+3
* outbin: add support for Intel hex and Motorola S-recordsH. Peter Anvin2009-07-053-29/+319
* Make it possible for outputs to be either text or binaryH. Peter Anvin2009-07-0514-63/+66
* nasmlib.h: add unlikely() to nasm_assert()H. Peter Anvin2009-07-031-2/+5
* rdf2bin.1: add missing spaceH. Peter Anvin2009-07-031-1/+1
* rdoff/test/Makefile: actually do build testsH. Peter Anvin2009-07-031-1/+9
* spec: update specfile with new rdf2bin aliasesH. Peter Anvin2009-07-031-0/+5
* rdf2bin: update man page, add link pages for aliasesH. Peter Anvin2009-07-034-6/+43
* Add rdf2ith and rdf2srec to .gitignoreH. Peter Anvin2009-07-031-0/+2
* Correct the legacy name rdf2ihx (as opposed to rdf2ith)H. Peter Anvin2009-07-031-1/+1
* rdf2bin: revamp so it can output bin, ith, or srecH. Peter Anvin2009-07-032-67/+313
* rdfload: make the base addresses unsignedH. Peter Anvin2009-07-031-3/+3
* Remove rdf2ihx.c, since it looks unlikely we'll get it relicensed.H. Peter Anvin2009-07-031-237/+0
* Correction: preproc.c is *not* in the clear just yet.H. Peter Anvin2009-07-031-0/+12
* NASM 2.06.01rc1nasm-2.06.01rc1H. Peter Anvin2009-07-021-1/+1
* Beginnings of a crude utility to dump the contents of an OMF fileH. Peter Anvin2009-07-011-0/+223
* Fix early report_error(); avoid nuisance phase warningsH. Peter Anvin2009-07-011-14/+19
* outobj: handle the case of SEG <undefined> in pass 0H. Peter Anvin2009-07-011-4/+12
* nasmlib: add nasm_assert(); use const char * for filenamesH. Peter Anvin2009-07-012-14/+28
* compiler.h: new macro for a non-returning functionH. Peter Anvin2009-07-011-0/+9
* outmacho: change license to 2-BSDH. Peter Anvin2009-06-301-12/+0
* ELF64: fix incorrect type for the .strtab section headerCyrill Gorcunov2009-06-301-1/+1
* NASM 2.06nasm-2.06H. Peter Anvin2009-06-291-1/+1