summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-04-28 21:22:48 +0000
committerKarl Berry <karl@freefriends.org>2017-04-28 21:22:48 +0000
commit42372efe139e0f20f50a43d5bbb60c334d527259 (patch)
tree99578fc6c58ee11edbcd5fc6cbe323f66ed12904 /Build/source/texk/web2c/luatexdir
parent37dfda47fe844c888a24fb8cc380d34139dca9f4 (diff)
more kinidai -> kindai
git-svn-id: svn://tug.org/texlive/trunk@44104 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir')
-rw-r--r--Build/source/texk/web2c/luatexdir/ChangeLog11
1 files changed, 5 insertions, 6 deletions
diff --git a/Build/source/texk/web2c/luatexdir/ChangeLog b/Build/source/texk/web2c/luatexdir/ChangeLog
index 441fab87fe4..f9aa304d879 100644
--- a/Build/source/texk/web2c/luatexdir/ChangeLog
+++ b/Build/source/texk/web2c/luatexdir/ChangeLog
@@ -3,7 +3,6 @@
* luaffi/: First attempt to implement the ffi module in lua
compatible with the ffi module of luajit.
-
2015-11-01 Akira Kakuto <kakuto@fuk.kindai.ac.jp>
* luatex.c: Improve a little (w32 only).
@@ -514,11 +513,11 @@
* lua/lepdflib.cc: No need to test for Annot::decRefCnt with
poppler 0.18 or better.
-2012-11-06 Akira Kakuto <kakuto@fuk.kinidai.ac.jp>
+2012-11-06 Akira Kakuto <kakuto@fuk.kindai.ac.jp>
* pdf/pdflistout.w: sync with r4471 (a bug fix by H. Henkel).
-2012-10-13 Akira Kakuto <kakuto@fuk.kinidai.ac.jp>
+2012-10-13 Akira Kakuto <kakuto@fuk.kindai.ac.jp>
* tex/texfileio.w: input by pipe was impossible. enable it.
@@ -526,7 +525,7 @@
* lua/luainit.w (lua_initialize): Free two malloc()ed strings.
-2012-10-10 Akira Kakuto <kakuto@fuk.kinidai.ac.jp>
+2012-10-10 Akira Kakuto <kakuto@fuk.kindai.ac.jp>
* luatex.c: Modify determination of fullpath for restricted shell
escape commands.
@@ -552,7 +551,7 @@
* lua/luainit.w (parse_options): Avoid cast const => non-const.
-2012-09-13 Akira Kakuto <kakuto@fuk.kinidai.ac.jp>
+2012-09-13 Akira Kakuto <kakuto@fuk.kindai.ac.jp>
* lua/luainit.w (parse_options): allow lualatex "\input" "a b" on
Windows.
@@ -562,7 +561,7 @@
* luatex-api.h: Avoid conflicting extern declaration of environ,
declared in <stdlib.h> for WIN32 (from W32TeX).
-2012-08-21 Akira Kakuto <kakuto@fuk.kinidai.ac.jp>
+2012-08-21 Akira Kakuto <kakuto@fuk.kindai.ac.jp>
* tex/texdeffont.w (tex_def_font): Recover the old code, because the
new code seems not to work.