summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/ChangeLog
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2017-09-05 22:00:26 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2017-09-05 22:00:26 +0000
commitf3ea6d55e74f5c73f1d804edfcf3590d83a98ee3 (patch)
tree77af9616e3d7e13d1c554b3e71d864421e242be8 /Build/source/texk/web2c/luatexdir/ChangeLog
parent39b632f4114d433ae2c9b49a177ce30c519b46f3 (diff)
luatex.c: apply similar changes as texmfmp.c
git-svn-id: svn://tug.org/texlive/trunk@45225 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/ChangeLog')
-rw-r--r--Build/source/texk/web2c/luatexdir/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/luatexdir/ChangeLog b/Build/source/texk/web2c/luatexdir/ChangeLog
index f9aa304d879..5f68df41c51 100644
--- a/Build/source/texk/web2c/luatexdir/ChangeLog
+++ b/Build/source/texk/web2c/luatexdir/ChangeLog
@@ -1,3 +1,15 @@
+2017-09-05 Karl Berry <karl@tug.org>
+ and Akira Kakuto <kakuto@fuk.kindai.ac.jp>
+
+ * luatex.c (IS_SPC_OR_EOL): new macro.
+ (topenin): use it, instead of ISBLANK.
+ (input_line): remove only trailing space characters
+ instead of using ISBLANK.
+ See also analogous change in lib/texmfmp.c.
+ Original bug report from Evan Aad,
+ http://tug.org/pipermail/tex-k/2017-August/002801.html.
+ Fix a bug to skip BOM (w32 only).
+
2017-02-07 Luigi Scarso <luigi.scarso@gmail.com>
* luaffi/: First attempt to implement the ffi module in lua