platform/upstream/nasm.git
2010-06-05 Cyrill Gorcunovexpand_mmac_params_range: Simplify condition
2010-06-04 Cyrill Gorcunovpreproc.c: Fix argument indices checking in parameters...
2010-06-04 Cyrill Gorcunovpreproc.c: Introduce macros parameters range expansion
2010-06-04 Cyrill Gorcunovexpand_mmac_params: Format condition
2010-06-03 Cyrill Gorcunovnasmlib: Rename elements() macro to ARRAY_SIZE
2010-06-02 Cyrill Gorcunovpreproc.c: Use list_ helpers
2010-06-02 Cyrill Gorcunovexpand_mmac_params: Don't forget to handle TOK_OTHER
2010-06-01 Cyrill GorcunovBR3005117: Expland local single macro before pasting...
2010-05-07 H. Peter AnvinNew %use package "fp"
2010-05-07 H. Peter Anvinnasmdoc: document octal/binary floating-point
2010-05-07 H. Peter Anvinnasmdoc: add missing comma
2010-05-07 H. Peter Anvinnasmdoc: update the full set of numeric prefix/suffix...
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 AnvinPermit short intersegment jumps
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-25 Cyrill Gorcunovheaders: Update year
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 H. Peter Anvinilog2: optimize use of bsr for x86-64
2010-04-22 H. Peter Anvindoc: use bouncer URLs for the ABI docs
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 Gorcunovilog2: Use ROUND helper
2010-04-22 Cyrill Gorcunovilog2: Get rid of tabs
2010-04-22 Cyrill Gorcunovpecoff.h: Complete header
2010-04-21 H. Peter AnvinRemove open-coded ilog2() implementations
2010-04-21 H. Peter AnvinAdd generic ilog2 functions
2010-04-21 H. Peter AnvinMakefile: clean up the lib directory on make clean
2010-04-21 Cyrill Gorcunovstandard.mac: Update section alignment on align call
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 Gorcunovmake: Update pecoff.h related deps
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 Gorcunovsmartalign.mac: align macro should align a segment...
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 GorcunovIntroduce SEGALIGN directive
2010-04-20 Cyrill Gorcunovlabels.c: lookup_label -- should return bool unconditio...
2010-04-20 Cyrill Gorcunovsmartalign: Introduce nojmp mode
2010-04-20 Cyrill GorcunovElf: Rename SEG_ALIGN to SEC_FILEALIGN
2010-04-20 Cyrill GorcunovAdd "win" alias for "win32" output format
2010-04-20 Cyrill Gorcunovnasm.c: Delete redundant goto
2010-04-11 Cyrill GorcunovElf: switch section_attrib to a new nasm_opt_val interface
2010-04-11 Cyrill Gorcunovnasmlib.c: Make nasm_opt_val robust
2010-04-11 Cyrill Gorcunovnasmlib.c: Introduce nasm_get_word helper
2010-04-11 Cyrill GorcunovElf: Use SHA_ANY constant instead of open coded number
2010-04-09 Cyrill Gorcunovexpand_mmacro: Use list helpers
2010-04-09 Cyrill Gorcunovdetoken: Use list_for_each helpers
2010-04-09 Cyrill Gorcunovexpand_smacro: stylish nits
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 Gorcunovnasmdoc.src: Refer to ..imagebase in special symbols...
2010-04-09 Cyrill Gorcunovnasmlib: Do not hang on if log file creation has been...
2010-04-09 Cyrill GorcunovElf: Introduce section_attrib helper
2010-04-09 Cyrill Gorcunovnasmlib: Introduce nasm_trim_spaces and nasm_opt_val...
2010-04-07 H. Peter Anvindirectives.pl: trivial formatting fix
2010-04-07 H. Peter Anvinnasm.c: smarter handling of missing directives
2010-04-07 H. Peter Anvindirectives.pl: compensate for *two* specials, not just one
2010-04-07 H. Peter AnvinDistinguish no directive present from unknown directive
2010-03-31 Cyrill GorcunovBR2979629: vsnprintf: Use nasm_malloc
2010-03-31 Cyrill Gorcunovvsnprintf: Style nitfix
2010-03-24 Cyrill GorcunovBR2975768: Update AMD LWP instructions to match upcomin...
2010-03-12 Victor van... BR 2496848: Tighten ea checks
2010-03-10 Victor van... NASM 2.08.01
2010-03-10 Victor van... preproc.c: Fix regression introduced in bebf0d215
2010-03-10 Cyrill GorcunovNASM 2.08
2010-03-03 Cyrill Gorcunovdoc/changes.src: Restore empty line.
2010-03-03 Cyrill GorcunovUpdate doc/changes.src
2010-03-03 Cyrill Gorcunovmisc/tag-release: Make it usable for remote repos
2010-02-28 Cyrill GorcunovNASM 2.08rc10
2010-02-28 Cyrill Gorcunovpreproc.c: Turn off rmacro,exitmacro support
2010-02-18 H. Peter Anvinphash.ph: we haven't required the Graph module for...
2010-02-18 Cyrill Gorcunovlabels.c: Fix NULL dereference on too long identifiers
2010-02-16 Cyrill GorcunovRevert "doc/nasmdoc.src: Get rid of id length restriction"
2010-02-16 Cyrill Gorcunovpreproc.c: Eliminate parasite comment on PP_STACKSIZE
2010-02-16 Cyrill Gorcunovpreproc.c: Fix tab\space mess
2010-02-16 Cyrill Gorcunovdoc/nasmdoc.src: Get rid of id length restriction
2010-02-16 Cyrill Gorcunovdoc/nasmdoc.src: Point to the correct license file
2010-02-16 Cyrill Gorcunovdoc/nasmdoc.src: It's 2010 already
2010-02-15 H. Peter AnvinNASM 2.08rc9
2010-02-15 H. Peter Anvindoc/changes.src: update in preparation of 2.08 release
2010-02-14 Cyrill Gorcunovpreproc.c: Fix SIGSEV on missed %endm
next