summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* preproc.c: Restore concat rules on context local variablesCyrill Gorcunov2010-10-271-89/+95
* preproc: Issue warning on unterminated %{ constructCyrill Gorcunov2010-10-271-1/+5
* BR3079777: Explain %00 in documentationFrank Kotler2010-10-271-0/+7
* BR3079550: NASM crash on run-time for OMF output formatCyrill Gorcunov2010-10-272-4/+4
* BR3074517: Print %macro name inside %rep blocksCyrill Gorcunov2010-10-271-3/+13
* doc: fix spelling of "compatibility"H. Peter Anvin2010-10-061-1/+1
* 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
* 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
* 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
* 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
* 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
* NASM 2.09rc7nasm-2.09rc7H. Peter Anvin2010-08-161-1/+1
* test/avx: remove deleted instructionsH. Peter Anvin2010-08-161-7/+0
* insns.dat: permit contracted forms for VBLENDVPH. Peter Anvin2010-08-161-4/+4
* assmemble.c: fix VEX.W logicH. Peter Anvin2010-08-161-2/+2
* insns.dat: fix encoding of VCVTSD2SSH. Peter Anvin2010-08-161-1/+1
* insns.dat: SSE encoding of VBLEND with VEX prefix is forbiddenH. Peter Anvin2010-08-161-4/+0
* insns.dat: updates from AVX v7H. Peter Anvin2010-08-161-184/+235
* assemble: handle vex.ligH. Peter Anvin2010-08-163-11/+19
* vex: change .wx to .wig to match the latest AVX specH. Peter Anvin2010-08-162-5/+5
* doc: Update -O option descriptionCyrill Gorcunov2010-08-161-4/+0
* doc: Fix typo in changes.srcCyrill Gorcunov2010-08-161-1/+1
* preproc.c: revamped context-local fall-through warning messageKeith Kanios2010-08-141-5/+6
* doc/nasmdoc.src: revamped context fall-through entryKeith Kanios2010-08-141-10/+26
* doc: Describe context-through lookupCyrill Gorcunov2010-08-131-0/+38
* LICENSE: update yearH. Peter Anvin2010-08-121-1/+1
* sectalign: Implement on/off modeCyrill Gorcunov2010-08-122-10/+30
* standart.mac: Style nitfixCyrill Gorcunov2010-08-121-75/+84
* preproc.c: Context-through single macros expansion is deprecatedCyrill Gorcunov2010-08-111-10/+28
* preproc.c: modified deprecation warning for context-local label fallthroughKeith Kanios2010-08-101-8/+9
* preproc.c: Fix error message typoCyrill Gorcunov2010-08-091-1/+1
* test: Add br3041451 testcaseCyrill Gorcunov2010-08-091-0/+59