summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-07-15changes: it's not just invalid UTF-8 sequences that are affected...H. Peter Anvin1-2/+2
2009-07-15NASM 2.07rc6H. Peter Anvin1-1/+1
2009-07-15changes: document fixed crash on invalid UTF-8 sequencesH. Peter Anvin1-0/+3
2009-07-15quote: use nasm_assert() instead of plain assert()H. Peter Anvin1-2/+1
2009-07-15quote: we must do unsigned comparison to get length of octal escapeH. Peter Anvin1-11/+12
2009-07-15quote: don't use sprintf()H. Peter Anvin1-7/+17
2009-07-15doc: use consistent title caseH. Peter Anvin1-4/+4
2009-07-15doc: fix formatting of the bin multisection headerH. Peter Anvin1-1/+1
2009-07-15NASM 2.07rc5H. Peter Anvin1-1/+1
2009-07-13gitignore: add test results, *.dbgH. Peter Anvin1-0/+3
2009-07-13ELF: add debug support for TY_YWORDH. Peter Anvin2-0/+8
2009-07-13elf32: debug32_typevalue - fix TY_OWORD sizeCyrill Gorcunov1-1/+1
2009-07-08NASM 2.07rc4H. Peter Anvin1-1/+1
2009-07-08Document macho64 output formatH. Peter Anvin2-11/+22
2009-07-08Revert "NASM 2.07rc4"Keith Kanios1-1/+1
2009-07-08NASM 2.07rc4Keith Kanios1-1/+1
2009-07-08macho64: Manually merge macho64 branch with master branch.Keith Kanios5-25/+1594
2009-07-07outmacho.c: fix section/relocation alignment issueKeith Kanios1-3/+7
2009-07-07NASM 2.07rc3H. Peter Anvin1-1/+1
2009-07-07changes: document listing fixH. Peter Anvin1-0/+3
2009-07-07preproc: revert to older form of preprocessor user error messagesH. Peter Anvin1-5/+5
2009-07-07preproc: always reprocess smacros after %+ - pastingH. Peter Anvin1-4/+5
2009-07-07listing: preserve list file on error, include errorsH. Peter Anvin3-13/+57
2009-07-07outdbg: be excrutiatingly correct...H. Peter Anvin1-1/+1
2009-07-07outdbg: fix OUT_REL*ADR, add OUT_REL8ADRH. Peter Anvin1-3/+8
2009-07-06outbin: be consistent in spelling "Intel hex" with those capsH. Peter Anvin1-1/+1
2009-07-06NASM 2.07rc2H. Peter Anvin1-1/+1
2009-07-06changes: add Mach-O alignment issue fixH. Peter Anvin1-0/+2
2009-07-06Merge branch 'master' of git+ssh://repo.or.cz/srv/git/nasmKeith Kanios2-4/+11
2009-07-06outmacho: fixed section/relocation alignment issueKeith Kanios1-4/+4
2009-07-06changes: document %+ behavior revertH. Peter Anvin1-0/+3
2009-07-06preproc: don't handle %+ until the final phase of smacro expansionH. Peter Anvin1-4/+8
2009-07-06NASM 2.07rc1H. Peter Anvin1-1/+1
2009-07-06changes.src: document user-visible changesH. Peter Anvin1-0/+20
2009-07-06doc: update license and contact informationH. Peter Anvin1-26/+41
2009-07-06spec: change License to BSDH. Peter Anvin1-1/+1
2009-07-06nasm.nsi: remove COPYING; add LICENSEH. Peter Anvin1-2/+2
2009-07-06NASM: relicense under the 2-clause BSD licenseH. Peter Anvin36-916/+3
2009-07-06outbin: minor cleanupsH. Peter Anvin1-6/+8
2009-07-05BR 2817225: don't overrun a permts buffer with a maximum labelH. Peter Anvin1-3/+5
2009-07-05nasm.nsi: in the "NASM shell", put NASM first in PATHH. Peter Anvin1-1/+1
2009-07-05Change noreturn macro to no_return to avoid header file problemsH. Peter Anvin3-4/+4
2009-07-05nasm.nsi: use LZMA compressionH. Peter Anvin1-1/+1
2009-07-05More "make install" fixes...H. Peter Anvin2-1/+2
2009-07-05rdf2bin: be smarter about extracting the format from argv[0]H. Peter Anvin1-7/+26
2009-07-05nasm.nsi: add additional rdf2bin aliasesH. Peter Anvin1-0/+4
2009-07-05rdoff: fix "make install"H. Peter Anvin1-1/+3
2009-07-05test/Makefile: add ith and srec targetsH. Peter Anvin1-0/+6
2009-07-05doc: S-records seems to usually be pluralizedH. Peter Anvin1-3/+3
2009-07-05doc: srec produces S-records, not Intel hex...H. Peter Anvin1-1/+1