summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/lib/ChangeLog
diff options
context:
space:
mode:
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>