summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* NASM 2.12rc2nasm-2.12rc2H. Peter Anvin2016-01-271-1/+1
* compiler.h: disable __STRICT_ANSI__ for djgppH. Peter Anvin2016-01-271-1/+6
* realpath.c: remove testing #ifdef unintentionally left inH. Peter Anvin2016-01-271-1/+1
* Add option to allow 64-bit code in any output formatKnut St. Osmundsen2016-01-262-15/+38
* make alldeps to remove unnecessary dependencies for realpath.cH. Peter Anvin2016-01-265-15/+5
* NASM 2.12rc1nasm-2.12rc1H. Peter Anvin2016-01-261-1/+1
* Portability improvements to nasm_realpath()H. Peter Anvin2016-01-268-22/+201
* coff: Add support for the Codeview 8 debug formatJim Kukunas2016-01-245-162/+927
* Add a MD5 implementationJim Kukunas2016-01-244-2/+274
* nasmlib: Add nasm_realpath()Jim Kukunas2016-01-242-0/+19
* NASM 2.11.09rc2nasm-2.11.09rc2H. Peter Anvin2016-01-151-1/+1
* smartalign.mac: Ignore smartalign in preprocess-only modeH. Peter Anvin2016-01-151-1/+3
* disasm: Drop unused variableCyrill Gorcunov2015-11-051-2/+0
* disasm: Fix disassembling of evex prefixCyrill Gorcunov2015-11-051-3/+3
* output: macho64 -- Fix OUT_REL4ADR on bigendiansCyrill Gorcunov2015-11-051-4/+5
* Restore AC_C_INLINEH. Peter Anvin2015-11-041-0/+1
* disasm: Fix for disassembly of BOUNDMark Scott2015-11-031-1/+1
* out: elf,stabs -- Fix @n_value attribute for HdrSym entryMark Scott2015-11-033-3/+3
* nasmlib: Plcate undefined behaviour in signed_bitsCyrill Gorcunov2015-10-111-1/+1
* disasm: Fix segment prefix nameCyrill Gorcunov2015-09-131-1/+1
* insns.dat: Add SMSW for 64 bit modeCyrill Gorcunov2015-09-131-0/+1
* output: aout -- Use nasm_x_space helpersCyrill Gorcunov2015-07-261-4/+1
* insns.dat: Add PKU instructionsCyrill Gorcunov2015-07-261-0/+3
* doc: Update changes listCyrill Gorcunov2015-07-261-0/+14
* NASM 2.11.09rc1nasm-2.11.09rc1Cyrill Gorcunov2015-07-251-1/+1
* out: maco64 -- Properly update the full 64 bit value when adding relocationsMartin Storsjö2015-07-241-3/+3
* output: outmacho32 -- Fix stack overwriteCyrill Gorcunov2015-07-211-1/+1
* output: outmach64 -- Use back WRITELONG for OUT_REL4ADRCyrill Gorcunov2015-07-191-1/+1
* out: Zeroify temp buffer before useCyrill Gorcunov2015-07-197-0/+14
* macros.pl: expand file wildcards in argumentsJim Kukunas2015-07-011-73/+76
* out: maco64 -- Fix erroneously small write for OUT_REL4ADRDelan Azabani2015-06-021-1/+1
* doc: typo occationallyCiro Santilli2015-05-241-1/+1
* output: outmac64 -- Fix the case when first hit matches the symbolCyrill Gorcunov2015-05-091-1/+1
* output: elf64 -- increase .symtab and .rel* alignment to 8Ed Maste2015-04-161-2/+2
* version: Fix the tagCyrill Gorcunov2015-02-231-1/+1
* NASM 2.11.08nasm-2.11.08nasm-2.11.xxCyrill Gorcunov2015-02-211-1/+1
* doc: changes -- Prepare for 2.11.08Cyrill Gorcunov2015-02-211-0/+22
* output: dbg,aout,elf32 -- Fix out for signed relocationsCyrill Gorcunov2015-02-213-5/+5
* output: bin -- Fix section length miscalc for OUT_ADDRESSCyrill Gorcunov2015-02-151-0/+6
* preproc: Warn if someone predefines non ID as definitionCyrill Gorcunov2015-02-081-0/+4
* rdoff/ldrdf.c: Add option to specify target RDF module name in command lineYuri Zaporozhets2015-01-201-9/+51
* Correct name spelling and email addressYuri Zaporozhets2015-01-184-27/+27
* rdoff: increase EXIM_LABEL_MAX to 256 bytesYuri Zaporozhets2015-01-111-1/+1
* output: maco 64 -- Fix data conversionCyrill Gorcunov2015-01-111-3/+3
* output: maco 64 -- Fix get_closest_section_symbol_by_offsetCyrill Gorcunov2015-01-111-1/+5
* rdoff/rdlib.c: Remove unused function rdl_close()H. Peter Anvin2015-01-051-7/+0
* Change posix_mktime() to make_posix_time()H. Peter Anvin2015-01-051-3/+3
* quote: Fix returning out of string pointer, take 2Cyrill Gorcunov2014-12-201-1/+1
* doc: Add missing closing braceCyrill Gorcunov2014-12-201-1/+1
* disasm: Add explicit type conversion to placate compilerCyrill Gorcunov2014-12-201-1/+1