preproc.c: Don't forget to dup filename before free
[platform/upstream/nasm.git] / output /
2011-02-28 Keith Kaniosoutput/outbin.c: initialize section align/start attribu...
2010-11-20 Cyrill Gorcunovcoff: Handle massive relocations
2010-10-27 Cyrill GorcunovBR3079550: NASM crash on run-time for OMF output format
2010-07-29 Cyrill Gorcunovelf: Move stabs symbol table format into outelf.h
2010-07-16 H. Peter AnvinMerge branch 'nasm-2.08.xx'
2010-07-06 Cyrill Gorcunovoutbin: Cleanup bin_cleanup
2010-07-06 Cyrill Gorcunovoutbin: Simplify reverse address computing
2010-07-06 Cyrill GorcunovBR3025702: outbin -- Fix byte ordering
2010-06-15 H. Peter AnvinRename filenames to 8.3 format
2010-06-07 H. Peter Anvinoutobj: handle compilers without 64-bit switch() support
2010-06-07 H. Peter Anvinoutelf32: handle compilers without 64-bit switch()...
2010-06-03 Cyrill Gorcunovnasmlib: Rename elements() macro to ARRAY_SIZE
2010-05-07 H. Peter Anvinoutobj: update error message
2010-05-07 H. Peter Anvinoutobj: properly error on unsupported relocations
2010-05-07 H. Peter Anvinoutelf64: update copyright date
2010-05-06 H. Peter AnvinELF support for 8-bit relocations
2010-05-06 H. Peter AnvinAdd support for one-byte relocations
2010-04-28 Cyrill GorcunovMachO: Fix misprinted macho_sectalign
2010-04-25 Cyrill Gorcunovobj: Implement sectalign helper
2010-04-25 Cyrill Gorcunovmacho: Implement sectalign handler
2010-04-25 Cyrill Gorcunovieee: Fix section index match in sectalign handler
2010-04-24 Cyrill Gorcunovoutieee: Implement sectalign handler
2010-04-22 Cyrill Gorcunovoutbin: Drop current_section variable
2010-04-22 Cyrill Gorcunovoutbin: Prune ancient format_mode variable
2010-04-22 Cyrill Gorcunovbin: Implement sectalign handler
2010-04-22 Cyrill Gorcunovcoff: Use IMAGE_SCN_ALIGN_MASK macro
2010-04-22 Cyrill Gorcunovcoff: Allow alignment greater then 64 bytes on win
2010-04-22 Cyrill Gorcunovcoff: Fix section alignment computation
2010-04-22 Cyrill Gorcunovcoff: Use predefined macros instead of numbers and...
2010-04-22 Cyrill Gorcunovpecoff.h: Complete header
2010-04-21 H. Peter AnvinRemove open-coded ilog2() implementations
2010-04-21 Cyrill Gorcunovcoff: Use predefined macro in common section flags
2010-04-21 Cyrill Gorcunovcoff: Use predefined macro and eliminate open coded...
2010-04-21 Cyrill Gorcunovpecoff.h: Add more constants
2010-04-21 Cyrill Gorcunovpecoff: Update machine types
2010-04-21 Cyrill Gorcunovoutput: Introduce pecoff.h
2010-04-21 Cyrill Gorcunovcoff: Implement sectalign handler
2010-04-21 Cyrill GorcunovRename SEGALIGN to SECTALIGN
2010-04-20 Cyrill GorcunovElf64: Implement segalign handler
2010-04-20 Cyrill GorcunovElf-32: Implement segalign handling
2010-04-20 Cyrill Gorcunovofmt: Implement null_segalign stubs
2010-04-20 Cyrill GorcunovElf: Rename SEG_ALIGN to SEC_FILEALIGN
2010-04-20 Cyrill GorcunovAdd "win" alias for "win32" output format
2010-04-11 Cyrill GorcunovElf: switch section_attrib to a new nasm_opt_val interface
2010-04-11 Cyrill GorcunovElf: Use SHA_ANY constant instead of open coded number
2010-04-09 Cyrill Gorcunovofmt: Introduce output format aliases
2010-04-09 Cyrill GorcunovElf: Some unification snippets for 32/64 bit versions
2010-04-09 Cyrill GorcunovElf: Merge WRITE_STAB to outelf.h
2010-04-09 Cyrill GorcunovElf: Drop never used SOC helper
2010-04-09 Cyrill GorcunovElf: Introduce section_attrib helper
2010-02-11 Cyrill Gorcunovoutput/outbin.c: Fix misprinted alignment bound
2010-02-11 Cyrill GorcunovElf: Drop useless SEG_ALIGN_1
2010-02-11 Cyrill GorcunovUse ALIGN helper
2010-01-03 Cyrill GorcunovELF: Explicitly point out SYM_GLOBAL, SYM_LOCAL binding
2010-01-03 Cyrill Gorcunovelf.h: Add ELFXX_ST_MKBIND and move ELFXX_ST_ helpers
2010-01-03 Cyrill Gorcunovoutput/outelfX.c: Use definitions from stabs.h
2010-01-03 Cyrill GorcunovAdd common STABs definition into output/stabs.h
2010-01-03 Cyrill GorcunovoutelfX.c: Trivial cleanup
2010-01-02 Cyrill GorcunovElf: Allow symbols binding to undefined section
2009-12-09 Cyrill GorcunovElf: bind labels to text section by default
2009-11-30 H. Peter Anvinoutrdf.c: remove obsolete file
2009-11-30 H. Peter Anvinoutform.h: fix OF_NO_RDF2
2009-11-30 H. Peter Anvinoutmacho32: replace error() -> nasm_error()
2009-11-17 Cyrill Gorcunovoutcoff: BuildExportTable -- tab/space fix
2009-11-17 Cyrill Gorcunovoutcoff: Do not fail on long export identifiers
2009-11-06 Cyrill Gorcunovoutelf32/64 - various cleanups in a sake of unification
2009-11-06 Cyrill GorcunovdwarfX_output: dont check for "ln" twice
2009-11-06 Cyrill Gorcunovoutput/outelf64.c: simplify stabs64_cleanup, dwarf64_cl...
2009-11-06 Cyrill GorcunovMerge elf header files
2009-10-31 Cyrill Gorcunovoutput/outelf32-64: use string helpers
2009-10-31 Cyrill GorcunovRemove outdated comments
2009-10-31 Cyrill Gorcunovstdscan: switch to stdscan_get/set routines
2009-10-17 Keith KaniosBR 2840300: fix macho symbol alignment bug
2009-09-14 Cyrill Gorcunovelf,stabs: stabs32/64_generate -- append ending token
2009-09-06 Cyrill Gorcunovoutput/elfcommon.h: tab/space cleanup
2009-09-03 Cyrill Gorcunovoutput/outelf32.c: code style simplification
2009-09-03 Cyrill Gorcunovoutput/outelf32.c: tab-space cleanup
2009-09-03 Cyrill Gorcunovoutput/elf64.h: tab-space cleanup
2009-09-03 Cyrill Gorcunovoutput/elf32.h: tab-space cleanup
2009-09-03 Cyrill Gorcunovoutput/outelf.h - tab-space cleanup
2009-08-13 Victor van den ElzenUse fputs instead of fprintf for plain strings
2009-08-11 Victor van den ElzenFix some format strings for nasm_error
2009-08-10 Cyrill Gorcunovoutput/dwarf.h: update dwarf constants
2009-08-09 H. Peter Anvinoutput: change null_debug_routine to null_debug_directive
2009-08-07 H. Peter AnvinMerge commit 'cyr/hpa-dat'
2009-08-07 H. Peter AnvinMerge commit 'cyr/hpa-list'
2009-08-01 Cyrill Gorcunovoutput/outbin.c -- use list helpers
2009-07-30 H. Peter AnvinMerge commit 'cyr/hpa-list'
2009-07-28 Cyrill Gorcunovoutaout.c -- use list helpers
2009-07-26 H. Peter AnvinMerge branch 'nasm-2.07.xx'
2009-07-26 H. Peter AnvinMerge branch 'nasm-2.07.xx'
2009-07-26 H. Peter AnvinBR 2827397: fix invalid C in outcoff AddExports()
2009-07-20 H. Peter AnvinMerge branch 'new-preproc'
2009-07-19 H. Peter AnvinDrop the ofmt and errfunc arguments to label definition...
2009-07-19 H. Peter AnvinRemove function pointers in output, simplify error...
2009-07-17 H. Peter AnvinMerge commit 'nasm-2.07rc7' into new-preproc
2009-07-17 H. Peter Anvinoutcoff: fix invalid reference to ofmt
2009-07-17 H. Peter Anvinoutcoff: this is COFF, not binary
2009-07-17 Keith Kaniosoutform.h: update comments regarding macho32/macho64
2009-07-16 H. Peter AnvinMerge branch 'master' into new-preproc
next