summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/ptexdir/ChangeLog
diff options
context:
space:
mode:
authorHironobu Yamashita <h.y.acetaminophen@gmail.com>2021-06-29 12:09:25 +0000
committerHironobu Yamashita <h.y.acetaminophen@gmail.com>2021-06-29 12:09:25 +0000
commit7bc30853dc6c5c55866c56236a9a5eb3c135e5f5 (patch)
tree88104e102571d5a6151eedf42cfefcea559c80e6 /Build/source/texk/web2c/ptexdir/ChangeLog
parent6cee5b73a7fb36a8a1abcdbd0d1be611d2be35f2 (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/ptexdir/ChangeLog')
-rw-r--r--Build/source/texk/web2c/ptexdir/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/ptexdir/ChangeLog b/Build/source/texk/web2c/ptexdir/ChangeLog
index 540b9cf7337..54a43e3cabc 100644
--- a/Build/source/texk/web2c/ptexdir/ChangeLog
+++ b/Build/source/texk/web2c/ptexdir/ChangeLog
@@ -1,3 +1,14 @@
+2021-06-29 Hironori Kitagawa <h_kitagawa2001@yahoo.co.jp>
+ and Hironobu Yamashita <h.y.acetaminophen@gmail.com>
+
+ * ptex-base.ch:
+ - Bug fix: Wrap print_hex for negative value.
+ - Change: Code conversion primitives return -1 for invalid.
+ - Added: New primitives \ucs (from upTeX) and \toucs.
+ * ptex.defines: Add fromUCS() and toUCS().
+ * ptex_version.h: pTeX version p3.10.0.
+ https://github.com/texjporg/tex-jp-build/pull/121
+
2021-06-25 Hironori Kitagawa <h_kitagawa2001@yahoo.co.jp>
and Hironobu Yamashita <h.y.acetaminophen@gmail.com>