[latex3-commits] [git/LaTeX3-latex3-luaotfload] bidi-dev: pulled #83 (fcddf0d)
Ulrike Fischer
fischer at troubleshooting-tex.de
Sat Aug 24 14:42:39 CEST 2019
Repository : https://github.com/latex3/luaotfload
On branch : bidi-dev
Link : https://github.com/latex3/luaotfload/commit/fcddf0d2029be21a4ecb9ddde6c16926bb2d8898
>---------------------------------------------------------------
commit fcddf0d2029be21a4ecb9ddde6c16926bb2d8898
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Sat Aug 24 14:42:39 2019 +0200
pulled #83
>---------------------------------------------------------------
fcddf0d2029be21a4ecb9ddde6c16926bb2d8898
build.lua | 1 +
src/luaotfload-bidi.lua | 4 ++--
texmf/scripts/luaotfload/luaotfload-tool.lua | 2 +-
.../{luatex/luaotfload => generic/unicode-data}/OpentypeMirroring.txt | 0
texmf/tex/latex-dev/luaotfload/fontloader-basics-gen.lua | 2 +-
texmf/tex/latex-dev/luaotfload/luaotfload-auxiliary.lua | 2 +-
texmf/tex/{luatex => latex-dev}/luaotfload/luaotfload-bidi.lua | 0
texmf/tex/latex-dev/luaotfload/luaotfload-colors.lua | 2 +-
texmf/tex/latex-dev/luaotfload/luaotfload-configuration.lua | 2 +-
texmf/tex/latex-dev/luaotfload/luaotfload-database.lua | 2 +-
texmf/tex/latex-dev/luaotfload/luaotfload-diagnostics.lua | 2 +-
texmf/tex/latex-dev/luaotfload/luaotfload-embolden.lua | 2 +-
texmf/tex/latex-dev/luaotfload/luaotfload-features.lua | 2 +-
texmf/tex/latex-dev/luaotfload/luaotfload-filelist.lua | 2 +-
texmf/tex/latex-dev/luaotfload/luaotfload-glyphlist.lua | 2 +-
texmf/tex/latex-dev/luaotfload/luaotfload-init.lua | 2 +-
texmf/tex/latex-dev/luaotfload/luaotfload-letterspace.lua | 2 +-
texmf/tex/latex-dev/luaotfload/luaotfload-loaders.lua | 2 +-
texmf/tex/latex-dev/luaotfload/luaotfload-log.lua | 2 +-
texmf/tex/latex-dev/luaotfload/luaotfload-main.lua | 2 +-
texmf/tex/latex-dev/luaotfload/luaotfload-multiscript.lua | 2 +-
texmf/tex/latex-dev/luaotfload/luaotfload-notdef.lua | 2 +-
texmf/tex/latex-dev/luaotfload/luaotfload-parsers.lua | 2 +-
texmf/tex/latex-dev/luaotfload/luaotfload-resolvers.lua | 2 +-
texmf/tex/latex-dev/luaotfload/luaotfload-unicode.lua | 2 +-
texmf/tex/latex-dev/luaotfload/luaotfload.sty | 2 +-
26 files changed, 25 insertions(+), 24 deletions(-)
diff --git a/build.lua b/build.lua
index 1d1c911..b903237 100644
--- a/build.lua
+++ b/build.lua
@@ -186,6 +186,7 @@ tdslocations=
{
"source/luatex/luaotfload/fontloader-reference-load-order.lua",
"source/luatex/luaotfload/fontloader-reference-load-order.tex",
+ "tex/generic/unicode-data/OpentypeMirroring.txt"
}
scriptfiles = {"luaotfload-tool.lua"}
diff --git a/src/luaotfload-bidi.lua b/src/luaotfload-bidi.lua
index 8e58995..934583d 100644
--- a/src/luaotfload-bidi.lua
+++ b/src/luaotfload-bidi.lua
@@ -5,8 +5,8 @@
local ProvidesLuaModule = {
name = "luaotfload-bidi",
- version = "2.9904", --TAGVERSION
- date = "2019-08-02", --TAGDATE
+ version = "3.0003", --TAGVERSION
+ date = "2019-08-11", --TAGDATE
description = "luaotfload submodule / bidi",
license = "GPL v2.0",
author = "Marcel Krüger"
diff --git a/texmf/scripts/luaotfload/luaotfload-tool.lua b/texmf/scripts/luaotfload/luaotfload-tool.lua
index 3a5b168..0666ba6 100755
--- a/texmf/scripts/luaotfload/luaotfload-tool.lua
+++ b/texmf/scripts/luaotfload/luaotfload-tool.lua
@@ -9,7 +9,7 @@
local ProvidesLuaModule = {
name = "luaotfload-tool",
- version = "3.002", --TAGVERSION
+ version = "3.0003", --TAGVERSION
date = "2019-08-11", --TAGDATE
description = "luaotfload-tool / database functionality",
license = "GPL v2.0"
diff --git a/texmf/tex/luatex/luaotfload/OpentypeMirroring.txt b/texmf/tex/generic/unicode-data/OpentypeMirroring.txt
similarity index 100%
rename from texmf/tex/luatex/luaotfload/OpentypeMirroring.txt
rename to texmf/tex/generic/unicode-data/OpentypeMirroring.txt
diff --git a/texmf/tex/latex-dev/luaotfload/fontloader-basics-gen.lua b/texmf/tex/latex-dev/luaotfload/fontloader-basics-gen.lua
index 3959ca0..f52fec6 100644
--- a/texmf/tex/latex-dev/luaotfload/fontloader-basics-gen.lua
+++ b/texmf/tex/latex-dev/luaotfload/fontloader-basics-gen.lua
@@ -189,7 +189,7 @@ local readables = { }
local usingjit = jit
if not caches.namespace or caches.namespace == "" or caches.namespace == "context" then
- caches.namespace = 'generic'
+ caches.namespace = 'generic-dev'
end
do
diff --git a/texmf/tex/latex-dev/luaotfload/luaotfload-auxiliary.lua b/texmf/tex/latex-dev/luaotfload/luaotfload-auxiliary.lua
index fe3d159..4699f12 100644
--- a/texmf/tex/latex-dev/luaotfload/luaotfload-auxiliary.lua
+++ b/texmf/tex/latex-dev/luaotfload/luaotfload-auxiliary.lua
@@ -6,7 +6,7 @@
local ProvidesLuaModule = {
name = "luaotfload-auxiliary",
- version = "3.002", --TAGVERSION
+ version = "3.0003", --TAGVERSION
date = "2019-08-11", --TAGDATE
description = "luaotfload submodule / auxiliary functions",
license = "GPL v2.0"
diff --git a/texmf/tex/luatex/luaotfload/luaotfload-bidi.lua b/texmf/tex/latex-dev/luaotfload/luaotfload-bidi.lua
similarity index 100%
rename from texmf/tex/luatex/luaotfload/luaotfload-bidi.lua
rename to texmf/tex/latex-dev/luaotfload/luaotfload-bidi.lua
diff --git a/texmf/tex/latex-dev/luaotfload/luaotfload-colors.lua b/texmf/tex/latex-dev/luaotfload/luaotfload-colors.lua
index 9244ba4..1ef0b06 100644
--- a/texmf/tex/latex-dev/luaotfload/luaotfload-colors.lua
+++ b/texmf/tex/latex-dev/luaotfload/luaotfload-colors.lua
@@ -5,7 +5,7 @@
local ProvidesLuaModule = {
name = "luaotfload-colors",
- version = "3.002", --TAGVERSION
+ version = "3.0003", --TAGVERSION
date = "2019-08-11", --TAGDATE
description = "luaotfload submodule / color",
license = "GPL v2.0",
diff --git a/texmf/tex/latex-dev/luaotfload/luaotfload-configuration.lua b/texmf/tex/latex-dev/luaotfload/luaotfload-configuration.lua
index 24b40ad..b839f4d 100644
--- a/texmf/tex/latex-dev/luaotfload/luaotfload-configuration.lua
+++ b/texmf/tex/latex-dev/luaotfload/luaotfload-configuration.lua
@@ -7,7 +7,7 @@
local ProvidesLuaModule = {
name = "luaotfload-configuration",
- version = "3.002", --TAGVERSION
+ version = "3.0003", --TAGVERSION
date = "2019-08-11", --TAGDATE
description = "luaotfload submodule / config file reader",
license = "GPL v2.0"
diff --git a/texmf/tex/latex-dev/luaotfload/luaotfload-database.lua b/texmf/tex/latex-dev/luaotfload/luaotfload-database.lua
index 705ad0d..ee4302e 100644
--- a/texmf/tex/latex-dev/luaotfload/luaotfload-database.lua
+++ b/texmf/tex/latex-dev/luaotfload/luaotfload-database.lua
@@ -5,7 +5,7 @@
do -- block to avoid to many local variables error
local ProvidesLuaModule = {
name = "luaotfload-database",
- version = "3.002", --TAGVERSION
+ version = "3.0003", --TAGVERSION
date = "2019-08-11", --TAGDATE
description = "luaotfload submodule / database",
license = "GPL v2.0",
diff --git a/texmf/tex/latex-dev/luaotfload/luaotfload-diagnostics.lua b/texmf/tex/latex-dev/luaotfload/luaotfload-diagnostics.lua
index 1965ecf..9d01dda 100644
--- a/texmf/tex/latex-dev/luaotfload/luaotfload-diagnostics.lua
+++ b/texmf/tex/latex-dev/luaotfload/luaotfload-diagnostics.lua
@@ -7,7 +7,7 @@
local ProvidesLuaModule = {
name = "luaotfload-diagnostics",
- version = "3.002", --TAGVERSION
+ version = "3.0003", --TAGVERSION
date = "2019-08-11", --TAGDATE
description = "luaotfload-tool submodule / diagnostics",
license = "GPL v2.0"
diff --git a/texmf/tex/latex-dev/luaotfload/luaotfload-embolden.lua b/texmf/tex/latex-dev/luaotfload/luaotfload-embolden.lua
index 610752c..c69fe7c 100644
--- a/texmf/tex/latex-dev/luaotfload/luaotfload-embolden.lua
+++ b/texmf/tex/latex-dev/luaotfload/luaotfload-embolden.lua
@@ -5,7 +5,7 @@
local ProvidesLuaModule = {
name = "luaotfload-embolden",
- version = "3.002", --TAGVERSION
+ version = "3.0003", --TAGVERSION
date = "2019-08-11", --TAGDATE
description = "luaotfload submodule / color",
license = "GPL v2.0",
diff --git a/texmf/tex/latex-dev/luaotfload/luaotfload-features.lua b/texmf/tex/latex-dev/luaotfload/luaotfload-features.lua
index 8e6dd70..69f6dfd 100644
--- a/texmf/tex/latex-dev/luaotfload/luaotfload-features.lua
+++ b/texmf/tex/latex-dev/luaotfload/luaotfload-features.lua
@@ -5,7 +5,7 @@
local ProvidesLuaModule = {
name = "luaotfload-features",
- version = "3.002", --TAGVERSION
+ version = "3.0003", --TAGVERSION
date = "2019-08-11", --TAGDATE
description = "luaotfload submodule / features",
license = "GPL v2.0",
diff --git a/texmf/tex/latex-dev/luaotfload/luaotfload-filelist.lua b/texmf/tex/latex-dev/luaotfload/luaotfload-filelist.lua
index 0456443..2f0f78a 100644
--- a/texmf/tex/latex-dev/luaotfload/luaotfload-filelist.lua
+++ b/texmf/tex/latex-dev/luaotfload/luaotfload-filelist.lua
@@ -6,7 +6,7 @@
local ProvidesLuaModule = {
name = "luaotfload-filelist",
- version = "3.002", --TAGVERSION
+ version = "3.0003", --TAGVERSION
date = "2019-08-11", --TAGDATE
description = "luaotfload submodule / filelist",
license = "GPL v2.0"
diff --git a/texmf/tex/latex-dev/luaotfload/luaotfload-glyphlist.lua b/texmf/tex/latex-dev/luaotfload/luaotfload-glyphlist.lua
index f803abe..0c7fa46 100644
--- a/texmf/tex/latex-dev/luaotfload/luaotfload-glyphlist.lua
+++ b/texmf/tex/latex-dev/luaotfload/luaotfload-glyphlist.lua
@@ -1,6 +1,6 @@
local ProvidesLuaModule = {
name = "luaotfload-glyphlist",
- version = "3.002", --TAGVERSION
+ version = "3.0003", --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/texmf/tex/latex-dev/luaotfload/luaotfload-init.lua b/texmf/tex/latex-dev/luaotfload/luaotfload-init.lua
index 2818187..d4ca6f3 100644
--- a/texmf/tex/latex-dev/luaotfload/luaotfload-init.lua
+++ b/texmf/tex/latex-dev/luaotfload/luaotfload-init.lua
@@ -7,7 +7,7 @@
local ProvidesLuaModule = {
name = "luaotfload-init",
- version = "3.002", --TAGVERSION
+ version = "3.0003", --TAGVERSION
date = "2019-08-11", --TAGDATE
description = "luaotfload submodule / initialization",
license = "GPL v2.0"
diff --git a/texmf/tex/latex-dev/luaotfload/luaotfload-letterspace.lua b/texmf/tex/latex-dev/luaotfload/luaotfload-letterspace.lua
index 5c0948e..2ce1c8c 100644
--- a/texmf/tex/latex-dev/luaotfload/luaotfload-letterspace.lua
+++ b/texmf/tex/latex-dev/luaotfload/luaotfload-letterspace.lua
@@ -5,7 +5,7 @@
local ProvidesLuaModule = {
name = "luaotfload-letterspace",
- version = "3.002", --TAGVERSION
+ version = "3.0003", --TAGVERSION
date = "2019-08-11", --TAGDATE
description = "luaotfload submodule / color",
license = "GPL v2.0",
diff --git a/texmf/tex/latex-dev/luaotfload/luaotfload-loaders.lua b/texmf/tex/latex-dev/luaotfload/luaotfload-loaders.lua
index b0795ad..4c0f56a 100644
--- a/texmf/tex/latex-dev/luaotfload/luaotfload-loaders.lua
+++ b/texmf/tex/latex-dev/luaotfload/luaotfload-loaders.lua
@@ -8,7 +8,7 @@
local ProvidesLuaModule = {
name = "luaotfload-loaders",
- version = "3.002", --TAGVERSION
+ version = "3.0003", --TAGVERSION
date = "2019-08-11", --TAGDATE
description = "luaotfload submodule / callback handling",
license = "GPL v2.0"
diff --git a/texmf/tex/latex-dev/luaotfload/luaotfload-log.lua b/texmf/tex/latex-dev/luaotfload/luaotfload-log.lua
index 7a2e41f..1d8f5ac 100644
--- a/texmf/tex/latex-dev/luaotfload/luaotfload-log.lua
+++ b/texmf/tex/latex-dev/luaotfload/luaotfload-log.lua
@@ -6,7 +6,7 @@
local ProvidesLuaModule = {
name = "luaotfload-log",
- version = "3.002", --TAGVERSION
+ version = "3.0003", --TAGVERSION
date = "2019-08-11", --TAGDATE
description = "luaotfload submodule / logging",
license = "GPL v2.0",
diff --git a/texmf/tex/latex-dev/luaotfload/luaotfload-main.lua b/texmf/tex/latex-dev/luaotfload/luaotfload-main.lua
index 87b495b..628b2ef 100644
--- a/texmf/tex/latex-dev/luaotfload/luaotfload-main.lua
+++ b/texmf/tex/latex-dev/luaotfload/luaotfload-main.lua
@@ -20,7 +20,7 @@ local authors = "\z
-- version number is used below!
local ProvidesLuaModule = {
name = "luaotfload-main",
- version = "3.002", --TAGVERSION
+ version = "3.0003", --TAGVERSION
date = "2019-08-11", --TAGDATE
description = "luaotfload entry point",
author = authors,
diff --git a/texmf/tex/latex-dev/luaotfload/luaotfload-multiscript.lua b/texmf/tex/latex-dev/luaotfload/luaotfload-multiscript.lua
index 7df2dfb..4db9877 100644
--- a/texmf/tex/latex-dev/luaotfload/luaotfload-multiscript.lua
+++ b/texmf/tex/latex-dev/luaotfload/luaotfload-multiscript.lua
@@ -5,7 +5,7 @@
local ProvidesLuaModule = {
name = "luaotfload-multiscript",
- version = "3.002", --TAGVERSION
+ version = "3.0003", --TAGVERSION
date = "2019-08-11", --TAGDATE
description = "luaotfload submodule / multiscript",
license = "GPL v2.0",
diff --git a/texmf/tex/latex-dev/luaotfload/luaotfload-notdef.lua b/texmf/tex/latex-dev/luaotfload/luaotfload-notdef.lua
index 270a2ba..96b0de6 100644
--- a/texmf/tex/latex-dev/luaotfload/luaotfload-notdef.lua
+++ b/texmf/tex/latex-dev/luaotfload/luaotfload-notdef.lua
@@ -5,7 +5,7 @@
local ProvidesLuaModule = {
name = "luaotfload-notdef",
- version = "3.002", --TAGVERSION
+ version = "3.0003", --TAGVERSION
date = "2019-08-11", --TAGDATE
description = "luaotfload submodule / color",
license = "GPL v2.0",
diff --git a/texmf/tex/latex-dev/luaotfload/luaotfload-parsers.lua b/texmf/tex/latex-dev/luaotfload/luaotfload-parsers.lua
index c3ac75d..89e847f 100644
--- a/texmf/tex/latex-dev/luaotfload/luaotfload-parsers.lua
+++ b/texmf/tex/latex-dev/luaotfload/luaotfload-parsers.lua
@@ -7,7 +7,7 @@
local ProvidesLuaModule = {
name = "luaotfload-parsers",
- version = "3.002", --TAGVERSION
+ version = "3.0003", --TAGVERSION
date = "2019-08-11", --TAGDATE
description = "luaotfload submodule / filelist",
license = "GPL v2.0"
diff --git a/texmf/tex/latex-dev/luaotfload/luaotfload-resolvers.lua b/texmf/tex/latex-dev/luaotfload/luaotfload-resolvers.lua
index 1cc5fdc..57023c5 100644
--- a/texmf/tex/latex-dev/luaotfload/luaotfload-resolvers.lua
+++ b/texmf/tex/latex-dev/luaotfload/luaotfload-resolvers.lua
@@ -11,7 +11,7 @@
local ProvidesLuaModule = {
name = "luaotfload-resolvers",
- version = "3.002", --TAGVERSION
+ version = "3.0003", --TAGVERSION
date = "2019-08-11", --TAGDATE
description = "luaotfload submodule / resolvers",
license = "GPL v2.0"
diff --git a/texmf/tex/latex-dev/luaotfload/luaotfload-unicode.lua b/texmf/tex/latex-dev/luaotfload/luaotfload-unicode.lua
index 5b835a9..8c4c22b 100644
--- a/texmf/tex/latex-dev/luaotfload/luaotfload-unicode.lua
+++ b/texmf/tex/latex-dev/luaotfload/luaotfload-unicode.lua
@@ -5,7 +5,7 @@
local ProvidesLuaModule = {
name = "luaotfload-unicode",
- version = "3.002", --TAGVERSION
+ version = "3.0003", --TAGVERSION
date = "2019-08-11", --TAGDATE
description = "luaotfload submodule / Unicode helpers",
license = "CC0 1.0 Universal",
diff --git a/texmf/tex/latex-dev/luaotfload/luaotfload.sty b/texmf/tex/latex-dev/luaotfload/luaotfload.sty
index 9c57155..6c12a24 100644
--- a/texmf/tex/latex-dev/luaotfload/luaotfload.sty
+++ b/texmf/tex/latex-dev/luaotfload/luaotfload.sty
@@ -40,7 +40,7 @@
\fi
\ifdefined\ProvidesPackage
\ProvidesPackage{luaotfload}%
- [2019/08/11 v3.002 OpenType layout system]
+ [2019/08/11 v3.0003 OpenType layout system]
\fi
\directlua{
if xpcall(function ()%
More information about the latex3-commits
mailing list