From 62d134ea2c5ff581ded0bfc6663a9a6cca71c48a Mon Sep 17 00:00:00 2001 From: Akira Kakuto Date: Sat, 23 Feb 2019 05:03:19 +0000 Subject: Bump upmpost version to 2.00-0.04-u1.24. git-svn-id: svn://tug.org/texlive/trunk@50097 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/pmpostdir/ChangeLog | 5 +++++ Build/source/texk/web2c/pmpostdir/pmp.ch | 2 +- Build/source/texk/web2c/pmpostdir/pmpost.ch | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) (limited to 'Build/source/texk/web2c/pmpostdir') 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 + + * 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 * 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); } } -- cgit v1.2.3