summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* doc: latex -- Initial importlatexCyrill Gorcunov2019-03-3123-0/+11598
* 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
| * listing: list_emit -- Don't forget to zap listerr_headCyrill Gorcunov2018-12-251-0/+1
| * BR 3392538: test case for double free in listing moduleH. Peter Anvin2018-12-241-0/+27
* | compiler.h: need to cast a (void *) to (char *) before addingH. Peter Anvin2018-12-261-1/+1
* | nasmlib/ver.[ch]: add "compiler.h"H. Peter Anvin2018-12-262-2/+2
* | Move <string.h> inclusion to compiler.hH. Peter Anvin2018-12-2646-45/+1
* | Mkfiles: run "make cleandist"H. Peter Anvin2018-12-262-2/+38
* | Test for the mempcpy() function and add alternative if missingH. Peter Anvin2018-12-262-0/+8
* | nasm.spec.in: remove obsolete filesH. Peter Anvin2018-12-261-1/+1
* | TODO: delete completely obsolete fileH. Peter Anvin2018-12-261-376/+0
* | nasm.spec.in: we need *automake*; autoheader is in autoconfH. Peter Anvin2018-12-261-1/+1
* | nasm.spec.in: need autoheader, use autogen.shH. Peter Anvin2018-12-261-1/+2
* | tools/release: handle new binary filesH. Peter Anvin2018-12-261-4/+9
* | Factor out size tokens and annotate with the corresponding sizeH. Peter Anvin2018-12-243-21/+42
* | elf.h: add relocation numbers for segmented supportH. Peter Anvin2018-12-241-1/+4
* | Makefile: make doc depend on warnings.srcH. Peter Anvin2018-12-241-1/+1
* | test: nasm-t -- Use plain stderr extension for error streamCyrill Gorcunov2018-12-232-1/+1
* | test: nasm-t -- Add clzero caseCyrill Gorcunov2018-12-234-0/+51
* | build: Add missing PA_ADD_LDFLAGS helperCyrill Gorcunov2018-12-232-1/+10
* | Merge tag 'nasm-2.14.01'H. Peter Anvin2018-12-222-0/+29
|\ \ | |/
| * NASM 2.14.01nasm-2.14.01H. Peter Anvin2018-12-221-1/+1
| * insns.dat: accept explicit ax/eax/rax operand to CLZEROH. Peter Anvin2018-12-222-0/+29
* | autogen.sh: add code to re-run configure afterwardsH. Peter Anvin2018-12-222-2/+13
* | autoconf: use librarized autoconf setupH. Peter Anvin2018-12-2222-215/+4406
* | test: nasm-t -- Add more details into READMECyrill Gorcunov2018-12-201-7/+69
* | assemble_file(): break up this gigantic messH. Peter Anvin2018-12-182-176/+209
* | Makefile.in: add target for running travisH. Peter Anvin2018-12-181-0/+5
* | Don't convert the various RESx instructions to RESBH. Peter Anvin2018-12-183-19/+9
* | With buffered warnings, change the handling of error passesH. Peter Anvin (Intel)2018-12-1815-89/+102
* | Merge remote-tracking branch 'origin/nasm-2.14.xx'H. Peter Anvin (Intel)2018-12-181-2/+5
|\ \ | |/
| * test/Makefile: add .aout targetH. Peter Anvin (Intel)2018-12-181-2/+5
* | Clean up the handling of various passesH. Peter Anvin (Intel)2018-12-1822-299/+353