summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* headers/doc: copyright header for documentation filesH. Peter Anvin2009-06-281-0/+45
* Add new copyright headers to the rdoff codeH. Peter Anvin2009-06-2817-55/+579
* Add new copyright headers to the output modulesH. Peter Anvin2009-06-2823-83/+798
* Add copyright headers to standard macro packagesH. Peter Anvin2009-06-282-0/+66
* Add copyright headers to macro filesH. Peter Anvin2009-06-2810-0/+450
* Macro file copyright headerH. Peter Anvin2009-06-281-0/+45
* Add copyright headers to the *.c/*.h files in the main directoryH. Peter Anvin2009-06-2841-138/+1571
* In memory of Chuck...H. Peter Anvin2009-06-281-0/+4
* Add copyright header to nasmdoc.srcH. Peter Anvin2009-06-281-0/+32
* LICENSE: include the actual BSD licenseH. Peter Anvin2009-06-281-2/+31
* Add copyright notices to other *.dat filesH. Peter Anvin2009-06-283-0/+99
* Add copyright notice to insns.datH. Peter Anvin2009-06-281-6/+35
* Add copyright verbiage to Perl scripts; update LICENSEH. Peter Anvin2009-06-2815-15/+480
* Standard copyright verbiage headersH. Peter Anvin2009-06-282-0/+90
* LICENSE: give the current license status.H. Peter Anvin2009-06-281-1/+5
* NASM 2.06rc16nasm-2.06rc16H. Peter Anvin2009-06-281-1/+1
* Run make alldepsH. Peter Anvin2009-06-275-20/+30
* Move prototypes for null_debug to outform.h and outlib.hH. Peter Anvin2009-06-276-14/+17
* Move backend-specific code to output/; break out null debug stuffH. Peter Anvin2009-06-2727-194/+222
* debug: make *all* the null debug routines available as a libraryH. Peter Anvin2009-06-273-20/+12
* output: call debug init from a central locationH. Peter Anvin2009-06-274-5/+2
* test/Makefile: add rule to produce a .dbg fileH. Peter Anvin2009-06-271-0/+3
* outform: build ALL formats by default, including DBGH. Peter Anvin2009-06-271-0/+6
* outelf.c: add appropriate #ifdefsH. Peter Anvin2009-06-271-0/+5
* outdbg: make outdbg.c compile cleanlyH. Peter Anvin2009-06-271-10/+12
* NASM 2.06rc15nasm-2.06rc15H. Peter Anvin2009-06-271-1/+1
* BR 2781900: handle common labels while optimizingH. Peter Anvin2009-06-272-70/+81
* parser.c: fix stylistic nitpickH. Peter Anvin2009-06-271-1/+0
* assemble.c: stylistic nitpickH. Peter Anvin2009-06-271-3/+2
* preproc: use %if 0 instead of %ifdef BOGUSH. Peter Anvin2009-06-271-5/+6