summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/eptexdir
diff options
context:
space:
mode:
authorHironobu Yamashita <h.y.acetaminophen@gmail.com>2022-02-05 23:54:51 +0000
committerHironobu Yamashita <h.y.acetaminophen@gmail.com>2022-02-05 23:54:51 +0000
commite665a6c3a8f6b343142332c31758ca1e18159d4b (patch)
treeb2ef45236b8c32062e25be082dfed4cd3fc86408 /Build/source/texk/web2c/eptexdir
parentff56ea3f9875d8a0b631c7b13248791da7266c86 (diff)
ptex: quote in \write18, non-JP file name (H. Kitagawa)
git-svn-id: svn://tug.org/texlive/trunk@61906 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/eptexdir')
-rw-r--r--Build/source/texk/web2c/eptexdir/ChangeLog4
-rw-r--r--Build/source/texk/web2c/eptexdir/eptex.defines2
2 files changed, 6 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/eptexdir/ChangeLog b/Build/source/texk/web2c/eptexdir/ChangeLog
index 1a80cdacd32..9e22b2ac306 100644
--- a/Build/source/texk/web2c/eptexdir/ChangeLog
+++ b/Build/source/texk/web2c/eptexdir/ChangeLog
@@ -1,3 +1,7 @@
+2022-02-05 Hironori Kitagawa <h_kitagawa2001@yahoo.co.jp>
+
+ * eptex.defines: Add isinternalUPTEX and isterminalUTF8.
+
2022-01-22 Hironori Kitagawa <h_kitagawa2001@yahoo.co.jp>
* eptex.ech, etex.ch0, etex.ch1, pdfutils.ch:
diff --git a/Build/source/texk/web2c/eptexdir/eptex.defines b/Build/source/texk/web2c/eptexdir/eptex.defines
index fc154904830..165d23acee1 100644
--- a/Build/source/texk/web2c/eptexdir/eptex.defines
+++ b/Build/source/texk/web2c/eptexdir/eptex.defines
@@ -8,6 +8,8 @@
@define function getencstring;
@define function setencstring ();
+@define function isinternalUPTEX;
+@define function isterminalUTF8;
@define function iskanji1 ();
@define function multistrlen ();