summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2009-07-01outobj: handle the case of SEG <undefined> in pass 0H. Peter Anvin1-4/+12
2009-07-01nasmlib: add nasm_assert(); use const char * for filenamesH. Peter Anvin2-14/+28
2009-07-01compiler.h: new macro for a non-returning functionH. Peter Anvin1-0/+9
2009-06-30outmacho: change license to 2-BSDH. Peter Anvin1-12/+0
2009-06-30ELF64: fix incorrect type for the .strtab section headerCyrill Gorcunov1-1/+1
2009-06-29NASM 2.06H. Peter Anvin1-1/+1
2009-06-28headers/doc: copyright header for documentation filesH. Peter Anvin1-0/+45
2009-06-28Add new copyright headers to the rdoff codeH. Peter Anvin17-55/+579
2009-06-28Add new copyright headers to the output modulesH. Peter Anvin23-83/+798
2009-06-28Add copyright headers to standard macro packagesH. Peter Anvin2-0/+66
2009-06-28Add copyright headers to macro filesH. Peter Anvin10-0/+450
2009-06-28Macro file copyright headerH. Peter Anvin1-0/+45
2009-06-28Add copyright headers to the *.c/*.h files in the main directoryH. Peter Anvin41-138/+1571
2009-06-28In memory of Chuck...H. Peter Anvin1-0/+4
2009-06-28Add copyright header to nasmdoc.srcH. Peter Anvin1-0/+32
2009-06-28LICENSE: include the actual BSD licenseH. Peter Anvin1-2/+31
2009-06-28Add copyright notices to other *.dat filesH. Peter Anvin3-0/+99
2009-06-28Add copyright notice to insns.datH. Peter Anvin1-6/+35
2009-06-28Add copyright verbiage to Perl scripts; update LICENSEH. Peter Anvin15-15/+480
2009-06-28Standard copyright verbiage headersH. Peter Anvin2-0/+90
2009-06-28LICENSE: give the current license status.H. Peter Anvin1-1/+5
2009-06-28NASM 2.06rc16H. Peter Anvin1-1/+1
2009-06-27Run make alldepsH. Peter Anvin5-20/+30
2009-06-27Move prototypes for null_debug to outform.h and outlib.hH. Peter Anvin6-14/+17
2009-06-27Move backend-specific code to output/; break out null debug stuffH. Peter Anvin27-194/+222