summaryrefslogtreecommitdiff
path: root/Build/source/texk/ptexenc/ChangeLog
diff options
context:
space:
mode:
authorHironobu Yamashita <h.y.acetaminophen@gmail.com>2019-09-10 12:51:51 +0000
committerHironobu Yamashita <h.y.acetaminophen@gmail.com>2019-09-10 12:51:51 +0000
commit438d6f94d98f932b6c6cf8b79ad562ab99554ad3 (patch)
tree61b25b2241c2422c4d184226a908722c680e6fd3 /Build/source/texk/ptexenc/ChangeLog
parent3abd8caf353b184c330945118fbb0379aac4d686 (diff)
ptexenc.c: updates from H. Kitagawa
git-svn-id: svn://tug.org/texlive/trunk@52071 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/ptexenc/ChangeLog')
-rw-r--r--Build/source/texk/ptexenc/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/Build/source/texk/ptexenc/ChangeLog b/Build/source/texk/ptexenc/ChangeLog
index b92707d62ce..33d98d96772 100644
--- a/Build/source/texk/ptexenc/ChangeLog
+++ b/Build/source/texk/ptexenc/ChangeLog
@@ -1,3 +1,13 @@
+2019-09-09 Hironori Kitagawa <h_kitagawa2001@yahoo.co.jp>
+
+ * ptexenc.c: Fix a bug that size of buf was insufficient, when
+ converting the file name from UTF-8 to the internal encoding.
+ This bug could cause "Abort trap: 6".
+ https://github.com/texjporg/tex-jp-build/issues/89
+ * ptexenc.c: Avoid to collapse some invalid UTF-8 sequences into
+ a "Japanese" character U+0027 (1-2-15 in JIS X 0213).
+ https://github.com/texjporg/tex-jp-build/pull/90
+
2019-05-03 Karl Berry <karl@tug.org>
* version.ac: 1.3.8/dev since TL'19 is released.