diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2019-02-23 05:03:19 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2019-02-23 05:03:19 +0000 |
commit | 62d134ea2c5ff581ded0bfc6663a9a6cca71c48a (patch) | |
tree | d4e75cc6cb5894f83a073126cf7ba829f1b3b59e /Build/source | |
parent | 1f96ed99f551ed661cdceb8d64adb0495c5b5cd1 (diff) |
Bump upmpost version to 2.00-0.04-u1.24.
git-svn-id: svn://tug.org/texlive/trunk@50097 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-rw-r--r-- | Build/source/texk/web2c/pmpostdir/ChangeLog | 5 | ||||
-rw-r--r-- | Build/source/texk/web2c/pmpostdir/pmp.ch | 2 | ||||
-rw-r--r-- | Build/source/texk/web2c/pmpostdir/pmpost.ch | 4 |
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); } } |