diff options
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | THANKS | 7 | ||||
-rw-r--r-- | doc/mdk.texi | 6 | ||||
-rw-r--r-- | doc/mdk_ack.texi | 2 |
4 files changed, 15 insertions, 8 deletions
@@ -8,7 +8,13 @@ Please send mdk bug reports to bug-mdk@gnu.org. --------------------------------------------------------------------------- * Version 1.2.2 -** Bug fixes +** MIXAL compliance improvements (thanks to Xiaofeng Zhao): + + - NOP accepts an F-spec. + - Invalid F-spec values are reported as warning instead of errors, + since they can be legitimately (if hackishly) used. + +** Bug fixes: - smem in mixvm correctly handles negative zero (thanks to Michael Vernov). @@ -23,7 +23,7 @@ list of these people. Help me keep it complete and exempt of errors. * Sergey Poznyakoff(<gray@gnu.org>) provided patches to mixlib/mix_scanner.l improving MIXAL compliance. - * Francesc Xavier Noria (<fxn@retemail.es>) kindly and thoroughly + * Francesc Xavier Noria (<fxn@hash-ref.com>) kindly and thoroughly reviewed the MDK documentation, providing insightful advice. * Agustin Navarro (<anp@cantv.net>), Ying-Chieh Liao @@ -35,8 +35,9 @@ list of these people. Help me keep it complete and exempt of errors. * Jason Uhlenkott, Andrew Hood (<ajhood@fl.net.au>), Radu Butnaru (<rbb@email.ro>), Aleix Conchillo (<aleix@member.fsf.org>), Ruslan Batdalov (<linnando@tolkien.ru>), WeiZheng - (<pro_zw@lol365.com>) and Sascha Wilde reported (sometimes with - fixes) several bugs in MDK. + (<pro_zw@lol365.com>), Sascha Wilde, Michael Vernov and Xiaofeng + Zhao reported (sometimes with suggested fixes) several bugs in + MDK. * Nelson H. F. Beebe (<beebe@math.utah.edu>, http://www.math.utah.edu/~beebe) has tested MDK in a lot of Unix diff --git a/doc/mdk.texi b/doc/mdk.texi index 7f40171..c9ef7dd 100644 --- a/doc/mdk.texi +++ b/doc/mdk.texi @@ -7,9 +7,9 @@ @setchapternewpage odd @c %**end of header -@set UPDATED September, 2005 -@set EDITION 1.2.1 -@set VERSION 1.2.1 +@set UPDATED August, 2006 +@set EDITION 1.2.2 +@set VERSION 1.2.2 @set JAO Jose Antonio Ortega Ruiz @set PHILIP Philip E. King @set PIETER Pieter E. J. Pareit diff --git a/doc/mdk_ack.texi b/doc/mdk_ack.texi index f43656e..1c60e07 100644 --- a/doc/mdk_ack.texi +++ b/doc/mdk_ack.texi @@ -45,7 +45,7 @@ enhancements to the source code. ported @sc{mdk} to different platforms, and created and/or maintain packages for it. -@item Jason Uhlenkott, Andrew Hood, Aleix Conchillo, Radu Butnaru, Ruslan Batdalov, WeiZheng and Sascha Wilde +@item Jason Uhlenkott, Andrew Hood, Aleix Conchillo, Radu Butnaru, Ruslan Batdalov, WeiZheng, Sascha Wilde, Michael Vernov and Xiaofeng Zhao reported bugs and suggested fixes to them. @item Eli Bendersky, Milan Bella and Jens Seidel reported bugs on the documentation. |