Merge branches 'master' and 'nasm-2.09.xx'
authorCyrill Gorcunov <gorcunov@gmail.com>
Tue, 7 Sep 2010 17:16:06 +0000 (21:16 +0400)
committerCyrill Gorcunov <gorcunov@gmail.com>
Tue, 7 Sep 2010 17:16:06 +0000 (21:16 +0400)
1  2 
doc/changes.src

diff --cc doc/changes.src
@@@ -7,18 -7,14 +7,25 @@@
  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.01} Version 2.09.01
+ \b Fix NULL dereference on missed %deftok second parameter.
+ \b Fix NULL dereference on invalid %substr parameters.
  \S{cl-2.09} Version 2.09
  
  \b Fixed assignment the magnitude of \c{%rep} counter. It is limited