From 9949be12b742a999b72b5cd11334a4313864269d Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Wed, 23 Dec 2015 20:14:56 +0100 Subject: Version upgraded to 1.2.9 --- AUTHORS | 3 +++ NEWS | 4 ++-- THANKS | 10 +++++++--- configure.ac | 4 ++-- doc/Makefile.am | 3 ++- doc/gendocs_template | 4 +--- doc/mdk.texi | 8 ++++---- doc/mdk_ack.texi | 13 +++++++++---- 8 files changed, 30 insertions(+), 19 deletions(-) diff --git a/AUTHORS b/AUTHORS index 7bde8b5..41e00f9 100644 --- a/AUTHORS +++ b/AUTHORS @@ -12,3 +12,6 @@ Michael Scholz wrote the German translation po/de.po. Sergey Poznyakoff provided patches to mixlib/mix_scanner.l improving MIXAL compliance. + +Sergey Litvin implemented SLB, SRB, JAE, JAO, JXE, JXE instructions in +mixvm. diff --git a/NEWS b/NEWS index 70a090d..05a0ddc 100644 --- a/NEWS +++ b/NEWS @@ -8,7 +8,7 @@ See the end for copying conditions. Please send mdk bug reports to bug-mdk@gnu.org. --------------------------------------------------------------------------- -* Version 1.2.9 () +* Version 1.2.9 (23/12/15) ** Bug fixes: @@ -550,7 +550,7 @@ Please send mdk bug reports to bug-mdk@gnu.org. * Copying information: Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2009, - 2010, 2013, 2014 Free Software Foundation, Inc. + 2010, 2013, 2014, 2015 Free Software Foundation, Inc. Permission is granted to anyone to make or distribute verbatim copies of this document as received, in any medium, provided that the diff --git a/THANKS b/THANKS index b440c13..859e4c5 100644 --- a/THANKS +++ b/THANKS @@ -3,7 +3,8 @@ Acknowledgements Many people have further contributed to MDK by reporting problems, suggesting various improvements, or submitting actual code. Here is a -list of these people. Help me keep it complete and exempt of errors. +list of these people. Please, help me keep it complete and exempt of +errors. * Philip Ellis King () provided MIXAL test programs pinpointing bugs in the first MDK release, and useful discussions @@ -23,9 +24,12 @@ list of these people. Help me keep it complete and exempt of errors. * Michael Scholz () is the author of the German translation of MDK's user interface. - * Sergey Poznyakoff() provided patches to + * Sergey Poznyakoff () provided patches to mixlib/mix_scanner.l improving MIXAL compliance. + * Sergey Litvin (litvindev@gmail.com) implemented the instructions + SLB, SRB, JAE, JAO, JXE, and JXO from volume 2 of TAOCP. + * Francesc Xavier Noria () kindly and thoroughly reviewed the MDK documentation, providing insightful advice. @@ -54,7 +58,7 @@ list of these people. Help me keep it complete and exempt of errors. () and Johan Swanljung () tested MDK on different platforms. - * Eli Bendersky (), Milan Bella + * Joshua Davies, Eli Bendersky (), Milan Bella () and Jens Seidel reported several documentation bugs. diff --git a/configure.ac b/configure.ac index 3da3e1b..c1f7cd6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2009, -# 2010, 2013, 2014 Free Software Foundation, Inc. +# 2010, 2013, 2014, 2015 Free Software Foundation, Inc. # # This file is free software; as a special exception the author gives # unlimited permission to copy and/or distribute it, with or without @@ -9,7 +9,7 @@ # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -AC_INIT([GNU MDK],1.2.8,[bug-mdk@gnu.org],mdk) +AC_INIT([GNU MDK],1.2.9,[bug-mdk@gnu.org],mdk) AC_CONFIG_SRCDIR([mixlib/mix.h]) AM_INIT_AUTOMAKE diff --git a/doc/Makefile.am b/doc/Makefile.am index 6a41cad..e127057 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -23,4 +23,5 @@ mdk_TEXINFOS = mdk_intro.texi mdk_ack.texi mdk_tut.texi mdk_gstart.texi \ EXTRA_DIST = MIX.DOC COPYING.MIX.DOC gendocs: $(mdk_TEXINFOS) - (cd $(top_srcdir)/doc && ./gendocs.sh --email bug-mdk@gnu.org mdk 'GNU MDK User Manual') + (cd $(top_srcdir)/doc && \ + ./gendocs.sh --email bug-mdk@gnu.org mdk 'GNU MDK Users Manual') diff --git a/doc/gendocs_template b/doc/gendocs_template index f3a3ff6..63fbe53 100644 --- a/doc/gendocs_template +++ b/doc/gendocs_template @@ -45,8 +45,6 @@ (%%ASCII_GZ_SIZE%%K bytes gzipped).
  • TeX dvi file (%%DVI_GZ_SIZE%%K bytes gzipped).
  • -
  • PostScript file - (%%PS_GZ_SIZE%%K bytes gzipped).
  • PDF file (%%PDF_SIZE%%K bytes).
  • Texinfo source @@ -77,7 +75,7 @@ the FSF.
    Please send broken links and other corrections or suggestions to
    <%%EMAIL%%>.

    -

    Copyright © 2012 Free Software Foundation, Inc.

    +

    Copyright © 2013 Free Software Foundation, Inc.

    Verbatim copying and distribution of this entire article are permitted worldwide, without royalty, in any medium, provided this diff --git a/doc/mdk.texi b/doc/mdk.texi index fa42faa..9fec7fa 100644 --- a/doc/mdk.texi +++ b/doc/mdk.texi @@ -7,9 +7,9 @@ @setchapternewpage odd @c %**end of header -@set UPDATED January, 2014 -@set EDITION 1.2.8 -@set VERSION 1.2.8 +@set UPDATED November, 2015 +@set EDITION 1.2.9 +@set VERSION 1.2.9 @set JAO Jose Antonio Ortega Ruiz @set PHILIP Philip E. King @set PIETER Pieter E. J. Pareit @@ -20,7 +20,7 @@ This manual is for GNU MDK (version @value{VERSION}, @value{UPDATED}), a set of utilities for developing programs using Donald Knuth's MIX mythical computer and MIXAL, its assembly language. -Copyright @copyright{} 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2009, 2010, 2013, 2014 Free Software Foundation, Inc. +Copyright @copyright{} 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2009, 2010, 2013, 2014, 2015 Free Software Foundation, Inc. @quotation Permission is granted to copy, distribute and/or modify this document diff --git a/doc/mdk_ack.texi b/doc/mdk_ack.texi index 6d4e885..6eedde4 100644 --- a/doc/mdk_ack.texi +++ b/doc/mdk_ack.texi @@ -1,6 +1,6 @@ @c -*-texinfo-*- @c This is part of the GNU MDK Reference Manual. -@c Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009, 2013, 2014 +@c Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009, 2013, 2014, 2015 @c Free Software Foundation, Inc. @c See the file mdk.texi for copying conditions. @@ -9,8 +9,9 @@ @unnumbered Acknowledgements Many people have further contributed to @sc{mdk} by reporting problems, -suggesting various improvements, or submitting actual code. Here is -a list of these people. Help me keep it complete and exempt of errors. +suggesting various improvements, or submitting actual code. Here is a +list of these people. Please, help me keep it complete and exempt of +errors. @itemize @bullet @item Philip Ellis King @@ -34,6 +35,10 @@ is the author of the German translation of @sc{mdk}'s user interface. @item Sergey Poznyakoff provided patches to mixlib/mix_scanner.l improving MIXAL compliance. +@item Sergey Litvin +implemented the instructions @code{SLB}, @code{SRB}, @code{JAE}, +@code{JAO}, @code{JXE}, and @code{JXO} from volume 2 of TAOCP. + @item Francesc Xavier Noria kindly and thoroughly reviewed the @sc{mdk} documentation, providing insightful advice. @@ -53,7 +58,7 @@ packages for it. @item Jason Uhlenkott, Andrew Hood, 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. +@item Joshua Davies, Eli Bendersky, Milan Bella and Jens Seidel reported bugs on the documentation. @item Christoph von Nathusius, Stephen Ramsay and Johan Swanljung tested @sc{mdk} on different platforms, and helped fixing the configuration -- cgit v1.2.3