summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* BR 560960: warn about trailing garbage in %macro/%ifmacroVictor van den Elzen2008-07-231-1/+9
* Improve checking and documentation for %ifctxVictor van den Elzen2008-07-233-10/+12
* BR 2023036: MOV reg32,dreg and vice versa are NOLONGH. Peter Anvin2008-07-201-2/+2
* Err, "alignr" was really the same as the previous "alignb"H. Peter Anvin2008-07-201-4/+1
* Add "alignr" standard macro (using resb)H. Peter Anvin2008-07-201-0/+7
* Avoid redundant "const" for macros_tH. Peter Anvin2008-07-193-6/+6
* BR 2003451: add test caseH. Peter Anvin2008-07-191-0/+15
* BR 2003451: avoid "forwardness" leaks between operandsH. Peter Anvin2008-07-192-27/+28
* BR 2010180: outobj: Garbage may be written in a last PUBDEFSlavik Gnatenko2008-07-192-2/+168
* test: more smart alignment testH. Peter Anvin2008-07-171-0/+11
* smartalign: use context-local labelH. Peter Anvin2008-07-171-2/+2
* smartalign: adjust the alignment thresholdH. Peter Anvin2008-07-171-2/+11
* smartalign: 16-bit generic alignment macrosH. Peter Anvin2008-07-171-12/+11
* smartalign: 16-bit P6 NOPsH. Peter Anvin2008-07-171-6/+6
* smartalign.mac: smart alignments macro packageH. Peter Anvin2008-07-162-0/+278
* preproc: add %un[i]macro, add cleanupsH. Peter Anvin2008-07-162-80/+125
* standard.mac: allow non-power-of-2 alignmentsH. Peter Anvin2008-07-161-2/+2
* preproc.c: fix %ifn, %elifnH. Peter Anvin2008-07-161-1/+1
* Fix multipass inline warning (dis/en)ablingVictor van den Elzen2008-07-162-19/+33
* Fix %rep ... %endmacro crashVictor van den Elzen2008-07-161-7/+12
* update testsVictor van den Elzen2008-07-164-3/+9
* fix unitialized variable in eval_strfuncVictor van den Elzen2008-07-161-0/+1
* Fix fclose bug on error.Victor van den Elzen2008-07-161-4/+5
* Add a 'make test' target.Victor van den Elzen2008-07-161-0/+3
* Improve performtest.plVictor van den Elzen2008-07-161-37/+89
* changes.src: put \c{...} around macro directivesH. Peter Anvin2008-07-141-38/+38
* changes.src: remove double entry for %warningH. Peter Anvin2008-07-141-5/+3
* Move the revision history into the documentationH. Peter Anvin2008-07-144-1503/+1738
* doc: document packed BCD constantsH. Peter Anvin2008-07-131-0/+19
* doc: update NASM Version MacrosH. Peter Anvin2008-07-131-4/+6
* doc: move %error/%warning to a separate sectionH. Peter Anvin2008-07-131-32/+37
* doc: Document %strcatH. Peter Anvin2008-07-131-8/+30
* Update CHANGES to current delta from 2.03.x.H. Peter Anvin2008-07-131-0/+6
* BR 2017453: indirect jumps in 64-bit mode are implicitly 64 bitsH. Peter Anvin2008-07-132-4/+8
* test: add test of nested %rep, BCD constants, and %warningH. Peter Anvin2008-07-131-0/+72
* preproc.c: make %warning actually issue a warning...H. Peter Anvin2008-07-131-2/+3
* version.mak for the version Makefile fragmentH. Peter Anvin2008-07-132-5/+5
* Fix Bugs item #2017455 (LTR in long mode)Charles Crayne2008-07-131-2/+2
* %EXITREP inside nested %REPsCharles Crayne2008-07-121-2/+31
* Add version.make to PERLREQH. Peter Anvin2008-07-051-3/+3
* test: simple test of packed BCD.H. Peter Anvin2008-07-031-0/+21
* For consistency, allow 0p.. prefix for packed BCDH. Peter Anvin2008-07-031-3/+4
* float: support packed-BCD constants in 'dt' statementsH. Peter Anvin2008-07-031-7/+70
* float: fix buffer overrunH. Peter Anvin2008-07-031-2/+2
* standard.mac: use anonymous contextsH. Peter Anvin2008-07-021-3/+3
* preproc: Allow anonymous contextsH. Peter Anvin2008-07-021-18/+28
* Permit commas in %strcatH. Peter Anvin2008-07-011-0/+4
* preproc: %strcat directive to concatenate quoted stringsH. Peter Anvin2008-07-012-17/+82
* Update the INSTALL file to match current realityH. Peter Anvin2008-06-281-25/+24
* Document case-insensitivity bug.H. Peter Anvin2008-06-281-1/+5