Merge branch 'nasm-2.09.xx'
authorCyrill Gorcunov <gorcunov@gmail.com>
Wed, 27 Oct 2010 18:42:12 +0000 (22:42 +0400)
committerCyrill Gorcunov <gorcunov@gmail.com>
Wed, 27 Oct 2010 18:42:12 +0000 (22:42 +0400)
Conflicts:
version

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
1  2 
doc/changes.src

diff --cc doc/changes.src
@@@ -7,18 -7,22 +7,33 @@@
  The NASM 2 series support x86-64, and is the production version of NASM
  since 2007.
  
 +\S{cl-2.10} Version 2.10
 +
 +\b When optimization is enabled, \c{mov r64,imm} now optimizes to the
 +  shortest form possible between:
 +
 +\c      mov r32,imm32                   ;  5 bytes
 +\c      mov r64,imm32                   ;  7 bytes
 +\c      mov r64,imm64                   ; 10 bytes
 +
 +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.