summaryrefslogtreecommitdiff
path: root/src/luaotfload-main.lua
diff options
context:
space:
mode:
authorPhilipp Gesang <phg@phi-gamma.net>2015-11-05 22:05:00 +0100
committerPhilipp Gesang <phg@phi-gamma.net>2015-11-05 22:05:00 +0100
commit330440f784cb12b0902fd80271e568c59da64771 (patch)
treeae32aaebd71a0f9a11f5347ef12b778d88bc0d4e /src/luaotfload-main.lua
parent8aeffc4b1c326f3527da748e09cb362e1e091aab (diff)
downloadluaotfload-330440f784cb12b0902fd80271e568c59da64771.tar.gz
[main] clean up unused and irrelevant pieces
Diffstat (limited to 'src/luaotfload-main.lua')
-rw-r--r--src/luaotfload-main.lua14
1 files changed, 3 insertions, 11 deletions
diff --git a/src/luaotfload-main.lua b/src/luaotfload-main.lua
index 98afee0..5fa316d 100644
--- a/src/luaotfload-main.lua
+++ b/src/luaotfload-main.lua
@@ -7,23 +7,15 @@
-- MODIFIED: 2015-06-09 23:08:18+0200
-----------------------------------------------------------------------
--
---- Note:
---- This file was part of the original luaotfload.dtx and has been
---- converted to a pure Lua file during the transition from Luaotfload
---- version 2.4 to 2.5. Thus, the comments are still in TeX (Latex)
---- markup.
-local os = os
local osgettimeofday = os.gettimeofday
-
-local initial_log_level = 0
-luaotfload = luaotfload or { }
config = config or { }
+luaotfload = luaotfload or { }
local luaotfload = luaotfload
luaotfload.log = luaotfload.log or { }
luaotfload.version = "2.6"
luaotfload.loaders = { }
-luaotfload.min_luatex_version = 79 --- i. e. 0.79
+luaotfload.min_luatex_version = 80 --- i. e. 0.79
luaotfload.fontloader_package = "reference" --- default: from current Context
local authors = "\z
@@ -40,7 +32,7 @@ local authors = "\z
luaotfload.module = {
name = "luaotfload-main",
version = 2.60001,
- date = "2015/05/26",
+ date = "2015/11/05",
description = "OpenType layout system.",
author = authors,
copyright = authors,