From d78de17ddf0443233483fd98f40802cae5aa87c5 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sun, 3 May 2020 03:02:51 +0000 Subject: CTAN sync 202005030302 --- macros/luatex/generic/luaotfload/luaotfload-auxiliary.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'macros/luatex/generic/luaotfload/luaotfload-auxiliary.lua') diff --git a/macros/luatex/generic/luaotfload/luaotfload-auxiliary.lua b/macros/luatex/generic/luaotfload/luaotfload-auxiliary.lua index f6539dca8d..02f52f59bd 100644 --- a/macros/luatex/generic/luaotfload/luaotfload-auxiliary.lua +++ b/macros/luatex/generic/luaotfload/luaotfload-auxiliary.lua @@ -6,8 +6,8 @@ local ProvidesLuaModule = { name = "luaotfload-auxiliary", - version = "3.12", --TAGVERSION - date = "2020-02-02", --TAGDATE + version = "3.13", --TAGVERSION + date = "2020-05-01", --TAGDATE description = "luaotfload submodule / auxiliary functions", license = "GPL v2.0" } @@ -215,7 +215,7 @@ local function determine_capheight(fontdata) local refchar = characters [refcp] if refchar then logreport ("both", 4, "aux", - "picked height of character ā€˜%sā€™ (U+%d) as \\fontdimen8 \z + "picked height of character '%s' (U+%04X) as \\fontdimen8 \z candidate", capheight_reference_chars [i], refcp) return refchar.height @@ -729,7 +729,7 @@ end --- https://github.com/lualatex/luaotfload/pull/61#issuecomment-17776975 --- string -> (int * int) -local scan_external_dir = function (dir) +local function scan_external_dir (dir) local old_names, new_names = names.data() if not old_names then old_names = load_names() @@ -918,7 +918,7 @@ end local function inject_callbacks (lst) if not lst and next (lst) then return false end - local inject = function (def) + local function inject (def) local cb, fn, id = unpack (def) cb = tostring (cb) id = tostring (id) -- cgit v1.2.3