summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* NASM 2.13rc22nasm-2.13rc22H. Peter Anvin2017-04-251-1/+1
* nasmlib/path.c: a few more detection macrosH. Peter Anvin2017-04-251-10/+25
* outmatch: fix file info and cleanup in dwarf generationChang S. Bae2017-04-251-39/+24
* nasmlib: include macro for Mach system and fix on filename extractionChang S. Bae2017-04-251-2/+2
* doc: formatting consistency for %!H. Peter Anvin2017-04-251-4/+4
* doc: make the %! (environment variable) construct a little clearerH. Peter Anvin2017-04-241-5/+5
* doc: add (deprecated) to context fall-through lookup headingH. Peter Anvin2017-04-241-1/+1
* outmacho: clean up list walks, use nasm_basename/nasm_dirnameH. Peter Anvin2017-04-231-28/+22
* saa, raa: saa_init() and raa_init() will never return NULLH. Peter Anvin2017-04-232-3/+3
* SAA: add saa_wcstring()H. Peter Anvin2017-04-232-1/+15
* nasmlib: fix MacOS classic catsep definitionH. Peter Anvin2017-04-231-2/+6
* nasmlib: add function to splice pathnamesH. Peter Anvin2017-04-232-1/+44
* nasmlib: add path-splitting functionsH. Peter Anvin2017-04-234-25/+172
* configure.ac: fix --enable-sectionsH. Peter Anvin2017-04-231-2/+3
* aclocal.m4: fix underquoted stringsH. Peter Anvin2017-04-231-18/+16
* nasm.spec: LTO breaks debug info, fall back to --enable-sectionsH. Peter Anvin2017-04-231-1/+1
* nasm.spec: more cleanups, doc is noarchH. Peter Anvin2017-04-231-12/+10
* nasm.spec: s/Build-Requires/BuildRequires/H. Peter Anvin2017-04-231-1/+1
* nasm.spec: use a sed file to insert perl dependenciesH. Peter Anvin2017-04-233-2/+8
* nasm.spec: sync with Fedora spec file, auto-generate Perl dependsH. Peter Anvin2017-04-232-29/+30
* labels, outelf: remove casts for allocationsH. Peter Anvin2017-04-232-14/+14
* macho: add file path to the dwarf debugging outputChang S. Bae2017-04-231-6/+25
* NASM 2.13rc21nasm-2.13rc21H. Peter Anvin2017-04-201-1/+1
* doc, html: switch to a columnar layout for a very wide windowH. Peter Anvin2017-04-202-4/+20
* Fix ModR/M.mod for EVEX instructionsHenrik Gramner2017-04-201-7/+5
* doc: formatting fixes to the warnings documentationH. Peter Anvin2017-04-201-21/+28
* Merge branch 'master' of ssh://repo.or.cz/nasmH. Peter Anvin2017-04-2032-666/+943
|\
| * tools/release: make doesn't like MAKE in the environment, so call it makejH. Peter Anvin2017-04-181-7/+7
| * tools/release: don't double-quote $MAKEH. Peter Anvin2017-04-181-5/+5
| * tools/release: allow invoking make as a parallel buildH. Peter Anvin2017-04-181-5/+8
| * nasmdoc.pdf: always begin a chapter on an odd pageH. Peter Anvin2017-04-171-2/+4
| * rdoff.c: one more unsafe use of fread()H. Peter Anvin2017-04-171-1/+5
| * rdflib.c: fix(?) one more unsafe use of fread()H. Peter Anvin2017-04-171-1/+3
| * NASM 2.13rc20nasm-2.13rc20H. Peter Anvin2017-04-171-1/+1
| * rdoff: add back rdfutils.h missing from previous checkinH. Peter Anvin2017-04-171-0/+165
| * changes.src: document DWARF support for Mach-OH. Peter Anvin2017-04-171-2/+5
| * NASM 2.13rc19nasm-2.13rc19H. Peter Anvin2017-04-171-1/+1
| * Fix errors uncovered by clang warningsChang S. Bae2017-04-172-2/+2
| * outmacho: dwarf debug (4/4)Chang S. Bae2017-04-171-3/+116
| * outmacho: dwarf debug (3/4)Chang S. Bae2017-04-171-1/+171
| * outmacho: dwarf debug (2/4)Chang S. Bae2017-04-171-3/+141
| * outmacho: dwarf debug (1/4)Chang S. Bae2017-04-171-4/+57
| * outmacho: align filesize together with vmsizeChang S. Bae2017-04-171-0/+4
| * Merge branch 'master' of ssh://repo.or.cz/nasmH. Peter Anvin2017-04-175-14/+35
| |\
| * | rdoff: use nasm-provided safe memory allocation and I/OH. Peter Anvin2017-04-1725-648/+268
* | | doc: update links to ABI documentsH. Peter Anvin2017-04-201-4/+5
| |/ |/|
* | doc: add the version number to the HTML outputH. Peter Anvin2017-04-172-1/+14
* | doc/genps: make sure we pick up nasmlogo.eps when building cross-dirH. Peter Anvin2017-04-172-5/+12
* | doc: add a local.css specifically to be overridden locallyH. Peter Anvin2017-04-163-8/+9
|/
* configure.ac, doc/Makefile.in: fix out-of-directory buildEd Beroset2017-04-142-3/+3