summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* make: Lift up openwcom.mak for build on FreeDOSowcAnthony Williams2010-10-301-2/+2
* make: Add "test" target into .PHONYCyrill Gorcunov2010-10-291-1/+1
* Merge branch 'nasm-2.09.xx'Cyrill Gorcunov2010-10-271-0/+15
|\
| * NASM 2.09.03nasm-2.09.03Cyrill Gorcunov2010-10-271-1/+1
| * doc: Update changes for 2.09.03Cyrill Gorcunov2010-10-271-0/+15
| * 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
* | preproc: Issue warning on unterminated %{ constructCyrill Gorcunov2010-10-071-1/+5
* | Merge branch 'nasm-2.09.xx'H. Peter Anvin2010-10-061-1/+1
|\ \ | |/
| * doc: fix spelling of "compatibility"H. Peter Anvin2010-10-061-1/+1
* | preproc.c: Support multiple matches in paste_tokensCyrill Gorcunov2010-10-071-48/+69
* | BR3079777: Explain %00 in documentationFrank Kotler2010-10-051-0/+7
* | Add SubmittingPatches fileCyrill Gorcunov2010-10-031-0/+116
* | BR3079550: NASM crash on run-time for OMF output formatCyrill Gorcunov2010-10-022-4/+4
* | 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