Update documentation
[platform/upstream/nasm.git] / output /
2007-09-17 H. Peter AnvinMinor fixes needed to compile with MSVC++ 2005
2007-09-04 Chuck CrayneProvide 64-bit support for ORG directive
2007-08-30 H. Peter AnvinFinishing touches on perfect hash tokenizer; actually...
2007-08-29 H. Peter AnvinGenerate R_X86_64_64 relocations in elf64 output
2007-08-26 Frank Kotleradd nasm_strsep to nasmlib, for output/outmacho.c ...
2007-08-26 Frank Kotlerfinally commit Mike Frysinger's "elf-visibility" patch
2007-05-04 H. Peter Anvin16-bit relocations are standard in ELF64 (at my request...
2007-04-29 Chuck CrayneClarify comments about relocation entries.
2007-04-29 Chuck CrayneAllow ELF32 to be invoked either as -f elf or -f elf32
2007-04-28 Chuck CrayneEliminate shift count warnings when building on 32...
2007-04-28 Chuck CrayneInitial support for ELF64
2007-04-18 Keith KaniosFixed RDF/2 to comply with "maxbits" use.
2007-04-14 H. Peter Anvinoutmacho.c: stylistic cleanups
2007-04-14 Keith KaniosHopefully it is actually fixed this time :P
2007-04-14 Keith KaniosFixed structure initialization issue.
2007-04-14 Keith KaniosRefixed uninitialized data.
2007-04-14 Keith KaniosFixed uninitialized structure data.
2007-04-14 Keith KaniosPlacated unreferenced types.
2007-04-14 Keith Kaniosc99 printf/fprintf compliance.
2007-04-13 Keith KaniosFixed obj_fwrite() declaration to match "static" defini...
2007-04-13 Keith KaniosAdded appropriate "void" prototypes.
2007-04-13 Keith KaniosReplaced str(n)casecmp with more standard str(n)icmp.
2007-04-13 H. Peter AnvinMacroize any compiler-specific code; macros defined...
2007-04-13 Keith KaniosFixed distinction between char and int8_t data types.
2007-04-13 Keith KaniosFixed c99 data-types after removal of typedefs.
2007-04-12 H. Peter AnvinRemove obsolete types; add <inttypes.h> where needed...
2007-04-12 H. Peter Anvinoutmacho.c: Don't assume __builtin_ctzl exists for...
2007-04-12 Keith KaniosGeneral push for x86-64 support, dubbed 0.99.00.
2006-02-02 Eric Christopher2006-02-02 Eric Christopher <echristo@apple.com>
2005-12-09 Eric Christopher2005-12-08 Wade Tregaskis <wtregaskis@apple.com>
2005-12-05 Eric Christopher2005-12-05 Eric Christopher <echristo@apple.com>
2005-10-07 Eric ChristopherAdded section attributes, in particular S_ATTR_SOME_INS...
2005-09-26 Eric ChristopherBreak macho_cleanup into separate functions.
2005-09-22 Eric ChristopherRun misc/Nindent on outmacho.c
2005-09-22 Eric ChristopherAdd basic support for Mach-O file format.
2005-06-08 Frank Kotlerfix outobj.c bug - every 256th extern crashed nasm
2005-05-09 Frank KotlerJindrich Novy's buffer overrun patch to outieee.c
2005-01-15 H. Peter AnvinApply Nindent to all .c and .h files
2004-09-15 Yuri Zaporogetsoutrdf2.c now uses the same definitions of RDOFF2 forma...
2004-04-25 Frank Kotlerfix as86 .bss handling per John Coffman's patch
2003-12-12 Frank KotlerUpdate rdoff
2003-09-25 Stanislav KarchebnyRevert erroneous macro added and modify __OUTPUT_FORMAT...
2003-09-25 Stanislav KarchebnyConsistency fix
2003-09-24 Stanislav KarchebnyAdded _NASM_FORMAT_ macro
2003-09-12 H. Peter AnvinFix list iterator
2003-09-10 H. Peter AnvinIf we don't specify -g, actually suppress debugging...
2003-09-06 Frank Kotlernasm_malloc-ize Martin's outelf.c stabs stuff
2003-09-06 H. Peter AnvinFirst attempt at fixing the stabs/ELF issue.
2003-07-10 H. Peter AnvinRestore the adjusted symbol id start
2003-07-09 H. Peter AnvinGenerate stabs format debugging info for ELF
2003-07-09 H. Peter AnvinQuiet spurious gcc warning
2003-07-09 Michael K. Ter Louwstart/vstart/align/valign can now be >0x80000000
2003-06-30 Frank KotlerFixed outbin.c to allow origin > 80000000h
2003-02-04 Frank KotlerMike's multisection outbin.c "align bug fix"
2002-12-04 Frank KotlerYuri's 12/3/2002 rdoff patches-
2002-09-19 H. Peter AnvinFixes from Bart Oldeman
2002-09-12 H. Peter Anvin"const"-ipation fixes from Trevor Woerner
2002-06-07 H. Peter AnvinThis is Jim's outcoff patch.
2002-05-26 H. Peter AnvinFix off-by-one error found when running theowl's test...
2002-05-17 H. Peter AnvinMake .rodata a recognized ELF section with default...
2002-05-14 H. Peter AnvinChange "const static" -> "static const" to keep gcc...
2002-05-14 H. Peter AnvinCode cleanup fixes from Ed Beroset
2002-05-09 H. Peter AnvinFix from John Coffman to 16-bit OBJ format output.
2002-04-30 H. Peter AnvinNASM 0.98.30