diff options
author | Hironobu Yamashita <h.y.acetaminophen@gmail.com> | 2021-06-29 12:09:25 +0000 |
---|---|---|
committer | Hironobu Yamashita <h.y.acetaminophen@gmail.com> | 2021-06-29 12:09:25 +0000 |
commit | 7bc30853dc6c5c55866c56236a9a5eb3c135e5f5 (patch) | |
tree | 88104e102571d5a6151eedf42cfefcea559c80e6 /Build/source/texk/web2c/eptexdir | |
parent | 6cee5b73a7fb36a8a1abcdbd0d1be611d2be35f2 (diff) |
[e][u]ptex: add \ucs and \toucs, invalid code -> -1
git-svn-id: svn://tug.org/texlive/trunk@59750 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/eptexdir')
-rw-r--r-- | Build/source/texk/web2c/eptexdir/ChangeLog | 6 | ||||
-rw-r--r-- | Build/source/texk/web2c/eptexdir/eptex.defines | 1 | ||||
-rw-r--r-- | Build/source/texk/web2c/eptexdir/eptex.ech | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/eptexdir/eptex_version.h | 2 |
4 files changed, 10 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/eptexdir/ChangeLog b/Build/source/texk/web2c/eptexdir/ChangeLog index 09ad2fa3f4b..7b6041c0e07 100644 --- a/Build/source/texk/web2c/eptexdir/ChangeLog +++ b/Build/source/texk/web2c/eptexdir/ChangeLog @@ -1,3 +1,9 @@ +2021-06-29 Hironori Kitagawa <h_kitagawa2001@yahoo.co.jp> + + * eptex.defines: Add fromUCS(). + * eptex.ech, eptex_version.h: e-pTeX version 210629 + (adapted to pTeX p3.10.0). + 2021-06-25 Hironori Kitagawa <h_kitagawa2001@yahoo.co.jp> * etex.ch1: Adapt to ptex-base.ch for fix of diff --git a/Build/source/texk/web2c/eptexdir/eptex.defines b/Build/source/texk/web2c/eptexdir/eptex.defines index 4ec82524536..d6f6c96131b 100644 --- a/Build/source/texk/web2c/eptexdir/eptex.defines +++ b/Build/source/texk/web2c/eptexdir/eptex.defines @@ -28,6 +28,7 @@ @define function fromSJIS (); @define function fromKUTEN (); @define function UCStoUTF8 (); +@define function fromUCS (); @define function toUCS (); @define function notkanjicharseq (); diff --git a/Build/source/texk/web2c/eptexdir/eptex.ech b/Build/source/texk/web2c/eptexdir/eptex.ech index 75d3b03355b..aed42a75c38 100644 --- a/Build/source/texk/web2c/eptexdir/eptex.ech +++ b/Build/source/texk/web2c/eptexdir/eptex.ech @@ -26,8 +26,8 @@ @y @d eTeX_version_string=='-2.6' {current \eTeX\ version} @# -@d epTeX_version_string=='-210218' -@d epTeX_version_number==210218 +@d epTeX_version_string=='-210629' +@d epTeX_version_number==210629 @z @x e-pTeX: banner diff --git a/Build/source/texk/web2c/eptexdir/eptex_version.h b/Build/source/texk/web2c/eptexdir/eptex_version.h index a79725d296b..51cc8d04803 100644 --- a/Build/source/texk/web2c/eptexdir/eptex_version.h +++ b/Build/source/texk/web2c/eptexdir/eptex_version.h @@ -1 +1 @@ -#define EPTEX_VERSION "210218" +#define EPTEX_VERSION "210629" |