summaryrefslogtreecommitdiff
path: root/doc/changes.src
diff options
context:
space:
mode:
authorKeith Kanios <keith@kanios.net>2011-07-30 13:14:18 -0500
committerKeith Kanios <keith@kanios.net>2011-07-30 13:14:18 -0500
commit099749292ce28df9987ae7b643eecfe019dfe4e6 (patch)
treea0141e75edd88e71c29e9a8da4b604c85e5bdf73 /doc/changes.src
parent21e7050c1aa2a50de5f3c1877b89db8fa7b3436d (diff)
downloadnasm-099749292ce28df9987ae7b643eecfe019dfe4e6.tar.gz
nasm-099749292ce28df9987ae7b643eecfe019dfe4e6.tar.bz2
nasm-099749292ce28df9987ae7b643eecfe019dfe4e6.zip
doc: update documentation for pending 2.10 release
Diffstat (limited to 'doc/changes.src')
-rw-r--r--doc/changes.src24
1 files changed, 18 insertions, 6 deletions
diff --git a/doc/changes.src b/doc/changes.src
index d3ed574..103d5a3 100644
--- a/doc/changes.src
+++ b/doc/changes.src
@@ -9,6 +9,24 @@ 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:
@@ -194,12 +212,6 @@ To force a specific form, use the \c{STRICT} keyword, see \k{strict}.
\b A number of enhancements/fixes in macros area.
-\#\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 Support for converting strings to tokens. See \k{deftok}.
\b Fuzzy operand size logic introduced.