summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* NASM 2.10rc1nasm-2.10rc1Cyrill Gorcunov2010-09-301-1/+1
* BR30730640: Restore preprocessor token concatenation rulesCyrill Gorcunov2010-09-301-88/+73
* More tests automationCyrill Gorcunov2010-09-3010-1/+25
* test: Add br3074517.asmCyrill Gorcunov2010-09-241-0/+12
* BR3074517: Print %macro name inside %rep blocksCyrill Gorcunov2010-09-241-3/+13
* phash: move sample function to the sample fileH. Peter Anvin2010-09-222-26/+26
* Merge branch 'nasm-2.09.xx'Cyrill Gorcunov2010-09-184-1/+103
|\
| * NASM 2.09.02nasm-2.09.02Cyrill Gorcunov2010-09-181-1/+1
| * doc/changes.src: Describe changesCyrill Gorcunov2010-09-181-0/+4
| * Add test-case for BR3066383Cyrill Gorcunov2010-09-181-0/+68
| * BR3066383: Restore backward compatibility with token pastingCyrill Gorcunov2010-09-181-0/+30
* | Merge branch 'nasm-2.09.xx'Cyrill Gorcunov2010-09-151-0/+6
|\ \ | |/
| * changes.src: Describe changes for 2.09.02Cyrill Gorcunov2010-09-151-0/+6
| * BR3064376: ndisasm crashCyrill Gorcunov2010-09-151-1/+1
| * BR3064459: Missing %endif doesn't always cause errorCyrill Gorcunov2010-09-151-3/+5
| * doc/nasmdoc.src: Fix octal number prefix misprintCyrill Gorcunov2010-09-151-1/+1
* | Merge branch 'nasm-2.09.xx'H. Peter Anvin2010-09-152-1/+29
|\ \ | |/
| * changes: document fixed token reversal for %deftokH. Peter Anvin2010-09-151-0/+5
| * preproc: reverse the order of the tokens in %deftokH. Peter Anvin2010-09-151-1/+24
* | preproc.c: Get rid of new TABs brought in recentlyCyrill Gorcunov2010-09-121-58/+57
* | BR3064376: ndisasm crashCyrill Gorcunov2010-09-121-1/+1
* | BR3064459: Missing %endif doesn't always cause errorCyrill Gorcunov2010-09-121-3/+5
* | doc/nasmdoc.src: Fix octal number prefix misprintCyrill Gorcunov2010-09-101-1/+1
* | eval.c: Use OPFLAG_FORWARD instead of opencoded numberCyrill Gorcunov2010-09-101-1/+1
* | Merge branches 'master' and 'nasm-2.09.xx'Cyrill Gorcunov2010-09-072-1/+8
|\ \ | |/
| * NASM 2.09.01nasm-2.09.01Cyrill Gorcunov2010-09-071-1/+1
| * changes.src: Describe changes for 2.09.01Cyrill Gorcunov2010-09-071-0/+7
| * preproc.c: Make %substr robustCyrill Gorcunov2010-09-071-4/+5
| * Handle %substr invalid parameters preventing NULL dereferenceCyrill Gorcunov2010-09-071-9/+14
| * nasm_quote: Use memcpy only if length providedCyrill Gorcunov2010-09-071-1/+2
| * Fix NULL dereferences on %substr missing operandsCyrill Gorcunov2010-09-071-2/+3
| * BR3060469: Fix SIGSEV on missed %deftok second parameterCyrill Gorcunov2010-09-061-1/+1
* | preproc.c: Make %substr robustCyrill Gorcunov2010-09-071-4/+5
* | Handle %substr invalid parameters preventing NULL dereferenceCyrill Gorcunov2010-09-071-9/+14
* | nasm_quote: Use memcpy only if length providedCyrill Gorcunov2010-09-071-1/+2
* | Fix NULL dereferences on %substr missing operandsCyrill Gorcunov2010-09-071-2/+3
* | BR3060469: Fix SIGSEV on missed %deftok second parameterCyrill Gorcunov2010-09-061-1/+1
* | parser.c: Drop space line and use hex notationCyrill Gorcunov2010-08-271-3/+2
* | BR 3052618: handle segment register operations in 64-bit modeH. Peter Anvin2010-08-242-4/+75
* | doc: untabifyH. Peter Anvin2010-08-241-3/+3
* | doc: override optimization with STRICTH. Peter Anvin2010-08-241-0/+2
* | doc: document imm64 optimizationH. Peter Anvin2010-08-241-0/+9
* | Optimize mov r64,immH. Peter Anvin2010-08-246-10/+70
* | assemble: add an OPT instruction flags for optimizing assembly onlyH. Peter Anvin2010-08-242-1/+8
|/
* doc: document the %use fp macro packagenasm-2.09H. Peter Anvin2010-08-242-0/+26
* NASM 2.09H. Peter Anvin2010-08-241-1/+1
* insns.pl: make insnsd.c a bit easier to readH. Peter Anvin2010-08-191-11/+8
* ndisasm: handle VEX.LIGH. Peter Anvin2010-08-193-8/+8
* ndisasm: unify VEX handlingH. Peter Anvin2010-08-191-34/+6
* ndisasm: fix handing of byte codes 250-253, 324H. Peter Anvin2010-08-161-2/+12