Make strings a first-class token type; defer evaluation
[platform/upstream/nasm.git] / output /
2008-06-10 H. Peter AnvinMove all the RAA code out of nasmlib
2008-06-10 H. Peter AnvinMove all the SAA code out of nasmlib
2008-06-09 H. Peter AnvinMerge branch 'nasm-2.03.x'
2008-06-09 H. Peter AnvinReplace the WSAA macros with functions
2008-06-09 H. Peter AnvinWSAA: make the WSAA macros contain their own buffer
2008-06-05 H. Peter AnvinMerge branch 'master' of git+ssh://repo.or.cz/srv/git...
2008-06-05 Charles CrayneMerge branch 'master' of git+ssh://ccrayne@repo.or...
2008-06-05 Charles CrayneAvoid obscure segfault in DWARF generation
2008-05-28 H. Peter AnvinMerge commit 'autotest/master'
2008-05-27 Andy Polyakovoutcoff.c: remove dead code, add check for imagerel
2008-05-24 Andy PolyakovWin64: IMAGEREL references (SEH support for Win64)
2008-05-24 H. Peter AnvinMake SAFESEH syntax error ERR_NONFATAL
2008-05-24 Andy PolyakovSupport for Win32 safeseh (BR 195417)
2008-04-10 H. Peter AnvinTemporaries in macros need a unique prefix; WSAA*(...
2008-04-07 Charles CrayneCorrectly identify dwarf support for elf32
2008-03-04 Charles CrayneAdjust symbol number for global symbols
2008-02-25 Charles CrayneReport dwarf as V2 for ELF32
2008-02-25 Charles CrayneDwarf3 support for ELF32
2008-02-24 Charles CrayneDwarf support tweeks and clean-up
2008-02-16 H. Peter AnvinClear up WRITE macros causing compile failures with...
2008-02-14 Charles CrayneUpgrade dwarf3 support for elf64
2008-02-07 Charles CrayneTest version of dwarf debugging format for elf64
2008-01-27 Charles CraynePrevent segfault in stabs64_typevalue
2008-01-17 Charles CrayneMerge branch 'master' of git+ssh://ccrayne@repo.or...
2008-01-17 Charles CrayneIncrease GLOBAL_TEMP_BASE
2008-01-12 Charles CrayneTemporary fix for large number of sections
2007-12-29 Berosetregularized spelling of license to match name of LICENS...
2007-12-10 H. Peter AnvinMerge branch 'master' of git+ssh://repo.or.cz/srv/git...
2007-12-01 Charles CrayneFix elf vs elf32 stabs generation bug
2007-11-19 H. Peter AnvinClean up remaining build warnings
2007-11-15 H. Peter Anvinoutbin.c: fix one missed change from type -> size
2007-11-14 rootSupport setting OSABI value in ELF header.
2007-11-13 H. Peter AnvinCast 64-bit switch expressions to (int) to keep OpenWat...
2007-11-13 H. Peter AnvinAddress data is int64_t; simplify writing an address...
2007-11-13 H. Peter AnvinBR 1709392: Fix alignment handling in Mach-O format
2007-11-11 Charles CrayneClean up a few more 32-bit bottlenecks
2007-11-10 Charles CrayneMerge branch 'master' of /home/chuck/development/gitnasm/
2007-11-09 H. Peter AnvinDon't combine type and size into a single argument
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...
next