summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyrill Gorcunov <gorcunov@gmail.com>2010-10-27 22:42:12 +0400
committerCyrill Gorcunov <gorcunov@gmail.com>2010-10-27 22:42:12 +0400
commit27fe347a8b5834ac4f181e7cddfc2bb7b613d4c7 (patch)
tree984a74c8ce4e0453ab9012b8347e0a24e70319dd
parente0fdd77584b22afc319e7ae22649d48e7668ad86 (diff)
parent4794de2f5b1850d5b456d903bead541fee351566 (diff)
downloadnasm-27fe347a8b5834ac4f181e7cddfc2bb7b613d4c7.tar.gz
Merge branch 'nasm-2.09.xx'
Conflicts: version Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
-rw-r--r--doc/changes.src15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/changes.src b/doc/changes.src
index de6b0510..54df1765 100644
--- a/doc/changes.src
+++ b/doc/changes.src
@@ -19,6 +19,21 @@ since 2007.
To force a specific form, use the \c{STRICT} keyword, see \k{strict}.
+\S{cl-2.09.03} Version 2.09.03
+
+\b Print \c{%macro} name inside \c{%rep} blocks on error.
+
+\b Fix preprocessor expansion behaviour. It happened sometime
+ too early and sometime simply wrong. Move behaviour back to
+ the origins (down to NASM 2.05.01).
+
+\b Fix unitialized data dereference on OMF output format.
+
+\b Issue warning on unterminated \c{%{} construct.
+
+\b Fix for documentation typo.
+
+
\S{cl-2.09.02} Version 2.09.02
\b Fix reversed tokens when \c{%deftok} produces more than one output token.