texlive[50097] Build/source/texk/web2c/pmpostdir: Bump upmpost

commits+kakuto at tug.org commits+kakuto at tug.org
Sat Feb 23 06:03:19 CET 2019


Revision: 50097
          http://tug.org/svn/texlive?view=revision&revision=50097
Author:   kakuto
Date:     2019-02-23 06:03:19 +0100 (Sat, 23 Feb 2019)
Log Message:
-----------
Bump upmpost version to 2.00-0.04-u1.24.

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/pmpostdir/ChangeLog
    trunk/Build/source/texk/web2c/pmpostdir/pmp.ch
    trunk/Build/source/texk/web2c/pmpostdir/pmpost.ch

Modified: trunk/Build/source/texk/web2c/pmpostdir/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/pmpostdir/ChangeLog	2019-02-23 04:03:15 UTC (rev 50096)
+++ trunk/Build/source/texk/web2c/pmpostdir/ChangeLog	2019-02-23 05:03:19 UTC (rev 50097)
@@ -1,3 +1,8 @@
+2019-02-23  Akira Kakuto  <kakuto at w32tex.org>
+
+	* pmp.ch: Bump upmpost version to 2.00-0.04-u1.24.
+	* pmpost.ch: Do not change internal encoding by -kanji option. 
+
 2019-01-29  Akira Kakuto  <kakuto at w32tex.org>
 
 	* pmpost.ch: adapt to the new mpost.w.

Modified: trunk/Build/source/texk/web2c/pmpostdir/pmp.ch
===================================================================
--- trunk/Build/source/texk/web2c/pmpostdir/pmp.ch	2019-02-23 04:03:15 UTC (rev 50096)
+++ trunk/Build/source/texk/web2c/pmpostdir/pmp.ch	2019-02-23 05:03:19 UTC (rev 50097)
@@ -22,7 +22,7 @@
 @y
 #ifdef UPMP
 #define P_UP "up"
-#define metapost_version "2.00-0.04-u1.23"
+#define metapost_version "2.00-0.04-u1.24"
 #else
 #define P_UP "p"
 #define metapost_version "2.00-0.04"

Modified: trunk/Build/source/texk/web2c/pmpostdir/pmpost.ch
===================================================================
--- trunk/Build/source/texk/web2c/pmpostdir/pmpost.ch	2019-02-23 04:03:15 UTC (rev 50096)
+++ trunk/Build/source/texk/web2c/pmpostdir/pmpost.ch	2019-02-23 05:03:19 UTC (rev 50097)
@@ -103,7 +103,7 @@
           optarg[15] = '\0';
         }
         strcpy(kanjioption, optarg);
-        if (!set_enc_string(optarg, optarg)) {
+        if (!set_enc_string(optarg, NULL)) {
           fprintf(stderr,"Ignoring unknown argument `%s' to --kanji\n", optarg);
         }
       }
@@ -130,7 +130,7 @@
           optarg[15] = '\0';
         }
         strcpy (kanjioption, optarg);
-        if (!set_enc_string(optarg, optarg)) {
+        if (!set_enc_string(optarg, NULL)) {
           fprintf(stderr,"Ignoring unknown argument `%s' to --kanji\n", optarg);
         }
       }



More information about the tex-live-commits mailing list