summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Build/source/texk/web2c/pmpostdir/ChangeLog5
-rw-r--r--Build/source/texk/web2c/pmpostdir/pmp.ch2
-rw-r--r--Build/source/texk/web2c/pmpostdir/pmpost.ch4
3 files changed, 8 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/pmpostdir/ChangeLog b/Build/source/texk/web2c/pmpostdir/ChangeLog
index 5f9af5660ba..f9a41a9b259 100644
--- a/Build/source/texk/web2c/pmpostdir/ChangeLog
+++ b/Build/source/texk/web2c/pmpostdir/ChangeLog
@@ -1,3 +1,8 @@
+2019-02-23 Akira Kakuto <kakuto@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@w32tex.org>
* pmpost.ch: adapt to the new mpost.w.
diff --git a/Build/source/texk/web2c/pmpostdir/pmp.ch b/Build/source/texk/web2c/pmpostdir/pmp.ch
index 9c5ca7d59c2..5fa13d877c9 100644
--- a/Build/source/texk/web2c/pmpostdir/pmp.ch
+++ b/Build/source/texk/web2c/pmpostdir/pmp.ch
@@ -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"
diff --git a/Build/source/texk/web2c/pmpostdir/pmpost.ch b/Build/source/texk/web2c/pmpostdir/pmpost.ch
index 3d69df5e9fd..b16981d0ecc 100644
--- a/Build/source/texk/web2c/pmpostdir/pmpost.ch
+++ b/Build/source/texk/web2c/pmpostdir/pmpost.ch
@@ -103,7 +103,7 @@ char kanjioption[16];
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 @@ char kanjioption[16];
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);
}
}