summaryrefslogtreecommitdiff
path: root/output/outbin.c
Commit message (Expand)AuthorAgeFilesLines
...
* Added appropriate "void" prototypes.Keith Kanios2007-04-131-2/+2
* Fixed distinction between char and int8_t data types.Keith Kanios2007-04-131-25/+25
* General push for x86-64 support, dubbed 0.99.00.Keith Kanios2007-04-121-72/+87
* Apply Nindent to all .c and .h filesnasm-0.98.39LATESTH. Peter Anvin2005-01-151-1067/+1178
* Revert erroneous macro added and modify __OUTPUT_FORMAT__ to a string constStanislav Karchebny2003-09-251-1/+0
* Consistency fixStanislav Karchebny2003-09-251-1/+1
* Added _NASM_FORMAT_ macroStanislav Karchebny2003-09-241-0/+1
* Quiet spurious gcc warningH. Peter Anvin2003-07-091-1/+1
* start/vstart/align/valign can now be >0x80000000Michael K. Ter Louw2003-07-091-37/+44
* Fixed outbin.c to allow origin > 80000000hFrank Kotler2003-06-301-5/+3
* Mike's multisection outbin.c "align bug fix"Frank Kotler2003-02-041-409/+1134
* "const"-ipation fixes from Trevor WoernerH. Peter Anvin2002-09-121-2/+1
* Change "const static" -> "static const" to keep gcc happyH. Peter Anvin2002-05-141-1/+1
* Code cleanup fixes from Ed BerosetH. Peter Anvin2002-05-141-2/+2
* NASM 0.98.30nasm-0.98.30H. Peter Anvin2002-04-301-0/+591