summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/uptexdir/ChangeLog
diff options
context:
space:
mode:
authorTakuji Tanaka <KXD02663@nifty.ne.jp>2017-01-14 15:10:11 +0000
committerTakuji Tanaka <KXD02663@nifty.ne.jp>2017-01-14 15:10:11 +0000
commitc6ec6310a150e1d191b4e3dbfb9073f319c46b11 (patch)
tree4076a4549c26544042e32c446498c0633280a0e0 /Build/source/texk/web2c/uptexdir/ChangeLog
parenta6bfaf32342fb5fb35874ed8d5b5f92b1ea30c60 (diff)
upbibtex: fix bug on substring$
git-svn-id: svn://tug.org/texlive/trunk@42954 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/uptexdir/ChangeLog')
-rw-r--r--Build/source/texk/web2c/uptexdir/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/uptexdir/ChangeLog b/Build/source/texk/web2c/uptexdir/ChangeLog
index ef4999d8833..2fb54ed2eab 100644
--- a/Build/source/texk/web2c/uptexdir/ChangeLog
+++ b/Build/source/texk/web2c/uptexdir/ChangeLog
@@ -1,3 +1,7 @@
+2017-01-14 TANAKA Takuji <ttk@t-lab.opal.ne.jp>
+ * upbibtex.ch, kanji.h: Fix bug on "substring$".
+ Thanks to Takeda Shiro san.
+
2016-12-16 Akira Kakuto <kakuto@fuk.kindai.ac.jp>
* upbibtex.ch, updvitype.ch, uppltotf.ch, uptftopl.ch:
@@ -130,7 +134,7 @@
* kanji.c (init_default_kanji): Set defaults before testing
PTEX_KANJI_ENC from the environment.
- * kanji.c: All programs use init_default_kanji("utf8","uptex").
+ * kanji.c: All programs use init_default_kanji("utf8","uptex").
2012-08-13 TANAKA Takuji <KXD02663@nifty.ne.jp>