summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | test: nasm-t -- Update testsCyrill Gorcunov2018-12-164-9/+2826
* | nasm: Fix condition in skip_this_passCyrill Gorcunov2018-12-161-1/+1
* | asm/nasm.c: Drop tabsCyrill Gorcunov2018-12-151-45/+45
* | test: nasm-t -- Make read buffer up to 4MCyrill Gorcunov2018-12-151-2/+2
* | compier: Zap __builtin_constant_p on gcc 4.x seriesCyrill Gorcunov2018-12-151-1/+5
* | build: aclocal.m4 -- Provide arguments to mainCyrill Gorcunov2018-12-151-1/+1
* | nasmlib: Fix space/tabs messCyrill Gorcunov2018-12-151-28/+28
* | compiler: Brace __builtin_constant_p argumentCyrill Gorcunov2018-12-151-1/+1
* | test: nasm-t -- Update multisectionCyrill Gorcunov2018-12-152-2/+2
* | test: nasm-t -- Update riprelCyrill Gorcunov2018-12-151-6592/+5184
* | test: nasm-t -- Update prefix66Cyrill Gorcunov2018-12-151-6/+6
* | test: nasm-t -- Update multisectionCyrill Gorcunov2018-12-151-1/+1
* | test: nasm-t -- Update moutCyrill Gorcunov2018-12-151-1/+1
* | test: nasm-t -- Fix typoCyrill Gorcunov2018-12-152-3/+5
* | test: nasm-t -- Update floatb testCyrill Gorcunov2018-12-152-1/+8
* | test: nasm-t -- Update bcd testCyrill Gorcunov2018-12-151-2/+2
* | test: nasm-t -- Reverse the comparision orderCyrill Gorcunov2018-12-151-2/+2
* | test: nasm-t -- Move data reading out of cmp_stdCyrill Gorcunov2018-12-151-12/+15
* | nasm_assert(): try to run at compile time if possibleH. Peter Anvin (Intel)2018-12-145-21/+71
* | warnings: make WARN_* constant obligatory for warningsH. Peter Anvin (Intel)2018-12-147-47/+46
* | nasm_warnf() -> nasm_warn()H. Peter Anvin (Intel)2018-12-1417-98/+106
* | Merge tag 'nasm-2.14.01rc5'H. Peter Anvin (Intel)2018-12-147-26/+55
|\ \ | |/
| * NASM 2.14.01rc5nasm-2.14.01rc5H. Peter Anvin (Intel)2018-12-141-1/+1
| * Document the -Ov option, minor fix for gcc -OgH. Peter Anvin (Intel)2018-12-142-2/+9
| * labels.c: redefine test should be passn, not pass0H. Peter Anvin (Intel)2018-12-141-4/+5
| * --no-line: new option to ignore %line directivesH. Peter Anvin (Intel)2018-12-146-22/+40
* | build: Add warnings to PERLREQCyrill Gorcunov2018-12-141-0/+1
* | Restore the ability to have ? in identifiers, except ? itselfH. Peter Anvin (Intel)2018-12-146-5/+9
* | Define and use offsetin() instead of offsetof()H. Peter Anvin (Intel)2018-12-142-1/+8
* | strlist, warnings: improve strlist, buffer warnings until errorH. Peter Anvin (Intel)2018-12-145-22/+73
* | hashtbl: fix errors in hash_iterate() and hash_free()H. Peter Anvin (Intel)2018-12-141-13/+10
* | listing: use a non-uniqizing strlist to buffer error messagesH. Peter Anvin (Intel)2018-12-131-33/+22
* | strlist: make sure strlist_free() works for a non-uniqizing list tooH. Peter Anvin (Intel)2018-12-131-1/+8
* | configure: make section garbage collect the defaultH. Peter Anvin (Intel)2018-12-131-3/+4
* | strlist: can be unique or not, add printf functionsH. Peter Anvin (Intel)2018-12-136-27/+99
* | assemble.c: capitalize LOCK prefixH. Peter Anvin (Intel)2018-12-131-1/+1
* | Merge branch 'mkwarnings'H. Peter Anvin (Intel)2018-12-1324-234/+443
|\ \
| * | warnings: define warning classes at point of usemkwarningsH. Peter Anvin (Intel)2018-12-1318-219/+238
| * | errors: change the severity parameter from "int" to "errflags"H. Peter Anvin (Intel)2018-12-1310-32/+38
| * | Merge remote-tracking branch 'origin/master' into mkwarningsH. Peter Anvin (Intel)2018-12-139-16/+42
| |\ \
| * | | warnings.pl: script to harvest warnings directly from the sourceH. Peter Anvin (Intel)2018-12-131-0/+184
* | | | Merge remote-tracking branch 'origin/nasm-2.14.xx'H. Peter Anvin (Intel)2018-12-131-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | errors: correct message saying -w+error= ... is in use when it is notH. Peter Anvin (Intel)2018-12-131-1/+1
| * | | NASM 2.14.01rc4nasm-2.14.01rc4H. Peter Anvin (Intel)2018-12-131-1/+1
| * | | errfile.c: add file missing from previous checkinH. Peter Anvin (Intel)2018-12-131-0/+5
* | | | asprintf: add "axprintf" functions that allocate extra storageH. Peter Anvin (Intel)2018-12-132-18/+42
* | | | asprintf: actually include asprintf.cH. Peter Anvin (Intel)2018-12-131-0/+70
| |_|/ |/| |
* | | warnings: change WARN_MNP -> WARN_MACRO_PARAMSH. Peter Anvin (Intel)2018-12-132-3/+3
* | | Merge remote-tracking branch 'origin/nasm-2.14.xx'H. Peter Anvin (Intel)2018-12-138-13/+39
|\ \ \ | |/ / | | / | |/ |/|
| * malloc: handle potential infinite loop in nasm_alloc_failed()H. Peter Anvin (Intel)2018-12-137-10/+28