summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add group aliases for all prefixed warnings.H. Peter Anvin2019-06-0612-63/+144
* doc: fix yet another set of Ghostscript font problemsH. Peter Anvin2019-06-063-4/+43
* outelf: get rid of long-since-obsolete gnu extensions warningH. Peter Anvin2019-06-062-42/+35
* quote: improve commentH. Peter Anvin2019-06-061-0/+3
* quote: emit invalid UTF-8 rather than just dropping a strange valueH. Peter Anvin2019-06-061-7/+9
* strfunc: better error messages if a string transform failsH. Peter Anvin2019-06-063-9/+9
* asm/quote.c: fix range cutoffs for UTF-8H. Peter Anvin2019-06-061-5/+5
* nasmlib.h: fix indentation in nasm_try_static_assert()H. Peter Anvin2019-06-061-1/+1
* quote.c: let nasm_skip_string() return NULL for a non-stringH. Peter Anvin2019-06-061-3/+12
* Merge branch 'master' of ssh://repo.or.cz/nasmH. Peter Anvin2019-06-0623-1408/+2078
|\
| * outbin: Fix infinite dashes written to map fileChang S. Bae2019-06-021-0/+1
| * insns.dat: Fix MOVDDUP instructionChang S. Bae2019-06-021-1/+1
| * preproc: Fix the initial enum value in stdmac_ptr()Chang S. Bae2019-06-021-3/+3
| * file.c: the "rb" os_fopen() flags are static in two places, simplifyH. Peter Anvin (Intel)2019-05-151-8/+5
| * file.c: handle long pathnames on WindowsH. Peter Anvin (Intel)2019-05-153-102/+296
| * preproc: factor out getting a line of tokens and detokenizing itH. Peter Anvin (Intel)2019-04-261-79/+79
| * preproc: massive cleanup of smacro expansionH. Peter Anvin (Intel)2019-04-255-388/+451
| * Merge remote-tracking branch 'origin/nasm-2.14.xx'H. Peter Anvin (Intel)2019-04-241-12/+12
| |\
| | * Merge remote-tracking branch 'origin/nasm-2.14.xx' into nasm-2.14.xxnasm-2.14.xxH. Peter Anvin (Intel)2019-04-2411-706/+832
| | |\
| | * | sectalign: "sectalign on|off" should not affect an explicit directiveH. Peter Anvin (Intel)2019-01-111-13/+13
| * | | Merge branch 'evalmacro'H. Peter Anvin (Intel)2019-04-2417-942/+1363
| |\ \ \
| | * | | preproc: add %i... variants, evaluated macro parameters, cleanupsevalmacroH. Peter Anvin2019-02-266-242/+405
| | | |/ | | |/|
| | * | ELF: the .note section should be 4-byte alignedH. Peter Anvin2019-02-262-2/+2
| | * | Handle more ELF section typesH. Peter Anvin2019-02-264-125/+195
| | * | ELF: handle more than 32,633 sectionsH. Peter Anvin2019-02-268-553/+570
| | * | SAA: allow seeking beyond the end of the arrayH. Peter Anvin2019-02-251-4/+10
| | * | configure.ac: add --enable-profiling optionH. Peter Anvin2019-02-251-0/+5
| | * | outelf: hash sections for performanceH. Peter Anvin2019-01-123-28/+56
| | |/
| | * NASM 2.14.03rc2nasm-2.14.03rc2H. Peter Anvin2018-12-301-1/+1
| | * ELF: add support for the ELF "merge" attributeH. Peter Anvin2018-12-304-34/+142
* | | quote: drop merging of adjacent strings; allow some control charsH. Peter Anvin2019-06-062-124/+99
* | | quote: disallow control characters in C strings; concatendate; cleanupsH. Peter Anvin2019-04-224-101/+159
|/ /
* | preproc: Fix nil dereference on error pathsCyrill Gorcunov2019-03-161-2/+4
* | autoconf: move aux directory, define AC_CONFIG_AUX_DIR()H. Peter Anvin2019-02-227-253/+3
* | alignb: disable warnings for use in a progbits sectionH. Peter Anvin (Intel)2019-01-111-1/+4
* | warnings: add [warning push] and [warning pop]H. Peter Anvin (Intel)2019-01-118-30/+124
* | Warnings: move zeroing reserved space to a separate warning classH. Peter Anvin (Intel)2019-01-119-11/+21
* | tokhash.pl: zero all the fields for a not-found tokenH. Peter Anvin2018-12-291-26/+37
* | tokens.dat: TOKEN_SIZE sizes belong in inttwo, not in flagsH. Peter Anvin2018-12-291-1/+8
* | nasmlib.h: clarify the semantics of nasm_aprintf_size()H. Peter Anvin2018-12-271-1/+2
* | Move <strings.h> inclusion to "compiler.h"H. Peter Anvin2018-12-272-4/+3
* | Remove #includes already provided by "compiler.h"H. Peter Anvin2018-12-2740-87/+0
* | Replace <ctype.h> includes with "nctype.h"H. Peter Anvin2018-12-2722-22/+24
* | Merge tag 'nasm-2.14.03rc1'H. Peter Anvin2018-12-274-2/+13
|\ \ | |/
| * NASM 2.14.03rc1nasm-2.14.03rc1H. Peter Anvin2018-12-271-1/+1
| * changes.src: document suppressed messagesH. Peter Anvin2018-12-271-0/+5
| * BR 3392539: some errors can "cascade". Allow suppressing if dead.H. Peter Anvin2018-12-273-2/+8
* | Merge tag 'nasm-2.14.02'H. Peter Anvin2018-12-262-0/+32
|\ \ | |/
| * NASM 2.14.02nasm-2.14.02Cyrill Gorcunov2018-12-261-1/+1
| * changes.src: document fix for listing module crashH. Peter Anvin2018-12-261-0/+5