summaryrefslogtreecommitdiff
path: root/output/outaout.c
Commit message (Expand)AuthorAgeFilesLines
* regularized spelling of license to match name of LICENSE fileBeroset2007-12-291-1/+1
* Address data is int64_t; simplify writing an address objectH. Peter Anvin2007-11-131-3/+3
* Don't combine type and size into a single argumentH. Peter Anvin2007-11-091-19/+17
* Pass 64-bit instruction lengths to back-ends.Charles Crayne2007-11-061-1/+1
* Upgrade label functions to 64-bitCharles Crayne2007-11-051-1/+1
* Formatting: kill off "stealth whitespace"H. Peter Anvin2007-10-191-1/+1
* Use the compiler-provided booleans if available, otherwise emulateH. Peter Anvin2007-10-101-12/+12
* Portability fixesH. Peter Anvin2007-10-021-0/+2
* Finishing touches on perfect hash tokenizer; actually turn the thing onH. Peter Anvin2007-08-301-0/+1
* Placated unreferenced types.Keith Kanios2007-04-141-0/+8
* Fixed distinction between char and int8_t data types.Keith Kanios2007-04-131-10/+10
* General push for x86-64 support, dubbed 0.99.00.Keith Kanios2007-04-121-74/+75
* Apply Nindent to all .c and .h filesnasm-0.98.39LATESTH. Peter Anvin2005-01-151-449/+469
* 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
* "const"-ipation fixes from Trevor WoernerH. Peter Anvin2002-09-121-3/+3
* 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-1/+1
* NASM 0.98.30nasm-0.98.30H. Peter Anvin2002-04-301-0/+933