summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-08-20 20:46:58 +0000
committerKarl Berry <karl@freefriends.org>2019-08-20 20:46:58 +0000
commitfc997f30384fa4c97e4db89a2539fb421380d829 (patch)
tree3d62f967278e932dc2548364ad699f4ccafbd150
parent66afecf68fa69f2fa0d5cb78b10ba6d12795b931 (diff)
luaotfload (20aug19)
git-svn-id: svn://tug.org/texlive/trunk@51920 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-xBuild/source/texk/texlive/linked_scripts/luaotfload/luaotfload-tool.lua2
-rwxr-xr-xBuild/source/texk/texlive/linked_scripts/texlive/fmtutil-user.sh2
-rwxr-xr-xBuild/source/texk/texlive/linked_scripts/texlive/updmap-user.sh2
-rw-r--r--Master/texmf-dist/doc/luatex/luaotfload/NEWS5
-rw-r--r--Master/texmf-dist/doc/luatex/luaotfload/README.md2
-rw-r--r--Master/texmf-dist/doc/luatex/luaotfload/filegraph.pdfbin39715 -> 39715 bytes
-rw-r--r--Master/texmf-dist/doc/luatex/luaotfload/luaotfload-conf.pdfbin77671 -> 77672 bytes
-rw-r--r--Master/texmf-dist/doc/luatex/luaotfload/luaotfload-latex.pdfbin347110 -> 347111 bytes
-rw-r--r--Master/texmf-dist/doc/luatex/luaotfload/luaotfload-main.tex2
-rw-r--r--Master/texmf-dist/doc/luatex/luaotfload/luaotfload-tool.pdfbin76919 -> 76919 bytes
-rw-r--r--Master/texmf-dist/doc/luatex/luaotfload/luaotfload-tool.rst2
-rw-r--r--Master/texmf-dist/doc/luatex/luaotfload/luaotfload.conf.rst2
-rw-r--r--Master/texmf-dist/doc/man/man1/luaotfload-tool.12
-rw-r--r--Master/texmf-dist/doc/man/man1/luaotfload-tool.man1.pdfbin44637 -> 44634 bytes
-rw-r--r--Master/texmf-dist/doc/man/man5/luaotfload.conf.52
-rw-r--r--Master/texmf-dist/doc/man/man5/luaotfload.conf.man5.pdfbin45662 -> 45668 bytes
-rwxr-xr-xMaster/texmf-dist/scripts/luaotfload/luaotfload-tool.lua2
-rw-r--r--Master/texmf-dist/tex/luatex/luaotfload/luaotfload-auxiliary.lua2
-rw-r--r--Master/texmf-dist/tex/luatex/luaotfload/luaotfload-colors.lua2
-rw-r--r--Master/texmf-dist/tex/luatex/luaotfload/luaotfload-configuration.lua2
-rw-r--r--Master/texmf-dist/tex/luatex/luaotfload/luaotfload-database.lua22
-rw-r--r--Master/texmf-dist/tex/luatex/luaotfload/luaotfload-diagnostics.lua2
-rw-r--r--Master/texmf-dist/tex/luatex/luaotfload/luaotfload-embolden.lua2
-rw-r--r--Master/texmf-dist/tex/luatex/luaotfload/luaotfload-features.lua2
-rw-r--r--Master/texmf-dist/tex/luatex/luaotfload/luaotfload-filelist.lua2
-rw-r--r--Master/texmf-dist/tex/luatex/luaotfload/luaotfload-glyphlist.lua2
-rw-r--r--Master/texmf-dist/tex/luatex/luaotfload/luaotfload-init.lua2
-rw-r--r--Master/texmf-dist/tex/luatex/luaotfload/luaotfload-letterspace.lua2
-rw-r--r--Master/texmf-dist/tex/luatex/luaotfload/luaotfload-loaders.lua2
-rw-r--r--Master/texmf-dist/tex/luatex/luaotfload/luaotfload-log.lua2
-rw-r--r--Master/texmf-dist/tex/luatex/luaotfload/luaotfload-main.lua2
-rw-r--r--Master/texmf-dist/tex/luatex/luaotfload/luaotfload-notdef.lua2
-rw-r--r--Master/texmf-dist/tex/luatex/luaotfload/luaotfload-parsers.lua2
-rw-r--r--Master/texmf-dist/tex/luatex/luaotfload/luaotfload-resolvers.lua2
-rw-r--r--Master/texmf-dist/tex/luatex/luaotfload/luaotfload-status.lua48
-rw-r--r--Master/texmf-dist/tex/luatex/luaotfload/luaotfload-unicode.lua2
-rw-r--r--Master/texmf-dist/tex/luatex/luaotfload/luaotfload.sty2
37 files changed, 74 insertions, 57 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/luaotfload/luaotfload-tool.lua b/Build/source/texk/texlive/linked_scripts/luaotfload/luaotfload-tool.lua
index 3315e2e3052..e7e144c6c7e 100755
--- a/Build/source/texk/texlive/linked_scripts/luaotfload/luaotfload-tool.lua
+++ b/Build/source/texk/texlive/linked_scripts/luaotfload/luaotfload-tool.lua
@@ -9,7 +9,7 @@
local ProvidesLuaModule = {
name = "luaotfload-tool",
- version = "2.99", --TAGVERSION
+ version = "2.991", --TAGVERSION
date = "2019-08-11", --TAGDATE
description = "luaotfload-tool / database functionality",
license = "GPL v2.0"
diff --git a/Build/source/texk/texlive/linked_scripts/texlive/fmtutil-user.sh b/Build/source/texk/texlive/linked_scripts/texlive/fmtutil-user.sh
index d48ba049ca5..032f917310d 100755
--- a/Build/source/texk/texlive/linked_scripts/texlive/fmtutil-user.sh
+++ b/Build/source/texk/texlive/linked_scripts/texlive/fmtutil-user.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id$
+# $Id: fmtutil-user.sh 51911 2019-08-19 20:59:22Z karl $
# fmtutil-user - arrange for fmtutil to affect user directories.
# Maintained in Master/texmf-dist/scripts/texlive/
# Public domain. Originally written by Thomas Esser.
diff --git a/Build/source/texk/texlive/linked_scripts/texlive/updmap-user.sh b/Build/source/texk/texlive/linked_scripts/texlive/updmap-user.sh
index 765f5ba67c3..14dd4133ad2 100755
--- a/Build/source/texk/texlive/linked_scripts/texlive/updmap-user.sh
+++ b/Build/source/texk/texlive/linked_scripts/texlive/updmap-user.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id$
+# $Id: updmap-user.sh 51911 2019-08-19 20:59:22Z karl $
# updmap-user - arrange for updmap to affect user directories.
# Maintained in Master/texmf-dist/scripts/texlive/
# Public domain. Originally written by Thomas Esser.
diff --git a/Master/texmf-dist/doc/luatex/luaotfload/NEWS b/Master/texmf-dist/doc/luatex/luaotfload/NEWS
index f43a0309cd6..aa6b4ca7d73 100644
--- a/Master/texmf-dist/doc/luatex/luaotfload/NEWS
+++ b/Master/texmf-dist/doc/luatex/luaotfload/NEWS
@@ -1,6 +1,9 @@
Change History
--------------
-2019-08-11 luaotfload v2.99-dev
+2019-08-11 luaotfload v2.991
+ * fix issue #88
+
+2019-08-11 luaotfload v2.99
* some clean up
* fix a bug in luaotfload.aux.resolve_fontname() (issue #76)
* removed dependency on slnunicode (PR#72)
diff --git a/Master/texmf-dist/doc/luatex/luaotfload/README.md b/Master/texmf-dist/doc/luatex/luaotfload/README.md
index 71f03f2c9c6..e59852f2941 100644
--- a/Master/texmf-dist/doc/luatex/luaotfload/README.md
+++ b/Master/texmf-dist/doc/luatex/luaotfload/README.md
@@ -1,6 +1,6 @@
# The Luaotfload Package
-VERSION: 2.99
+VERSION: 2.991
DATE: 2019-08-11
diff --git a/Master/texmf-dist/doc/luatex/luaotfload/filegraph.pdf b/Master/texmf-dist/doc/luatex/luaotfload/filegraph.pdf
index 48b562ee463..e5807ca3cac 100644
--- a/Master/texmf-dist/doc/luatex/luaotfload/filegraph.pdf
+++ b/Master/texmf-dist/doc/luatex/luaotfload/filegraph.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/luatex/luaotfload/luaotfload-conf.pdf b/Master/texmf-dist/doc/luatex/luaotfload/luaotfload-conf.pdf
index a3989fc794c..7ea1cd28824 100644
--- a/Master/texmf-dist/doc/luatex/luaotfload/luaotfload-conf.pdf
+++ b/Master/texmf-dist/doc/luatex/luaotfload/luaotfload-conf.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/luatex/luaotfload/luaotfload-latex.pdf b/Master/texmf-dist/doc/luatex/luaotfload/luaotfload-latex.pdf
index 755f6303187..43bfb25a2b1 100644
--- a/Master/texmf-dist/doc/luatex/luaotfload/luaotfload-latex.pdf
+++ b/Master/texmf-dist/doc/luatex/luaotfload/luaotfload-latex.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/luatex/luaotfload/luaotfload-main.tex b/Master/texmf-dist/doc/luatex/luaotfload/luaotfload-main.tex
index 4744a017047..424b4e0fa89 100644
--- a/Master/texmf-dist/doc/luatex/luaotfload/luaotfload-main.tex
+++ b/Master/texmf-dist/doc/luatex/luaotfload/luaotfload-main.tex
@@ -32,7 +32,7 @@
\beginfrontmatter
\setdocumenttitle {The \identifier{luaotfload} package}
- \setdocumentdate {2019-08-11 v2.99}
+ \setdocumentdate {2019-08-11 v2.991}
\setdocumentauthor {Elie Roux · Khaled Hosny · Philipp Gesang · Ulrike Fischer\\
Home: \hyperlink {https://github.com/lualatex/luaotfload}\\
New Home: \hyperlink {https://github.com/u-fischer/luaotfload}\\
diff --git a/Master/texmf-dist/doc/luatex/luaotfload/luaotfload-tool.pdf b/Master/texmf-dist/doc/luatex/luaotfload/luaotfload-tool.pdf
index 78fabdf483d..e278f8bbc51 100644
--- a/Master/texmf-dist/doc/luatex/luaotfload/luaotfload-tool.pdf
+++ b/Master/texmf-dist/doc/luatex/luaotfload/luaotfload-tool.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/luatex/luaotfload/luaotfload-tool.rst b/Master/texmf-dist/doc/luatex/luaotfload/luaotfload-tool.rst
index 363cfd1ce2d..e091cbb1d12 100644
--- a/Master/texmf-dist/doc/luatex/luaotfload/luaotfload-tool.rst
+++ b/Master/texmf-dist/doc/luatex/luaotfload/luaotfload-tool.rst
@@ -8,7 +8,7 @@
:Date: 2019-08-11
:Copyright: GPL v2.0
-:Version: 2.99
+:Version: 2.991
:Manual section: 1
:Manual group: text processing
diff --git a/Master/texmf-dist/doc/luatex/luaotfload/luaotfload.conf.rst b/Master/texmf-dist/doc/luatex/luaotfload/luaotfload.conf.rst
index a03fe6dd780..754dff9f6ab 100644
--- a/Master/texmf-dist/doc/luatex/luaotfload/luaotfload.conf.rst
+++ b/Master/texmf-dist/doc/luatex/luaotfload/luaotfload.conf.rst
@@ -8,7 +8,7 @@
:Date: 2019-08-11
:Copyright: GPL v2.0
-:Version: 2.99
+:Version: 2.991
:Manual section: 5
:Manual group: text processing
diff --git a/Master/texmf-dist/doc/man/man1/luaotfload-tool.1 b/Master/texmf-dist/doc/man/man1/luaotfload-tool.1
index 3ab929adb22..81b5c22d6dd 100644
--- a/Master/texmf-dist/doc/man/man1/luaotfload-tool.1
+++ b/Master/texmf-dist/doc/man/man1/luaotfload-tool.1
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
-.TH LUAOTFLOAD-TOOL 1 "2019-08-11" "2.99" "text processing"
+.TH LUAOTFLOAD-TOOL 1 "2019-08-11" "2.991" "text processing"
.SH NAME
luaotfload-tool \- generate and query the Luaotfload font names database
.
diff --git a/Master/texmf-dist/doc/man/man1/luaotfload-tool.man1.pdf b/Master/texmf-dist/doc/man/man1/luaotfload-tool.man1.pdf
index 76863bc8dda..33c30a8d4aa 100644
--- a/Master/texmf-dist/doc/man/man1/luaotfload-tool.man1.pdf
+++ b/Master/texmf-dist/doc/man/man1/luaotfload-tool.man1.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/man/man5/luaotfload.conf.5 b/Master/texmf-dist/doc/man/man5/luaotfload.conf.5
index 1b144ac112c..7fc9e485745 100644
--- a/Master/texmf-dist/doc/man/man5/luaotfload.conf.5
+++ b/Master/texmf-dist/doc/man/man5/luaotfload.conf.5
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
-.TH LUAOTFLOAD.CONF 5 "2019-08-11" "2.99" "text processing"
+.TH LUAOTFLOAD.CONF 5 "2019-08-11" "2.991" "text processing"
.SH NAME
luaotfload.conf \- Luaotfload configuration file
.
diff --git a/Master/texmf-dist/doc/man/man5/luaotfload.conf.man5.pdf b/Master/texmf-dist/doc/man/man5/luaotfload.conf.man5.pdf
index 221ced8d5fe..fb4cfcc3ae6 100644
--- a/Master/texmf-dist/doc/man/man5/luaotfload.conf.man5.pdf
+++ b/Master/texmf-dist/doc/man/man5/luaotfload.conf.man5.pdf
Binary files differ
diff --git a/Master/texmf-dist/scripts/luaotfload/luaotfload-tool.lua b/Master/texmf-dist/scripts/luaotfload/luaotfload-tool.lua
index 3315e2e3052..e7e144c6c7e 100755
--- a/Master/texmf-dist/scripts/luaotfload/luaotfload-tool.lua
+++ b/Master/texmf-dist/scripts/luaotfload/luaotfload-tool.lua
@@ -9,7 +9,7 @@
local ProvidesLuaModule = {
name = "luaotfload-tool",
- version = "2.99", --TAGVERSION
+ version = "2.991", --TAGVERSION
date = "2019-08-11", --TAGDATE
description = "luaotfload-tool / database functionality",
license = "GPL v2.0"
diff --git a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-auxiliary.lua b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-auxiliary.lua
index 72e530d0740..3e3283b5ff1 100644
--- a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-auxiliary.lua
+++ b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-auxiliary.lua
@@ -6,7 +6,7 @@
local ProvidesLuaModule = {
name = "luaotfload-auxiliary",
- version = "2.99", --TAGVERSION
+ version = "2.991", --TAGVERSION
date = "2019-08-11", --TAGDATE
description = "luaotfload submodule / auxiliary functions",
license = "GPL v2.0"
diff --git a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-colors.lua b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-colors.lua
index 5460ac12e61..d9dabd1c6c9 100644
--- a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-colors.lua
+++ b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-colors.lua
@@ -5,7 +5,7 @@
local ProvidesLuaModule = {
name = "luaotfload-colors",
- version = "2.99", --TAGVERSION
+ version = "2.991", --TAGVERSION
date = "2019-08-11", --TAGDATE
description = "luaotfload submodule / color",
license = "GPL v2.0",
diff --git a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-configuration.lua b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-configuration.lua
index e30ef66dec4..12fc63e0d58 100644
--- a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-configuration.lua
+++ b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-configuration.lua
@@ -7,7 +7,7 @@
local ProvidesLuaModule = {
name = "luaotfload-configuration",
- version = "2.99", --TAGVERSION
+ version = "2.991", --TAGVERSION
date = "2019-08-11", --TAGDATE
description = "luaotfload submodule / config file reader",
license = "GPL v2.0"
diff --git a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-database.lua b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-database.lua
index 0cff8f51b4b..a932456b6a7 100644
--- a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-database.lua
+++ b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-database.lua
@@ -5,7 +5,7 @@
do -- block to avoid to many local variables error
local ProvidesLuaModule = {
name = "luaotfload-database",
- version = "2.99", --TAGVERSION
+ version = "2.991", --TAGVERSION
date = "2019-08-11", --TAGDATE
description = "luaotfload submodule / database",
license = "GPL v2.0",
@@ -239,9 +239,15 @@ end
--- string -> string
+local invalidchars = "[^%a%d]"
+
local sanitize_fontname = function (str)
if str ~= nil then
- str = alphnum_only(casefold(str, true))
+ if utf8len(str) then
+ str = alphnum_only(casefold(str, true))
+ else
+ str = stringgsub(stringlower(str), invalidchars, "")
+ end
return str
end
return nil
@@ -252,11 +258,19 @@ local sanitize_fontnames = function (rawnames)
for category, namedata in next, rawnames do
if type (namedata) == "string" then
- result [category] = alphnum_only(casefold(namedata, true))
+ if utf8len(namedata) then
+ result [category] = alphnum_only(casefold(namedata, true))
+ else
+ result [category] = stringgsub(stringlower(namedata), invalidchars, "")
+ end
else
local target = { }
for field, name in next, namedata do
- target [field] = alphnum_only(casefold(name, true))
+ if utf8len(name) then
+ target [field] = alphnum_only(casefold(name, true))
+ else
+ target [field] = stringgsub(stringlower(name), invalidchars, "")
+ end
end
result [category] = target
end
diff --git a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-diagnostics.lua b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-diagnostics.lua
index d38ac5cc252..8ef443aedca 100644
--- a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-diagnostics.lua
+++ b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-diagnostics.lua
@@ -7,7 +7,7 @@
local ProvidesLuaModule = {
name = "luaotfload-diagnostics",
- version = "2.99", --TAGVERSION
+ version = "2.991", --TAGVERSION
date = "2019-08-11", --TAGDATE
description = "luaotfload-tool submodule / diagnostics",
license = "GPL v2.0"
diff --git a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-embolden.lua b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-embolden.lua
index 3edc86c00a8..5229c009f79 100644
--- a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-embolden.lua
+++ b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-embolden.lua
@@ -5,7 +5,7 @@
local ProvidesLuaModule = {
name = "luaotfload-embolden",
- version = "2.99", --TAGVERSION
+ version = "2.991", --TAGVERSION
date = "2019-08-11", --TAGDATE
description = "luaotfload submodule / color",
license = "GPL v2.0",
diff --git a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-features.lua b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-features.lua
index 6aff692ff7f..1d41cfd1925 100644
--- a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-features.lua
+++ b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-features.lua
@@ -5,7 +5,7 @@
local ProvidesLuaModule = {
name = "luaotfload-features",
- version = "2.99", --TAGVERSION
+ version = "2.991", --TAGVERSION
date = "2019-08-11", --TAGDATE
description = "luaotfload submodule / features",
license = "GPL v2.0",
diff --git a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-filelist.lua b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-filelist.lua
index 6f141da033c..612822440fc 100644
--- a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-filelist.lua
+++ b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-filelist.lua
@@ -6,7 +6,7 @@
local ProvidesLuaModule = {
name = "luaotfload-filelist",
- version = "2.99", --TAGVERSION
+ version = "2.991", --TAGVERSION
date = "2019-08-11", --TAGDATE
description = "luaotfload submodule / filelist",
license = "GPL v2.0"
diff --git a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-glyphlist.lua b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-glyphlist.lua
index e663f3d6a2f..43c927b3d3a 100644
--- a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-glyphlist.lua
+++ b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-glyphlist.lua
@@ -1,6 +1,6 @@
local ProvidesLuaModule = {
name = "luaotfload-glyphlist",
- version = "2.99", --TAGVERSION
+ version = "2.991", --TAGVERSION
date = "2019-08-11", --TAGDATE
description = "luaotfload submodule / autogenerated glyphlist",
copyright = "derived from https://raw.githubusercontent.com/adobe-type-tools/agl-aglfn/master/glyphlist.txt",
diff --git a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-init.lua b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-init.lua
index bd0242aac5c..9c932892f40 100644
--- a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-init.lua
+++ b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-init.lua
@@ -7,7 +7,7 @@
local ProvidesLuaModule = {
name = "luaotfload-init",
- version = "2.99", --TAGVERSION
+ version = "2.991", --TAGVERSION
date = "2019-08-11", --TAGDATE
description = "luaotfload submodule / initialization",
license = "GPL v2.0"
diff --git a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-letterspace.lua b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-letterspace.lua
index 180d1ca57c4..1acf67df8bc 100644
--- a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-letterspace.lua
+++ b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-letterspace.lua
@@ -5,7 +5,7 @@
local ProvidesLuaModule = {
name = "luaotfload-letterspace",
- version = "2.99", --TAGVERSION
+ version = "2.991", --TAGVERSION
date = "2019-08-11", --TAGDATE
description = "luaotfload submodule / color",
license = "GPL v2.0",
diff --git a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-loaders.lua b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-loaders.lua
index e193b78d350..39ffd243f70 100644
--- a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-loaders.lua
+++ b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-loaders.lua
@@ -8,7 +8,7 @@
local ProvidesLuaModule = {
name = "luaotfload-loaders",
- version = "2.99", --TAGVERSION
+ version = "2.991", --TAGVERSION
date = "2019-08-11", --TAGDATE
description = "luaotfload submodule / callback handling",
license = "GPL v2.0"
diff --git a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-log.lua b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-log.lua
index ebb379d0f92..17938ffd3d0 100644
--- a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-log.lua
+++ b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-log.lua
@@ -6,7 +6,7 @@
local ProvidesLuaModule = {
name = "luaotfload-log",
- version = "2.99", --TAGVERSION
+ version = "2.991", --TAGVERSION
date = "2019-08-11", --TAGDATE
description = "luaotfload submodule / logging",
license = "GPL v2.0",
diff --git a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-main.lua b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-main.lua
index 280a28a77b8..6c4b9201812 100644
--- a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-main.lua
+++ b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-main.lua
@@ -20,7 +20,7 @@ local authors = "\z
-- version number is used below!
local ProvidesLuaModule = {
name = "luaotfload-main",
- version = "2.99", --TAGVERSION
+ version = "2.991", --TAGVERSION
date = "2019-08-11", --TAGDATE
description = "luaotfload entry point",
author = authors,
diff --git a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-notdef.lua b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-notdef.lua
index 74efafe04cd..196ea928bbb 100644
--- a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-notdef.lua
+++ b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-notdef.lua
@@ -5,7 +5,7 @@
local ProvidesLuaModule = {
name = "luaotfload-notdef",
- version = "2.99", --TAGVERSION
+ version = "2.991", --TAGVERSION
date = "2019-08-11", --TAGDATE
description = "luaotfload submodule / color",
license = "GPL v2.0",
diff --git a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-parsers.lua b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-parsers.lua
index 2ef984f8e4a..5a7ccd576f5 100644
--- a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-parsers.lua
+++ b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-parsers.lua
@@ -7,7 +7,7 @@
local ProvidesLuaModule = {
name = "luaotfload-parsers",
- version = "2.99", --TAGVERSION
+ version = "2.991", --TAGVERSION
date = "2019-08-11", --TAGDATE
description = "luaotfload submodule / filelist",
license = "GPL v2.0"
diff --git a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-resolvers.lua b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-resolvers.lua
index a45d726124f..839155a9796 100644
--- a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-resolvers.lua
+++ b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-resolvers.lua
@@ -11,7 +11,7 @@
local ProvidesLuaModule = {
name = "luaotfload-resolvers",
- version = "2.99", --TAGVERSION
+ version = "2.991", --TAGVERSION
date = "2019-08-11", --TAGDATE
description = "luaotfload submodule / resolvers",
license = "GPL v2.0"
diff --git a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-status.lua b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-status.lua
index f3065ef547a..bd7b3289797 100644
--- a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-status.lua
+++ b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-status.lua
@@ -1,6 +1,6 @@
return {
["hashes"]={
- { "fontloader-2019-08-11.lua", "f2f8385defe9a85e335b767930543e48" },
+ { "fontloader-2019-08-11.lua", "9ad89bd01fccf2f98b8777ad42851c58" },
{ "fontloader-util-fil.lua", "4bb3e4dc72e308d8ed67cd7a80027fa7" },
{ "fontloader-util-str.lua", "3c829af0b336703e62cb5a1cb7a6e503" },
{ "fontloader-l-unicode.lua", "d46cc6cf18fb3f368ef1e404dc9fcb5c" },
@@ -55,36 +55,36 @@ return {
{ "fontloader-reference.lua", "759787e7ee75437382c0a2c4f8fe3b81" },
{ "fontloader-basics-gen.lua", "b21e91bbd534f77e368f0ec13f865aed" },
{ "mktests", "c7cff7025962922944376acc1ffa9c47" },
- { "mkstatus", "603f9a6281988c8f6e48fa6d2b01f4f2" },
+ { "mkstatus", "d84c8b2ae4c2335c5dbd9fba4846f0e9" },
{ "mkcharacters", "92c24bb582fc84c0365634f29eb89863" },
{ "mkglyphlist", "557836886d4f0e6d656eac3ded4456a2" },
{ "mkimport", "60e0b11a1a68719033e86a3e0f4d5e86" },
- { "luaotfload-glyphlist.lua", "65cb87f152fda4c0951ba7c5f0ab6809" },
+ { "luaotfload-glyphlist.lua", "8a1cbf89f48a8ebe05a13345352a3435" },
{ "luaotfload-characters.lua", "593ce9dccf6ddc4f7d4be0514f581102" },
- { "luaotfload-unicode.lua", "a473dc832e9e0cef6862ec70e7927474" },
- { "luaotfload-resolvers.lua", "3290274d8bb49d930e76528865f81899" },
- { "luaotfload-parsers.lua", "36e8c2ff43fcc4308005db0c2ed884b3" },
- { "luaotfload-loaders.lua", "7a69f7c97c82b46d8028e41b07eb2eed" },
- { "luaotfload-notdef.lua", "92161275f17417f4e6d5d5ec0ae1df57" },
- { "luaotfload-embolden.lua", "6bfbd38350f3ff9f9a8d71020dcf9881" },
- { "luaotfload-letterspace.lua", "d6987792121f8690d9e4e6f860a3fd1c" },
- { "luaotfload-features.lua", "adcf8a1ab0763d39f700ee0ef2fe9053" },
- { "luaotfload-database.lua", "f9a4521bdaeb00a20b4f5eb36516a4ee" },
- { "luaotfload-configuration.lua", "39561327149f8bf0330bae91c6e1acfe" },
- { "luaotfload-colors.lua", "d520998ec59d1df82d8c893c1b96f36d" },
- { "luaotfload-auxiliary.lua", "8204efea40f4eab1f20644eb1392ef69" },
- { "luaotfload-filelist.lua", "12ae678f899c650160be9344397c4b37" },
- { "luaotfload-tool.lua", "9dc7826470a75286b97f1f384d942917" },
- { "luaotfload-diagnostics.lua", "c791c5894ba0a3207ad2eeee54148467" },
- { "luaotfload-log.lua", "cd7bff9876c56964b62f3a7681260735" },
- { "luaotfload-init.lua", "535e94ca91d47958cb45f88cf6c84d1e" },
- { "luaotfload-main.lua", "8a8584a87cb676a1522683f130ffab86" },
+ { "luaotfload-unicode.lua", "aac378708c062d4de18132ae7600526f" },
+ { "luaotfload-resolvers.lua", "7e777d41afc10c928cd26dccfed6ba09" },
+ { "luaotfload-parsers.lua", "c69570b5f57d26abff8304f3a8eade58" },
+ { "luaotfload-loaders.lua", "920578f2f66758755c20fbf3539b3542" },
+ { "luaotfload-notdef.lua", "a4a40c92368510dcd81f6e95124bb2d3" },
+ { "luaotfload-embolden.lua", "4b6a0240b0f696d63cf2b343603fc742" },
+ { "luaotfload-letterspace.lua", "29453f635acb72ef76ec19942ce0449b" },
+ { "luaotfload-features.lua", "1c837c95c485d54204157fd3840e177e" },
+ { "luaotfload-database.lua", "3a3d0cbb02b0c9ff53b0dab969c7a879" },
+ { "luaotfload-configuration.lua", "37ffbef314b79ca2ae9bfaf4e4552207" },
+ { "luaotfload-colors.lua", "9b1ffa13d20cc4d1f2016e8d5b0939f1" },
+ { "luaotfload-auxiliary.lua", "99ff2ebee659717c2d1f9999e3ab4448" },
+ { "luaotfload-filelist.lua", "9de0e08f4b15acd7c56602ef362967e1" },
+ { "luaotfload-tool.lua", "4a1be51390301a48480681e66d9be64f" },
+ { "luaotfload-diagnostics.lua", "8c50e2459731ca15a511e4bd0b0d7685" },
+ { "luaotfload-log.lua", "981ccf90bb3a970b056dbfa87046b36d" },
+ { "luaotfload-init.lua", "acfe693817999d5c09272f3b33fe1aad" },
+ { "luaotfload-main.lua", "80b07ab0301a7b8fb5d03acec1b5c5dc" },
},
["notes"]={
["committer"]="Ulrike Fischer <fischer@troubleshooting-tex.de>",
- ["description"]="v2.99/2019-08-11",
+ ["description"]="v2.991/2019-08-11",
["loader"]="fontloader-2019-08-11.lua",
- ["revision"]="0e00bc101765fb226290691a56646acb5bbbcf3c",
- ["timestamp"]="2019-08-13 20:20:29 +0200",
+ ["revision"]="a86a6798c324c745af7b04f33fa188298d749a2a",
+ ["timestamp"]="2019-08-19 19:38:30 +0200",
},
} \ No newline at end of file
diff --git a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-unicode.lua b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-unicode.lua
index cdd9925549f..928bfcec967 100644
--- a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-unicode.lua
+++ b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-unicode.lua
@@ -5,7 +5,7 @@
local ProvidesLuaModule = {
name = "luaotfload-unicode",
- version = "2.99", --TAGVERSION
+ version = "2.991", --TAGVERSION
date = "2019-08-11", --TAGDATE
description = "luaotfload submodule / Unicode helpers",
license = "CC0 1.0 Universal",
diff --git a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload.sty b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload.sty
index d77600c9175..69f2a4151f1 100644
--- a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload.sty
+++ b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload.sty
@@ -40,7 +40,7 @@
\fi
\ifdefined\ProvidesPackage
\ProvidesPackage{luaotfload}%
- [2019/08/11 v2.99 OpenType layout system]
+ [2019/08/11 v2.991 OpenType layout system]
\fi
\directlua{
if xpcall(function ()%