summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* NASM 2.14rc0nasm-2.14rc0H. Peter Anvin2017-04-291-1/+1
* Merge remote-tracking branch 'origin/elf'H. Peter Anvin2017-04-2918-1041/+1632
|\
| * bytesex: more endianness detection hackselfH. Peter Anvin2017-04-252-11/+54
| * endian.h: can be called sys/endian.h or machine/endian.hH. Peter Anvin2017-04-242-1/+6
| * Clean up byteorder functionsH. Peter Anvin2017-04-248-958/+1144
| * hashtbl, strtbl: add hash_free_all(), split strtbl_find()H. Peter Anvin2017-04-245-26/+52
| * output: generic string table implementationH. Peter Anvin2017-04-245-0/+185
| * Merge branch 'master' into elfH. Peter Anvin2017-04-2321-138/+381
| |\
| * | Run make alldepsH. Peter Anvin2017-04-183-22/+26
| * | Merge branch 'master' into elfH. Peter Anvin2017-04-18141-13399/+4878
| |\ \
| * | | configure, ilog2: add some MSVC intrinsicsH. Peter Anvin2017-04-182-1/+25
| * | | configure.ac: test for common byte-swapping functionsH. Peter Anvin2017-04-181-0/+23
| * | | aclocal.m4: make it possible to request a header file to be further usedH. Peter Anvin2017-04-181-8/+28
| * | | output: elf -- Make elf_section_attrib staticCyrill Gorcunov2017-03-252-7/+3
| * | | dwarf: Update dwarf_line_number_extendedCyrill Gorcunov2017-03-251-0/+1
| * | | dwarf: Update dwarf_calling_conversionCyrill Gorcunov2017-03-251-5/+10
| * | | dwarf: Update dwarf_languageCyrill Gorcunov2017-03-251-1/+20
| * | | output: elf -- Use Elf64_Ehdr into section offsetCyrill Gorcunov2017-03-181-1/+1
| * | | output: elf -- Use ElfX_Relx in elf_build_reltabCyrill Gorcunov2017-03-181-19/+22
| * | | output: elf -- Add ELF32_R_INFO, ELF64_R_INFO helpersCyrill Gorcunov2017-03-181-0/+2
| * | | output: elf -- Start using ElfX_Sym in elf_build_symtabCyrill Gorcunov2017-03-181-121/+121
| * | | elf: Switch writting sections with Elf structsCyrill Gorcunov2017-03-181-20/+28
| * | | output: Elf -- Start using ElfX_Ehdr instead of opencoded writesCyrill Gorcunov2017-03-181-38/+52
| * | | nasmlib: Add _le helpersCyrill Gorcunov2017-03-181-0/+31
* | | | NASM 2.13nasm-2.13H. Peter Anvin2017-04-291-1/+1
* | | | nasmlib/ilog2.c: force the shift in ROUND() to be an uint32_tH. Peter Anvin2017-04-291-7/+7
* | | | changes.src: definitely making 2.13 nextH. Peter Anvin2017-04-291-8/+4
* | | | NASM 2.13rc23nasm-2.13rc23H. Peter Anvin2017-04-271-1/+1
* | | | outmacho: fix dwarf line number information (debug_line section)Chang S. Bae2017-04-271-4/+11
* | | | outmacho: add dir listChang S. Bae2017-04-271-20/+65
* | | | Mkfiles/README: add a blank lineH. Peter Anvin2017-04-261-0/+1
* | | | Makefile.in: better filter for Perl dependenciesH. Peter Anvin2017-04-261-2/+2
* | | | doc/pspdf.pl: fix spacingH. Peter Anvin2017-04-261-39/+41
* | | | win32, doc: fix PDF generation scripts for WindowsH. Peter Anvin2017-04-262-55/+101
* | | | Windows portability: fix construct in findfont.ph, README updateH. Peter Anvin2017-04-252-8/+16
* | | | 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