summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-log.lua
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-10-28 21:04:56 +0000
committerKarl Berry <karl@freefriends.org>2018-10-28 21:04:56 +0000
commitb66ea0d4e8536692eab3deb715a0b87a88a4b506 (patch)
tree2d6c32e517e191c6b9278cf1d260e998bc90efd9 /Master/texmf-dist/tex/luatex/luaotfload/luaotfload-log.lua
parentcc272ef6384ce91e8195ee19a50bf3d81bf22176 (diff)
luaotfload (28oct18)
git-svn-id: svn://tug.org/texlive/trunk@49010 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/luatex/luaotfload/luaotfload-log.lua')
-rw-r--r--Master/texmf-dist/tex/luatex/luaotfload/luaotfload-log.lua25
1 files changed, 19 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-log.lua b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-log.lua
index 07c7c1235b7..b33a7801485 100644
--- a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-log.lua
+++ b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-log.lua
@@ -1,11 +1,24 @@
-if not modules then modules = { } end modules ["luaotfload-log"] = {
- version = "2.91",
- comment = "companion to Luaotfload",
- author = "Khaled Hosny, Elie Roux, Philipp Gesang",
- copyright = "Luaotfload Development Team",
- license = "GNU GPL v2.0"
+-------------------------------------------------------------------------------
+-- FILE: luaotfload-log.lua
+-- DESCRIPTION: part of luaotfload / logging
+-------------------------------------------------------------------------------
+
+
+local ProvidesLuaModule = {
+ name = "luaotfload-log",
+ version = "2.93", --TAGVERSION
+ date = "2018-10-28", --TAGDATE
+ description = "luaotfload submodule / logging",
+ license = "GPL v2.0",
+ author = "Khaled Hosny, Elie Roux, Philipp Gesang",
+ copyright = "Luaotfload Development Team",
}
+if luatexbase and luatexbase.provides_module then
+ luatexbase.provides_module (ProvidesLuaModule)
+end
+
+
--[[doc--
The logging system is slow in general, as we always have the function
call overhead even if we aren’t going to output anything. On the other