summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* NASM 2.09rc1nasm-2.09rc1Cyrill Gorcunov2010-06-061-1/+1
* nasmdoc: Document macro parameters rangeCyrill Gorcunov2010-06-051-1/+43
* expand_mmac_params_range: Simplify conditionCyrill Gorcunov2010-06-051-4/+2
* preproc.c: Fix argument indices checking in parameters rangeCyrill Gorcunov2010-06-051-2/+4
* preproc.c: Introduce macros parameters range expansionCyrill Gorcunov2010-06-051-77/+164
* expand_mmac_params: Format conditionCyrill Gorcunov2010-06-041-3/+3
* nasmlib: Rename elements() macro to ARRAY_SIZECyrill Gorcunov2010-06-034-8/+7
* preproc.c: Use list_ helpersCyrill Gorcunov2010-06-021-33/+23
* expand_mmac_params: Don't forget to handle TOK_OTHERCyrill Gorcunov2010-06-021-1/+2
* BR3005117: Expland local single macro before pasting tokensCyrill Gorcunov2010-06-021-0/+26
* New %use package "fp"H. Peter Anvin2010-05-071-0/+54
* nasmdoc: document octal/binary floating-pointH. Peter Anvin2010-05-071-5/+9
* nasmdoc: add missing commaH. Peter Anvin2010-05-071-1/+1
* nasmdoc: update the full set of numeric prefix/suffix characters.H. Peter Anvin2010-05-071-7/+11
* outobj: update error messageH. Peter Anvin2010-05-061-2/+2
* outobj: properly error on unsupported relocationsH. Peter Anvin2010-05-061-12/+38
* outelf64: update copyright dateH. Peter Anvin2010-05-061-1/+1
* ELF support for 8-bit relocationsH. Peter Anvin2010-05-062-35/+92
* Permit short intersegment jumpsH. Peter Anvin2010-05-061-9/+13
* Add support for one-byte relocationsH. Peter Anvin2010-05-066-126/+68
* MachO: Fix misprinted macho_sectalignCyrill Gorcunov2010-04-282-4/+4
* obj: Implement sectalign helperCyrill Gorcunov2010-04-251-1/+44
* macho: Implement sectalign handlerCyrill Gorcunov2010-04-252-2/+36
* ieee: Fix section index match in sectalign handlerCyrill Gorcunov2010-04-251-1/+1
* headers: Update yearCyrill Gorcunov2010-04-254-8/+8
* outieee: Implement sectalign handlerCyrill Gorcunov2010-04-251-1/+23
* outbin: Drop current_section variableCyrill Gorcunov2010-04-221-7/+3
* outbin: Prune ancient format_mode variableCyrill Gorcunov2010-04-221-42/+22
* ilog2: optimize use of bsr for x86-64H. Peter Anvin2010-04-221-6/+6
* doc: use bouncer URLs for the ABI docsH. Peter Anvin2010-04-221-2/+2
* bin: Implement sectalign handlerCyrill Gorcunov2010-04-221-3/+24
* coff: Use IMAGE_SCN_ALIGN_MASK macroCyrill Gorcunov2010-04-221-2/+2
* coff: Allow alignment greater then 64 bytes on winCyrill Gorcunov2010-04-221-1/+5
* coff: Fix section alignment computationCyrill Gorcunov2010-04-221-8/+7
* coff: Use predefined macros instead of numbers and style fixCyrill Gorcunov2010-04-221-145/+160
* ilog2: Use ROUND helperCyrill Gorcunov2010-04-221-43/+22
* ilog2: Get rid of tabsCyrill Gorcunov2010-04-221-69/+69
* pecoff.h: Complete headerCyrill Gorcunov2010-04-221-2/+269
* Remove open-coded ilog2() implementationsH. Peter Anvin2010-04-213-67/+3
* Add generic ilog2 functionsH. Peter Anvin2010-04-217-12/+216
* Makefile: clean up the lib directory on make cleanH. Peter Anvin2010-04-214-0/+10
* standard.mac: Update section alignment on align callCyrill Gorcunov2010-04-211-0/+2
* coff: Use predefined macro in common section flagsCyrill Gorcunov2010-04-211-6/+49
* coff: Use predefined macro and eliminate open coded constantsCyrill Gorcunov2010-04-211-16/+9
* pecoff.h: Add more constantsCyrill Gorcunov2010-04-211-0/+90
* make: Update pecoff.h related depsCyrill Gorcunov2010-04-215-5/+5
* pecoff: Update machine typesCyrill Gorcunov2010-04-211-19/+27
* output: Introduce pecoff.hCyrill Gorcunov2010-04-212-0/+111
* coff: Implement sectalign handlerCyrill Gorcunov2010-04-211-3/+31
* Rename SEGALIGN to SECTALIGNCyrill Gorcunov2010-04-2119-35/+34