summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* configure.in: Move AC_C_INLINE and friends to be checked before PA_ADD_CFLAGSCyrill Gorcunov2014-12-201-14/+13
* ndisasm: Prevent nil dereference on registerd decodingCyrill Gorcunov2014-12-141-16/+20
* disasm: matches -- Use proper return typeCyrill Gorcunov2014-12-141-51/+51
* NASM 2.11.07nasm-2.11.07Cyrill Gorcunov2014-12-091-1/+1
* doc: Update changes for 2.11.07Cyrill Gorcunov2014-12-091-0/+12
* insns.dat: Fix 256-bit vmovntpsHenrik Gramner2014-11-301-1/+1
* nasm: Fix -MD operating modeCyrill Gorcunov2014-11-291-1/+1
* compiler: Fix typo for HAVE__VSNPRINTFCyrill Gorcunov2014-11-261-1/+1
* configure.in: Remove redundant -Werror=trigraphsH. Peter Anvin2014-11-251-1/+0
* Add missing static declarations in rdoff/segtab.cH. Peter Anvin2014-11-251-3/+3
* Add missing static declarations in rdoff/rdoff.cH. Peter Anvin2014-11-251-6/+6
* Add missing static declaration in rdoff/rdlib.cH. Peter Anvin2014-11-251-2/+2
* Add missing static declarations in rdoff/rdflib.cH. Peter Anvin2014-11-251-2/+2
* Add missing static declaration in rdoff/rdfdump.cH. Peter Anvin2014-11-251-2/+2
* configure.in: promote some C warnings to errorsH. Peter Anvin2014-11-251-0/+11
* Run "make alldeps" to add missing header file dependenciesH. Peter Anvin2014-11-255-29/+31
* Add missing prototype in tokhash.c (from tokhash.pl)H. Peter Anvin2014-11-251-1/+2
* Add missing static declarations in rdoff/ldrdf.cH. Peter Anvin2014-11-251-8/+8
* Add missing static declarations in output/outobj.cH. Peter Anvin2014-11-251-2/+2
* Add missing static declaration in output/outdbg.cH. Peter Anvin2014-11-251-1/+1
* Add missing static declaration in output/outieee.cH. Peter Anvin2014-11-251-1/+1
* Add missing static declaration in output/outcoff.cH. Peter Anvin2014-11-251-2/+2
* Add missing header file in output/nulldbg.cH. Peter Anvin2014-11-251-1/+2
* Add missing header file in labels.cH. Peter Anvin2014-11-251-1/+2
* Add missing header file in crc64.cH. Peter Anvin2014-11-251-1/+2
* nasmlib: Fix typo in fwriteint32_t()Jim Kukunas2014-11-251-1/+1
* msvc.mak: Add support for generating PDBs for debuggingJim Kukunas2014-11-251-4/+12
* quote: Fix returning out of string pointerCyrill Gorcunov2014-11-231-1/+3
* parser: Check for eval error before memory reference parsingCyrill Gorcunov2014-11-221-0/+2
* rdoff: don't check fwritezero() return value.Jim Kukunas2014-11-101-2/+1
* Replace unchecked fwrite() callsH. Peter Anvin2014-10-2113-64/+63
* NASM 2.11.06nasm-2.11.06Jim Kukunas2014-10-171-1/+1
* doc: Document -MF/-MD and updated AVX512 instructionsJim Kukunas2014-10-171-0/+9
* Sync to public Intel EAS version 021.Mark Charney2014-10-166-651/+1649
* output: elf -- Use common elf_ structuresCyrill Gorcunov2014-09-213-188/+77