Formatting: kill off "stealth whitespace"
[platform/upstream/nasm.git] / output / outmacho.c
2007-10-19 H. Peter AnvinFormatting: kill off "stealth whitespace"
2007-10-03 H. Peter AnvinPortability fixes
2007-09-17 H. Peter AnvinMinor fixes needed to compile with MSVC++ 2005
2007-08-26 Frank Kotleradd nasm_strsep to nasmlib, for output/outmacho.c ...
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 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-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.