texlive[47476] Build/source/utils: m-tx 0.63a

commits+kakuto at tug.org commits+kakuto at tug.org
Sun Apr 29 01:56:19 CEST 2018


Revision: 47476
          http://tug.org/svn/texlive?view=revision&revision=47476
Author:   kakuto
Date:     2018-04-29 01:56:18 +0200 (Sun, 29 Apr 2018)
Log Message:
-----------
m-tx 0.63a

Modified Paths:
--------------
    trunk/Build/source/utils/README
    trunk/Build/source/utils/m-tx/ChangeLog
    trunk/Build/source/utils/m-tx/TLpatches/ChangeLog
    trunk/Build/source/utils/m-tx/TLpatches/TL-Changes
    trunk/Build/source/utils/m-tx/TLpatches/patch-01-write-bin
    trunk/Build/source/utils/m-tx/configure
    trunk/Build/source/utils/m-tx/mtx-src/Corrections
    trunk/Build/source/utils/m-tx/mtx-src/files.c
    trunk/Build/source/utils/m-tx/mtx-src/libp2c/p2clib.c
    trunk/Build/source/utils/m-tx/mtx-src/preamble.c
    trunk/Build/source/utils/m-tx/mtx-src/preamble.pas
    trunk/Build/source/utils/m-tx/mtx-src/prepmx.c
    trunk/Build/source/utils/m-tx/mtx-src/prepmx.pas
    trunk/Build/source/utils/m-tx/tests/mozart.pmx
    trunk/Build/source/utils/m-tx/version.ac

Modified: trunk/Build/source/utils/README
===================================================================
--- trunk/Build/source/utils/README	2018-04-28 22:53:00 UTC (rev 47475)
+++ trunk/Build/source/utils/README	2018-04-28 23:56:18 UTC (rev 47476)
@@ -16,7 +16,7 @@
 
 lacheck - maintained here, by us
 
-m-tx 0.63 - checked 09jan18
+m-tx 0.63a - checked 29apr18
   http://ctan.org/pkg/m-tx/
 
 pmx 2.8.4 - checked 14feb18

Modified: trunk/Build/source/utils/m-tx/ChangeLog
===================================================================
--- trunk/Build/source/utils/m-tx/ChangeLog	2018-04-28 22:53:00 UTC (rev 47475)
+++ trunk/Build/source/utils/m-tx/ChangeLog	2018-04-28 23:56:18 UTC (rev 47476)
@@ -1,3 +1,7 @@
+2018-04-29  Akira Kakuto  <kakuto at fuk.kindai.ac.jp>
+
+	* Import m-tx 0.63a.
+
 2018-01-09  Akira Kakuto  <kakuto at fuk.kindai.ac.jp>
 
 	* Import m-tx 0.63.

Modified: trunk/Build/source/utils/m-tx/TLpatches/ChangeLog
===================================================================
--- trunk/Build/source/utils/m-tx/TLpatches/ChangeLog	2018-04-28 22:53:00 UTC (rev 47475)
+++ trunk/Build/source/utils/m-tx/TLpatches/ChangeLog	2018-04-28 23:56:18 UTC (rev 47476)
@@ -1,3 +1,7 @@
+2018-04-29  Akira Kakuto  <kakuto at fuk.kindai.ac.jp>
+
+	* patch-01-write-bin: Update for 0.63a.
+
 2018-01-09  Akira Kakuto  <kakuto at fuk.kindai.ac.jp>
 
 	* patch-01-write-bin: Update for 0.63.

Modified: trunk/Build/source/utils/m-tx/TLpatches/TL-Changes
===================================================================
--- trunk/Build/source/utils/m-tx/TLpatches/TL-Changes	2018-04-28 22:53:00 UTC (rev 47475)
+++ trunk/Build/source/utils/m-tx/TLpatches/TL-Changes	2018-04-28 23:56:18 UTC (rev 47476)
@@ -1,4 +1,4 @@
-Changes applied to the mtx-0.63 tree as obtained from:
+Changes applied to the mtx-0.63a tree as obtained from:
 	http://www.ctan.org/tex-archive/support/m-tx/
 
 Remove:

Modified: trunk/Build/source/utils/m-tx/TLpatches/patch-01-write-bin
===================================================================
--- trunk/Build/source/utils/m-tx/TLpatches/patch-01-write-bin	2018-04-28 22:53:00 UTC (rev 47475)
+++ trunk/Build/source/utils/m-tx/TLpatches/patch-01-write-bin	2018-04-28 23:56:18 UTC (rev 47476)
@@ -1,6 +1,21 @@
-diff -ur mtx-0.63.orig/globals.c mtx-0.63/globals.c
---- mtx-0.63.orig/globals.c	Tue Jan 09 01:39:42 2018
-+++ mtx-0.63/globals.c	Tue Jan 09 08:46:40 2018
+diff -ur mtx-0.63a/files.c mtx-src/files.c
+--- mtx-0.63a/files.c	Tue Jan 09 01:39:42 2018
++++ mtx-src/files.c	Wed Apr 25 18:07:12 2018
+@@ -289,9 +289,9 @@
+   pushFile(infilename);
+   strcpy(outfile_NAME, outfilename);
+   if (outfile != NULL)
+-    outfile = freopen(outfile_NAME, "w", outfile);
++    outfile = freopen(outfile_NAME, "wb", outfile);
+   else
+-    outfile = fopen(outfile_NAME, "w");
++    outfile = fopen(outfile_NAME, "wb");
+   _SETIO(outfile != NULL, FileNotFound);
+   strcpy(stylefile_NAME, stylefilename);
+   if (stylefile != NULL)
+diff -ur mtx-0.63a/globals.c mtx-src/globals.c
+--- mtx-0.63a/globals.c	Tue Jan 09 01:39:42 2018
++++ mtx-src/globals.c	Wed Apr 25 18:07:37 2018
 @@ -230,7 +230,7 @@
      if (outfile != NULL)
        fclose(outfile);

Modified: trunk/Build/source/utils/m-tx/configure
===================================================================
--- trunk/Build/source/utils/m-tx/configure	2018-04-28 22:53:00 UTC (rev 47475)
+++ trunk/Build/source/utils/m-tx/configure	2018-04-28 23:56:18 UTC (rev 47476)
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for m-tx (TeX Live) 0.63.
+# Generated by GNU Autoconf 2.69 for m-tx (TeX Live) 0.63a.
 #
 # Report bugs to <tex-k at tug.org>.
 #
@@ -580,8 +580,8 @@
 # Identity of this package.
 PACKAGE_NAME='m-tx (TeX Live)'
 PACKAGE_TARNAME='m-tx--tex-live-'
-PACKAGE_VERSION='0.63'
-PACKAGE_STRING='m-tx (TeX Live) 0.63'
+PACKAGE_VERSION='0.63a'
+PACKAGE_STRING='m-tx (TeX Live) 0.63a'
 PACKAGE_BUGREPORT='tex-k at tug.org'
 PACKAGE_URL=''
 
@@ -1275,7 +1275,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures m-tx (TeX Live) 0.63 to adapt to many kinds of systems.
+\`configure' configures m-tx (TeX Live) 0.63a to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1341,7 +1341,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of m-tx (TeX Live) 0.63:";;
+     short | recursive ) echo "Configuration of m-tx (TeX Live) 0.63a:";;
    esac
   cat <<\_ACEOF
 
@@ -1438,7 +1438,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-m-tx (TeX Live) configure 0.63
+m-tx (TeX Live) configure 0.63a
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1861,7 +1861,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by m-tx (TeX Live) $as_me 0.63, which was
+It was created by m-tx (TeX Live) $as_me 0.63a, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -3784,7 +3784,7 @@
 
 # Define the identity of the package.
  PACKAGE='m-tx--tex-live-'
- VERSION='0.63'
+ VERSION='0.63a'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -5868,7 +5868,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by m-tx (TeX Live) $as_me 0.63, which was
+This file was extended by m-tx (TeX Live) $as_me 0.63a, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -5925,7 +5925,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-m-tx (TeX Live) config.status 0.63
+m-tx (TeX Live) config.status 0.63a
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 

Modified: trunk/Build/source/utils/m-tx/mtx-src/Corrections
===================================================================
--- trunk/Build/source/utils/m-tx/mtx-src/Corrections	2018-04-28 22:53:00 UTC (rev 47475)
+++ trunk/Build/source/utils/m-tx/mtx-src/Corrections	2018-04-28 23:56:18 UTC (rev 47476)
@@ -3,6 +3,12 @@
    
 Newest items at top. You might also want to look at file `MAINTENANCE`.
 
+Version 0.63a
+-------------
+
+Commented out apparently spurious begin...end block in preambleDefaults 
+in preamble.pas.  (RDT)
+
 Version 0.63
 ------------
 

Modified: trunk/Build/source/utils/m-tx/mtx-src/files.c
===================================================================
--- trunk/Build/source/utils/m-tx/mtx-src/files.c	2018-04-28 22:53:00 UTC (rev 47475)
+++ trunk/Build/source/utils/m-tx/mtx-src/files.c	2018-04-28 23:56:18 UTC (rev 47476)
@@ -289,9 +289,9 @@
   pushFile(infilename);
   strcpy(outfile_NAME, outfilename);
   if (outfile != NULL)
-    outfile = freopen(outfile_NAME, "w", outfile);
+    outfile = freopen(outfile_NAME, "wb", outfile);
   else
-    outfile = fopen(outfile_NAME, "w");
+    outfile = fopen(outfile_NAME, "wb");
   _SETIO(outfile != NULL, FileNotFound);
   strcpy(stylefile_NAME, stylefilename);
   if (stylefile != NULL)

Modified: trunk/Build/source/utils/m-tx/mtx-src/libp2c/p2clib.c
===================================================================
--- trunk/Build/source/utils/m-tx/mtx-src/libp2c/p2clib.c	2018-04-28 22:53:00 UTC (rev 47475)
+++ trunk/Build/source/utils/m-tx/mtx-src/libp2c/p2clib.c	2018-04-28 23:56:18 UTC (rev 47476)
@@ -73,8 +73,8 @@
 {
     register char *dd = (char *)d, *ss = (char *)s;
     if (dd < ss || dd - ss >= n) {
-#if defined(bcopy) && defined(memcpy)
-        my_memcpy(dd, ss, n);
+#if defined(bcopy) && defined(memcpy) 
+        Anyptr my_memcpy(Anyptr d, Const Anyptr s, size_t n);
 #else
 	memcpy(dd, ss, n);
 #endif

Modified: trunk/Build/source/utils/m-tx/mtx-src/preamble.c
===================================================================
--- trunk/Build/source/utils/m-tx/mtx-src/preamble.c	2018-04-28 22:53:00 UTC (rev 47475)
+++ trunk/Build/source/utils/m-tx/mtx-src/preamble.c	2018-04-28 23:56:18 UTC (rev 47476)
@@ -801,8 +801,8 @@
     stave_size[i] = unspec;
   for (i = 0; i <= maxstaves; i++)
     nspace[i] = unspec;
-  nspace[i] = unspec;
-  stave_size[i-1] = unspec;
+  /* next line seems to be spurious.  0.63a RDT */
+  /* begin  nspace[i]:=unspec;  stave_size[i]:=unspec;  end; */
   n_pages = 1;
   n_systems = 1;
   readStyles();

Modified: trunk/Build/source/utils/m-tx/mtx-src/preamble.pas
===================================================================
--- trunk/Build/source/utils/m-tx/mtx-src/preamble.pas	2018-04-28 22:53:00 UTC (rev 47475)
+++ trunk/Build/source/utils/m-tx/mtx-src/preamble.pas	2018-04-28 23:56:18 UTC (rev 47476)
@@ -501,7 +501,8 @@
   for i:=1 to maxvoices do setVocal(i,false);
   for i:=1 to maxstaves do stave_size[i]:=unspec;
   for i:=0 to maxstaves do nspace[i]:=unspec;
-  begin  nspace[i]:=unspec;  stave_size[i]:=unspec;  end;
+  { next line seems to be spurious.  0.63a RDT }
+  { begin  nspace[i]:=unspec;  stave_size[i]:=unspec;  end; }  
   n_pages:=1; n_systems:=1;
   readStyles; old_known_styles := known_styles;
   for i:=1 to lines_in_paragraph do omit_line[i]:=false;

Modified: trunk/Build/source/utils/m-tx/mtx-src/prepmx.c
===================================================================
--- trunk/Build/source/utils/m-tx/mtx-src/prepmx.c	2018-04-28 22:53:00 UTC (rev 47475)
+++ trunk/Build/source/utils/m-tx/mtx-src/prepmx.c	2018-04-28 23:56:18 UTC (rev 47476)
@@ -66,8 +66,8 @@
 
 /** M-Tx preprocessor to PMX     Dirk Laurie */
 
-#define version         "0.63"
-#define version_date    "<7 January 2018>"
+#define version         "0.63a"
+#define version_date    "<8 April 2018>"
 
 /** See file "Corrections" for updates */
 
@@ -758,7 +758,7 @@
 Static void topOfPMXfile(void)
 {
   Char STR2[24];
-  Char STR3[32];
+  Char STR3[30];
 
   putLine("---");
   sprintf(STR2, "\\def\\mtxversion{%s}", version);

Modified: trunk/Build/source/utils/m-tx/mtx-src/prepmx.pas
===================================================================
--- trunk/Build/source/utils/m-tx/mtx-src/prepmx.pas	2018-04-28 22:53:00 UTC (rev 47475)
+++ trunk/Build/source/utils/m-tx/mtx-src/prepmx.pas	2018-04-28 23:56:18 UTC (rev 47476)
@@ -5,8 +5,8 @@
 { CMO: addition/change by Christian Mondrup }
 
 {* M-Tx preprocessor to PMX     Dirk Laurie }
-const version = '0.63';
-      version_date = '<7 January 2018>';
+const version = '0.63a';
+      version_date = '<8 April 2018>';
 
 {* See file "Corrections" for updates }
 

Modified: trunk/Build/source/utils/m-tx/tests/mozart.pmx
===================================================================
--- trunk/Build/source/utils/m-tx/tests/mozart.pmx	2018-04-28 22:53:00 UTC (rev 47475)
+++ trunk/Build/source/utils/m-tx/tests/mozart.pmx	2018-04-28 23:56:18 UTC (rev 47476)
@@ -1,6 +1,6 @@
 ---
-\def\mtxversion{0.63}
-\def\mtxdate{<7 January 2018>}
+\def\mtxversion{0.63a}
+\def\mtxdate{<8 April 2018>}
 \input mtx
 \mtxComposerLine{}{W. A. Mozart (1756--1791)}
 \mtxTitleLine{Riff in C}

Modified: trunk/Build/source/utils/m-tx/version.ac
===================================================================
--- trunk/Build/source/utils/m-tx/version.ac	2018-04-28 22:53:00 UTC (rev 47475)
+++ trunk/Build/source/utils/m-tx/version.ac	2018-04-28 23:56:18 UTC (rev 47476)
@@ -8,4 +8,4 @@
 dnl --------------------------------------------------------
 dnl
 dnl  m4-include this file to define the current mtx version
-m4_define([mtx_version], [0.63])
+m4_define([mtx_version], [0.63a])



More information about the tex-live-commits mailing list