summaryrefslogtreecommitdiff
path: root/output/outrdf2.c
Commit message (Expand)AuthorAgeFilesLines
* Rename SEGALIGN to SECTALIGNCyrill Gorcunov2010-04-211-1/+1
* ofmt: Implement null_segalign stubsCyrill Gorcunov2010-04-211-0/+1
* Remove function pointers in output, simplify error handlingH. Peter Anvin2009-07-181-40/+30
* Hash even backend-specific directives, unify null functionsH. Peter Anvin2009-07-121-15/+19
* Don't fclose() the output in the backendH. Peter Anvin2009-07-121-2/+0
* Make it possible for outputs to be either text or binaryH. Peter Anvin2009-07-051-1/+1
* Add new copyright headers to the output modulesH. Peter Anvin2009-06-281-5/+33
* Move prototypes for null_debug to outform.h and outlib.hH. Peter Anvin2009-06-271-0/+1
* Move backend-specific code to output/; break out null debug stuffH. Peter Anvin2009-06-271-1/+1
* ctype.h: wrapper ctype functions with a cast to (unsigned char)H. Peter Anvin2008-06-211-3/+3
* Move the output format macros into the macros.pl mechanismH. Peter Anvin2008-06-201-12/+1
* Move all the SAA code out of nasmlibH. Peter Anvin2008-06-091-0/+1
* 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-10/+3
* Don't combine type and size into a single argumentH. Peter Anvin2007-11-091-16/+14
* Pass 64-bit instruction lengths to back-ends.Charles Crayne2007-11-061-2/+2
* Upgrade label functions to 64-bitCharles Crayne2007-11-051-1/+1
* Formatting: kill off "stealth whitespace"H. Peter Anvin2007-10-191-1/+1
* Additional uses of bool and enumH. Peter Anvin2007-10-111-5/+6
* Portability fixesH. Peter Anvin2007-10-021-0/+2
* Minor fixes needed to compile with MSVC++ 2005H. Peter Anvin2007-09-161-6/+4
* Fixed RDF/2 to comply with "maxbits" use.Keith Kanios2007-04-181-1/+3
* Placated unreferenced types.Keith Kanios2007-04-141-0/+9
* Fixed distinction between char and int8_t data types.Keith Kanios2007-04-131-18/+18
* Fixed c99 data-types after removal of typedefs.Keith Kanios2007-04-131-1/+1
* Remove obsolete types; add <inttypes.h> where needed; header fixesH. Peter Anvin2007-04-121-4/+4
* General push for x86-64 support, dubbed 0.99.00.Keith Kanios2007-04-121-48/+49
* Apply Nindent to all .c and .h filesnasm-0.98.39LATESTH. Peter Anvin2005-01-151-491/+503
* outrdf2.c now uses the same definitions of RDOFF2 format that RDOFF utils.Yuri Zaporogets2004-09-151-231/+201
* Update rdoffFrank Kotler2003-12-121-14/+23
* 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
* Yuri's 12/3/2002 rdoff patches-Frank Kotler2002-12-041-1/+59
* "const"-ipation fixes from Trevor WoernerH. Peter Anvin2002-09-121-3/+3
* NASM 0.98.30nasm-0.98.30H. Peter Anvin2002-04-301-0/+733