summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-12-20quote: Fix returning out of string pointer, take 2sandbox/kevinthierry/upstreamCyrill Gorcunov1-1/+1
2014-12-20doc: Add missing closing braceCyrill Gorcunov1-1/+1
2014-12-20disasm: Add explicit type conversion to placate compilerCyrill Gorcunov1-1/+1
2014-12-20configure.in: Move AC_C_INLINE and friends to be checked before PA_ADD_CFLAGSCyrill Gorcunov1-14/+13
2014-12-14ndisasm: Prevent nil dereference on registerd decodingCyrill Gorcunov1-16/+20
2014-12-14disasm: matches -- Use proper return typeCyrill Gorcunov1-51/+51
2014-12-09NASM 2.11.07Cyrill Gorcunov1-1/+1
2014-12-09doc: Update changes for 2.11.07Cyrill Gorcunov1-0/+12
2014-11-30insns.dat: Fix 256-bit vmovntpsHenrik Gramner1-1/+1
2014-11-29nasm: Fix -MD operating modeCyrill Gorcunov1-1/+1
2014-11-26compiler: Fix typo for HAVE__VSNPRINTFCyrill Gorcunov1-1/+1
2014-11-25configure.in: Remove redundant -Werror=trigraphsH. Peter Anvin1-1/+0
2014-11-25Add missing static declarations in rdoff/segtab.cH. Peter Anvin1-3/+3
2014-11-25Add missing static declarations in rdoff/rdoff.cH. Peter Anvin1-6/+6
2014-11-25Add missing static declaration in rdoff/rdlib.cH. Peter Anvin1-2/+2
2014-11-25Add missing static declarations in rdoff/rdflib.cH. Peter Anvin1-2/+2
2014-11-25Add missing static declaration in rdoff/rdfdump.cH. Peter Anvin1-2/+2
2014-11-25configure.in: promote some C warnings to errorsH. Peter Anvin1-0/+11
2014-11-25Run "make alldeps" to add missing header file dependenciesH. Peter Anvin5-29/+31
2014-11-25Add missing prototype in tokhash.c (from tokhash.pl)H. Peter Anvin1-1/+2
2014-11-25Add missing static declarations in rdoff/ldrdf.cH. Peter Anvin1-8/+8
2014-11-25Add missing static declarations in output/outobj.cH. Peter Anvin1-2/+2
2014-11-25Add missing static declaration in output/outdbg.cH. Peter Anvin1-1/+1
2014-11-25Add missing static declaration in output/outieee.cH. Peter Anvin1-1/+1
2014-11-25Add missing static declaration in output/outcoff.cH. Peter Anvin1-2/+2
2014-11-25Add missing header file in output/nulldbg.cH. Peter Anvin1-1/+2
2014-11-25Add missing header file in labels.cH. Peter Anvin1-1/+2
2014-11-25Add missing header file in crc64.cH. Peter Anvin1-1/+2
2014-11-25nasmlib: Fix typo in fwriteint32_t()Jim Kukunas1-1/+1
2014-11-25msvc.mak: Add support for generating PDBs for debuggingJim Kukunas1-4/+12
2014-11-23quote: Fix returning out of string pointerCyrill Gorcunov1-1/+3
2014-11-22parser: Check for eval error before memory reference parsingCyrill Gorcunov1-0/+2
2014-11-10rdoff: don't check fwritezero() return value.Jim Kukunas1-2/+1
2014-10-21Replace unchecked fwrite() callsH. Peter Anvin13-64/+63
2014-10-17NASM 2.11.06Jim Kukunas1-1/+1
2014-10-17doc: Document -MF/-MD and updated AVX512 instructionsJim Kukunas1-0/+9
2014-10-16Sync to public Intel EAS version 021.Mark Charney6-651/+1649
2014-09-21output: elf -- Use common elf_ structuresCyrill Gorcunov3-188/+77
2014-09-21output: elf -- Move common structures into outelf.h headerCyrill Gorcunov1-0/+39
2014-08-29output: elf -- Move elf_directive into single instanceCyrill Gorcunov5-129/+50
2014-08-29output: elf -- Rename section_attrib to elf_section_attribCyrill Gorcunov5-12/+12
2014-08-25insns: Move 'np' mnemonic into @plain_codesCyrill Gorcunov2-6/+5
2014-08-25assemble.c: Introduce mnemonics into bytecode specCyrill Gorcunov1-93/+99
2014-08-07msvc.mak: Update insns.pl argumentsJim Kukunas1-7/+11
2014-06-29nasm: Handle -MF and -MD optionsCyrill Gorcunov1-40/+45
2014-06-29nasm: Convert operating_mode to use bitmaskCyrill Gorcunov1-21/+8
2014-06-29nasm: Make op_type members being capitalsCyrill Gorcunov1-11/+12
2014-06-29preproc: pp_cleanup -- Don't forget to zeroify variablesCyrill Gorcunov1-0/+3
2014-06-29preproc: Use nasm_zalloc in new_BlockCyrill Gorcunov1-4/+1
2014-06-29preproc: Convert tabs to spacesCyrill Gorcunov1-64/+64