summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/lib/ChangeLog
diff options
context:
space:
mode:
authorHironobu Yamashita <h.y.acetaminophen@gmail.com>2022-03-03 12:03:16 +0000
committerHironobu Yamashita <h.y.acetaminophen@gmail.com>2022-03-03 12:03:16 +0000
commit0653e580a51373dcfb6f28c815b270b2e8b3e71b (patch)
treeb88fed93fa8ed504df0b2422ba594e141a23e562 /Build/source/texk/web2c/lib/ChangeLog
parent6fcf285e8a0814a459122bbdde5f31fbadded0a8 (diff)
texmfmp.c: convert the argument of runpopen to utf8 for pTeX (H. Kitagawa)
git-svn-id: svn://tug.org/texlive/trunk@62365 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/lib/ChangeLog')
-rw-r--r--Build/source/texk/web2c/lib/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/lib/ChangeLog b/Build/source/texk/web2c/lib/ChangeLog
index a7a08288a07..35f2bdd9de4 100644
--- a/Build/source/texk/web2c/lib/ChangeLog
+++ b/Build/source/texk/web2c/lib/ChangeLog
@@ -1,8 +1,14 @@
+2022-03-03 Hironori Kitagawa <h_kitagawa2001@yahoo.co.jp>
+
+ * texmfmp.c: Convert the argument of runpopen to utf8 for pTeX.
+ https://github.com/texjporg/tex-jp-build/issues/81
+
2022-01-22 Hironori Kitagawa <h_kitagawa2001@yahoo.co.jp>
* openclose.c (open_input): Reencode nameoffile to utf8 for pTeX.
* texmfmp.c: Change type of str_pool to unsigned short for pTeX.
We use only 0--511, and use flag 0x100 for Japanese char.
+ https://github.com/texjporg/tex-jp-build/issues/81
2022-01-01 Akira Kakuto <kakuto@jcom.zaq.ne.jp>