Update documentation for stack relative directives
[platform/upstream/nasm.git] / output /
2007-11-09 H. Peter AnvinFix building under OpenWatcom
2007-11-07 Charles CraynePass 64-bit instruction lengths to back-ends.
2007-11-06 Charles CrayneUpgrade label functions to 64-bit
2007-10-28 Charles CrayneAdjust stabs symbol index to match symbol table.
2007-10-21 Charles CrayneClean up elf symbol table section
2007-10-19 H. Peter AnvinFormatting: kill off "stealth whitespace"
2007-10-19 rootAvoid unnecessary warning on redefinition of section...
2007-10-18 Charles CrayneGenerate stabs entries for any executable section
2007-10-11 H. Peter AnvinMore "bool" fixes
2007-10-11 H. Peter AnvinAdditional uses of bool and enum
2007-10-10 H. Peter AnvinUse the compiler-provided booleans if available, otherw...
2007-10-03 H. Peter AnvinPortability fixes
2007-09-25 H. Peter Anvinoutcoff: set the "virtual size field" to zero (BR 1351586)
2007-09-21 Charles CrayneMerge branch 'master' of git+ssh://ccrayne@repo.or...
2007-09-20 H. Peter AnvinMerge branch 'master' of git+ssh://repo.or.cz/srv/git...
2007-09-20 Frank KotlerMerge branch 'master' of git+ssh://fbkotler@repo.or...
2007-09-19 Frank KotlerMerge branch 'master' of git+ssh://fbkotler@repo.or...
2007-09-19 H. Peter AnvinMerge commit 'origin/master' into sse5
2007-09-19 H. Peter Anvinelf64: fix 32-bit truncations
2007-09-18 Frank Kotleradd "const" to output/outdbg.c
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