summaryrefslogtreecommitdiff
path: root/doc/changes.src
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2012-03-03 16:14:51 -0800
committerH. Peter Anvin <hpa@zytor.com>2012-03-03 16:23:19 -0800
commit36206cd378eaff32b610a4ac3876719465d72ab0 (patch)
treec1e14a81f6e924e7d8d920399256ad3a7d65b6fe /doc/changes.src
parent500ddabcd35f18421fc36dda945adcb212b595a3 (diff)
downloadnasm-36206cd378eaff32b610a4ac3876719465d72ab0.tar.gz
nasm-36206cd378eaff32b610a4ac3876719465d72ab0.tar.bz2
nasm-36206cd378eaff32b610a4ac3876719465d72ab0.zip
preproc: Revert to the NASM 2.09 preprocessor
The NASM 2.09 preprocessor allows some illogical constructs, but which unfortunately has been found in real code in the field. We need a compatibility solution or a pragma before we can avoid that. However, we need the other features in NASM 2.10 to come out, so revert the preprocessor changes for now. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'doc/changes.src')
-rw-r--r--doc/changes.src20
1 files changed, 0 insertions, 20 deletions
diff --git a/doc/changes.src b/doc/changes.src
index e845de1..f843ead 100644
--- a/doc/changes.src
+++ b/doc/changes.src
@@ -9,24 +9,6 @@ since 2007.
\S{cl-2.10} Version 2.10
-\b Support for delayed preprocessing \c{%final}
- See \k{final}.
-
-\b Support for comment blocks \c{%comment}.
- See \k{comment}.
-
-\b Support for arbitrarily terminating conditional loops \c{%exitwhile}.
- See \k{exitwhile}.
-
-\b Support for conditional loops \c{%while}.
- See \k{while}.
-
-\b Support for arbitrarily terminating macro expansions \c{%exitmacro}.
- See \k{exitmacro}.
-
-\b Support for recursive macro expansion \c{%rmacro}/\c{%irmacro}.
- See \k{mlrmacro}.
-
\b When optimization is enabled, \c{mov r64,imm} now optimizes to the
shortest form possible between:
@@ -47,8 +29,6 @@ To force a specific form, use the \c{STRICT} keyword, see \k{strict}.
\b Add support for bigendian UTF-16 and UTF-32. See \k{unicode}.
-\b Fixed problem with paste of an empty ending token. See \k{concat%+}.
-
\S{cl-2.09.10} Version 2.09.10
\b Fix up NSIS script to protect uninstaller against registry keys