summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | labels: Use nasm_error helpersCyrill Gorcunov2018-12-011-8/+6
* | float: Use nasm_error helpersCyrill Gorcunov2018-12-011-35/+25
* | eval: Use nasm_error helpersCyrill Gorcunov2018-12-011-64/+59
* | directiv: Use nasm_ error helpersCyrill Gorcunov2018-12-011-23/+14
* | test: nasm-t -- Update floatbCyrill Gorcunov2018-12-012-0/+24
* | test: nasm-t -- Update macro-defaultsCyrill Gorcunov2018-11-291-3/+3
* | Run make cleandepsH. Peter Anvin2018-11-282-2/+2
* | nctype: add nasm_isquote()H. Peter Anvin2018-11-283-23/+31
* | ctype: create our own ctype tableH. Peter Anvin2018-11-2813-105/+269
* | eval: implement the C ? : operatorH. Peter Anvin2018-11-281-9/+47
* | preproc.c: tell us which macro definition has too many defaultsH. Peter Anvin2018-11-281-1/+1
* | nasm.h: fix definition of isidchar()H. Peter Anvin2018-11-281-1/+1
* | Merge remote-tracking branch 'origin/nasm-2.14.xx'H. Peter Anvin2018-11-286-21/+80
|\ \ | |/
| * nasm: fix the combination -E -MD, handle -MD without a filenameH. Peter Anvin2018-11-283-10/+34
| * changes.src: fp bug: there are probably other corner casesH. Peter Anvin2018-11-281-4/+3
| * NASM 2.14.01rc1nasm-2.14.01rc1H. Peter Anvin2018-11-261-1/+1
| * BR 3392368: actually fix the documentation; add test caseH. Peter Anvin2018-11-262-10/+29
| * Correctly document the BR 3392368 fix, add test caseH. Peter Anvin2018-11-262-6/+13
| * changes.src: document more fixesH. Peter Anvin2018-11-261-0/+9
| * BR 3392368: correct handling of exact limb switchH. Peter Anvin2018-11-261-4/+5
| * BR 3392529: remove excess printf() argumentH. Peter Anvin2018-11-261-1/+1
| * BR 3392532: outobj: fix forward references to the SEG of external symbolsH. Peter Anvin2018-11-261-2/+2
* | nasm.h: replace is*() macros with inline functions, '?' for TASM modeH. Peter Anvin2018-11-281-17/+24
* | eval: 'i' and 'j' are names normally used for iteration variablesH. Peter Anvin2018-11-281-56/+56
* | expr: wrap the call to the scannerH. Peter Anvin2018-11-281-33/+41
* | eval: drop passing (critical) as an argumentH. Peter Anvin2018-11-281-48/+48
* | expr: allow any expression to contain relational operatorsH. Peter Anvin2018-11-281-9/+10
* | Merge branch 'master' of ssh://repo.or.cz/nasmH. Peter Anvin2018-11-28470-1679/+37749
|\ \
| * | preproc: Use error helpersCyrill Gorcunov2018-11-251-229/+165
| * | assemble: Use nasm_ error helpersCyrill Gorcunov2018-11-251-122/+94
| * | error: Cover all levels with helpersCyrill Gorcunov2018-11-256-38/+73
| * | error: Style liftupCyrill Gorcunov2018-11-242-171/+174
| * | test: Use NASM_TEST_RUN environmentCyrill Gorcunov2018-11-2412-11/+11
| * | version: Make them dynamic for regression tests sakeCyrill Gorcunov2018-11-246-10/+56
| * | preproc: Pass include paths as strlistCyrill Gorcunov2018-11-244-22/+14
| * | strlist: Rework to drop typeCyrill Gorcunov2018-11-246-65/+63
| * | Pass input filename into error messageCyrill Gorcunov2018-11-241-1/+1
| * | test: nasm-t -- Test for sigsegv on multiple outputsCyrill Gorcunov2018-11-242-0/+14
| * | Fix sigsegv if two outputs specifiedCyrill Gorcunov2018-11-241-1/+3
| * | Merge branch 'nasm-2.14.xx'Cyrill Gorcunov2018-11-232-4/+9
| |\ \ | | |/
| | * Fix undefined behavior when shifting left by 32 bitsMichael Bradshaw2018-11-231-1/+1
| | * BR 3392529: if the default output name is the same as input -> nasm.outH. Peter Anvin (Intel)2018-11-201-3/+8
| * | test: nasm-t -- Add br3392528Cyrill Gorcunov2018-11-143-0/+20
| * | preproc: Fix malformed parameter countCyrill Gorcunov2018-11-141-22/+21
| * | preproc_init: Just clean include pathCyrill Gorcunov2018-11-131-5/+7
| * | Merge branch 'nasm-2.14.xx'Cyrill Gorcunov2018-11-133-38/+85
| |\ \ | | |/
| | * preproc: command-line preproc directive after system-generatedH. Peter Anvin2018-11-113-39/+84
| * | test: nasm-t -- Extend inctestCyrill Gorcunov2018-11-122-1/+7
| * | Merge nasm-2.14Cyrill Gorcunov2018-11-124-18/+29
| |\ \ | | |/
| | * NASM 2.14nasm-2.14H. Peter Anvin (Intel)2018-11-071-1/+1