Skip to content

Commit

Permalink
imported lualatex#52
Browse files Browse the repository at this point in the history
  • Loading branch information
u-fischer committed Apr 3, 2019
1 parent cbe832e commit 6e37633
Show file tree
Hide file tree
Showing 39 changed files with 41 additions and 41 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The Luaotfload Package

![Version: 2.9702](https://img.shields.io/badge/current_version-2.9702-blue.svg?style=flat-square)
![Version: 2.9703](https://img.shields.io/badge/current_version-2.9703-blue.svg?style=flat-square)
![Date: 2019-03-21](https://img.shields.io/badge/date-2019--03--21-blue.svg?style=flat-square)
[![License: GNU GPLv2](https://img.shields.io/badge/license-GNU_GPLv2-blue.svg?style=flat-square)](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html)

Expand All @@ -20,8 +20,8 @@ Please see the documentation luaotfload.pdf for more information.

## Versions

[![Version: 2.9702](https://img.shields.io/badge/version-2.9702-blue.svg?style=flat-square)](https://travis-ci.com/u-fischer/luaotfload/)
![Travis CI for 2.9702](https://img.shields.io/travis/com/u-fischer/luaotfload/master.svg?style=flat-square)
[![Version: 2.9703](https://img.shields.io/badge/version-2.9703-blue.svg?style=flat-square)](https://travis-ci.com/u-fischer/luaotfload/)
![Travis CI for 2.9703](https://img.shields.io/travis/com/u-fischer/luaotfload/master.svg?style=flat-square)
[![Version: development](https://img.shields.io/badge/version-dev-blue.svg?style=flat-square)](https://travis-ci.com/u-fischer/luaotfload/branches)
![Travis CI for dev](https://img.shields.io/travis/com/u-fischer/luaotfload/dev.svg?style=flat-square)

Expand Down
2 changes: 1 addition & 1 deletion build.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

packageversion= "2.9702"
packageversion= "2.9703"
packagedate = "2019-03-21"

local luatexstatus = status.list()
Expand Down
2 changes: 1 addition & 1 deletion doc/CTANREADME.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The Luaotfload Package

VERSION: 2.9702
VERSION: 2.9703

DATE: 2019-03-21

Expand Down
2 changes: 1 addition & 1 deletion doc/luaotfload-main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
\beginfrontmatter

\setdocumenttitle {The \identifier{luaotfload} package}
\setdocumentdate {2019-03-21 v2.9702}
\setdocumentdate {2019-03-21 v2.9703}
\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}\\
Expand Down
2 changes: 1 addition & 1 deletion doc/luaotfload-tool.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

:Date: 2019-03-21
:Copyright: GPL v2.0
:Version: 2.9702
:Version: 2.9703
:Manual section: 1
:Manual group: text processing

Expand Down
2 changes: 1 addition & 1 deletion doc/luaotfload.conf.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

:Date: 2019-03-21
:Copyright: GPL v2.0
:Version: 2.9702
:Version: 2.9703
:Manual section: 5
:Manual group: text processing

Expand Down
2 changes: 1 addition & 1 deletion src/auto/luaotfload-glyphlist.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
local ProvidesLuaModule = {
name = "luaotfload-glyphlist",
version = "2.9702", --TAGVERSION
version = "2.9703", --TAGVERSION
date = "2019-03-21", --TAGDATE
description = "luaotfload submodule / autogenerated glyphlist",
copyright = "derived from https://raw.githubusercontent.com/adobe-type-tools/agl-aglfn/master/glyphlist.txt",
Expand Down
2 changes: 1 addition & 1 deletion src/luaotfload-auxiliary.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

local ProvidesLuaModule = {
name = "luaotfload-auxiliary",
version = "2.9702", --TAGVERSION
version = "2.9703", --TAGVERSION
date = "2019-03-21", --TAGDATE
description = "luaotfload submodule / auxiliary functions",
license = "GPL v2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/luaotfload-colors.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

local ProvidesLuaModule = {
name = "luaotfload-colors",
version = "2.9702", --TAGVERSION
version = "2.9703", --TAGVERSION
date = "2019-03-21", --TAGDATE
description = "luaotfload submodule / color",
license = "GPL v2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/luaotfload-configuration.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

local ProvidesLuaModule = {
name = "luaotfload-configuration",
version = "2.9702", --TAGVERSION
version = "2.9703", --TAGVERSION
date = "2019-03-21", --TAGDATE
description = "luaotfload submodule / config file reader",
license = "GPL v2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/luaotfload-database.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
do -- block to avoid to many local variables error
local ProvidesLuaModule = {
name = "luaotfload-database",
version = "2.9702", --TAGVERSION
version = "2.9703", --TAGVERSION
date = "2019-03-21", --TAGDATE
description = "luaotfload submodule / database",
license = "GPL v2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/luaotfload-diagnostics.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

local ProvidesLuaModule = {
name = "luaotfload-diagnostics",
version = "2.9702", --TAGVERSION
version = "2.9703", --TAGVERSION
date = "2019-03-21", --TAGDATE
description = "luaotfload-tool submodule / diagnostics",
license = "GPL v2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/luaotfload-features.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

local ProvidesLuaModule = {
name = "luaotfload-features",
version = "2.9702", --TAGVERSION
version = "2.9703", --TAGVERSION
date = "2019-03-21", --TAGDATE
description = "luaotfload submodule / features",
license = "GPL v2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/luaotfload-filelist.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

local ProvidesLuaModule = {
name = "luaotfload-filelist",
version = "2.9702", --TAGVERSION
version = "2.9703", --TAGVERSION
date = "2019-03-21", --TAGDATE
description = "luaotfload submodule / filelist",
license = "GPL v2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/luaotfload-init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

local ProvidesLuaModule = {
name = "luaotfload-init",
version = "2.9702", --TAGVERSION
version = "2.9703", --TAGVERSION
date = "2019-03-21", --TAGDATE
description = "luaotfload submodule / initialization",
license = "GPL v2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/luaotfload-letterspace.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

local ProvidesLuaModule = {
name = "luaotfload-letterspace",
version = "2.9702", --TAGVERSION
version = "2.9703", --TAGVERSION
date = "2019-03-21", --TAGDATE
description = "luaotfload submodule / color",
license = "GPL v2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/luaotfload-loaders.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

local ProvidesLuaModule = {
name = "luaotfload-loaders",
version = "2.9702", --TAGVERSION
version = "2.9703", --TAGVERSION
date = "2019-03-21", --TAGDATE
description = "luaotfload submodule / callback handling",
license = "GPL v2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/luaotfload-log.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

local ProvidesLuaModule = {
name = "luaotfload-log",
version = "2.9702", --TAGVERSION
version = "2.9703", --TAGVERSION
date = "2019-03-21", --TAGDATE
description = "luaotfload submodule / logging",
license = "GPL v2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/luaotfload-main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ local authors = "\z
-- version number is used below!
local ProvidesLuaModule = {
name = "luaotfload-main",
version = "2.9702", --TAGVERSION
version = "2.9703", --TAGVERSION
date = "2019-03-21", --TAGDATE
description = "luaotfload entry point",
author = authors,
Expand Down
2 changes: 1 addition & 1 deletion src/luaotfload-parsers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

local ProvidesLuaModule = {
name = "luaotfload-parsers",
version = "2.9702", --TAGVERSION
version = "2.9703", --TAGVERSION
date = "2019-03-21", --TAGDATE
description = "luaotfload submodule / filelist",
license = "GPL v2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/luaotfload-resolvers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

local ProvidesLuaModule = {
name = "luaotfload-resolvers",
version = "2.9702", --TAGVERSION
version = "2.9703", --TAGVERSION
date = "2019-03-21", --TAGDATE
description = "luaotfload submodule / resolvers",
license = "GPL v2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/luaotfload-tool.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

local ProvidesLuaModule = {
name = "luaotfload-tool",
version = "2.9702", --TAGVERSION
version = "2.9703", --TAGVERSION
date = "2019-03-21", --TAGDATE
description = "luaotfload-tool / database functionality",
license = "GPL v2.0"
Expand Down
2 changes: 1 addition & 1 deletion testfiles/aaaaa-luakern.tlg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This is a generated file for the l3build validation system.
Don't change this file in any respect.
2.9702 with fontloaderxxx2019xxx03xxx21.lua
2.9703 with fontloaderxxx2019xxx03xxx21.lua
Completed box being shipped out [1]
\vbox(633.0+0.0)x407.0, direction TLT
.\glue 16.0
Expand Down
2 changes: 1 addition & 1 deletion texmf/scripts/luaotfload/luaotfload-tool.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

local ProvidesLuaModule = {
name = "luaotfload-tool",
version = "2.9702", --TAGVERSION
version = "2.9703", --TAGVERSION
date = "2019-03-21", --TAGDATE
description = "luaotfload-tool / database functionality",
license = "GPL v2.0"
Expand Down
2 changes: 1 addition & 1 deletion texmf/tex/luatex/luaotfload/luaotfload-auxiliary.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

local ProvidesLuaModule = {
name = "luaotfload-auxiliary",
version = "2.9702", --TAGVERSION
version = "2.9703", --TAGVERSION
date = "2019-03-21", --TAGDATE
description = "luaotfload submodule / auxiliary functions",
license = "GPL v2.0"
Expand Down
2 changes: 1 addition & 1 deletion texmf/tex/luatex/luaotfload/luaotfload-colors.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

local ProvidesLuaModule = {
name = "luaotfload-colors",
version = "2.9702", --TAGVERSION
version = "2.9703", --TAGVERSION
date = "2019-03-21", --TAGDATE
description = "luaotfload submodule / color",
license = "GPL v2.0",
Expand Down
2 changes: 1 addition & 1 deletion texmf/tex/luatex/luaotfload/luaotfload-configuration.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

local ProvidesLuaModule = {
name = "luaotfload-configuration",
version = "2.9702", --TAGVERSION
version = "2.9703", --TAGVERSION
date = "2019-03-21", --TAGDATE
description = "luaotfload submodule / config file reader",
license = "GPL v2.0"
Expand Down
2 changes: 1 addition & 1 deletion texmf/tex/luatex/luaotfload/luaotfload-database.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
do -- block to avoid to many local variables error
local ProvidesLuaModule = {
name = "luaotfload-database",
version = "2.9702", --TAGVERSION
version = "2.9703", --TAGVERSION
date = "2019-03-21", --TAGDATE
description = "luaotfload submodule / database",
license = "GPL v2.0",
Expand Down
2 changes: 1 addition & 1 deletion texmf/tex/luatex/luaotfload/luaotfload-diagnostics.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

local ProvidesLuaModule = {
name = "luaotfload-diagnostics",
version = "2.9702", --TAGVERSION
version = "2.9703", --TAGVERSION
date = "2019-03-21", --TAGDATE
description = "luaotfload-tool submodule / diagnostics",
license = "GPL v2.0"
Expand Down
2 changes: 1 addition & 1 deletion texmf/tex/luatex/luaotfload/luaotfload-features.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

local ProvidesLuaModule = {
name = "luaotfload-features",
version = "2.9702", --TAGVERSION
version = "2.9703", --TAGVERSION
date = "2019-03-21", --TAGDATE
description = "luaotfload submodule / features",
license = "GPL v2.0",
Expand Down
2 changes: 1 addition & 1 deletion texmf/tex/luatex/luaotfload/luaotfload-filelist.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

local ProvidesLuaModule = {
name = "luaotfload-filelist",
version = "2.9702", --TAGVERSION
version = "2.9703", --TAGVERSION
date = "2019-03-21", --TAGDATE
description = "luaotfload submodule / filelist",
license = "GPL v2.0"
Expand Down
2 changes: 1 addition & 1 deletion texmf/tex/luatex/luaotfload/luaotfload-glyphlist.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
local ProvidesLuaModule = {
name = "luaotfload-glyphlist",
version = "2.9702", --TAGVERSION
version = "2.9703", --TAGVERSION
date = "2019-03-21", --TAGDATE
description = "luaotfload submodule / autogenerated glyphlist",
copyright = "derived from https://raw.githubusercontent.com/adobe-type-tools/agl-aglfn/master/glyphlist.txt",
Expand Down
2 changes: 1 addition & 1 deletion texmf/tex/luatex/luaotfload/luaotfload-init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

local ProvidesLuaModule = {
name = "luaotfload-init",
version = "2.9702", --TAGVERSION
version = "2.9703", --TAGVERSION
date = "2019-03-21", --TAGDATE
description = "luaotfload submodule / initialization",
license = "GPL v2.0"
Expand Down
2 changes: 1 addition & 1 deletion texmf/tex/luatex/luaotfload/luaotfload-letterspace.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

local ProvidesLuaModule = {
name = "luaotfload-letterspace",
version = "2.9702", --TAGVERSION
version = "2.9703", --TAGVERSION
date = "2019-03-21", --TAGDATE
description = "luaotfload submodule / color",
license = "GPL v2.0",
Expand Down
2 changes: 1 addition & 1 deletion texmf/tex/luatex/luaotfload/luaotfload-loaders.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

local ProvidesLuaModule = {
name = "luaotfload-loaders",
version = "2.9702", --TAGVERSION
version = "2.9703", --TAGVERSION
date = "2019-03-21", --TAGDATE
description = "luaotfload submodule / callback handling",
license = "GPL v2.0"
Expand Down
2 changes: 1 addition & 1 deletion texmf/tex/luatex/luaotfload/luaotfload-log.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

local ProvidesLuaModule = {
name = "luaotfload-log",
version = "2.9702", --TAGVERSION
version = "2.9703", --TAGVERSION
date = "2019-03-21", --TAGDATE
description = "luaotfload submodule / logging",
license = "GPL v2.0",
Expand Down
2 changes: 1 addition & 1 deletion texmf/tex/luatex/luaotfload/luaotfload-main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ local authors = "\z
-- version number is used below!
local ProvidesLuaModule = {
name = "luaotfload-main",
version = "2.9702", --TAGVERSION
version = "2.9703", --TAGVERSION
date = "2019-03-21", --TAGDATE
description = "luaotfload entry point",
author = authors,
Expand Down
2 changes: 1 addition & 1 deletion texmf/tex/luatex/luaotfload/luaotfload-parsers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

local ProvidesLuaModule = {
name = "luaotfload-parsers",
version = "2.9702", --TAGVERSION
version = "2.9703", --TAGVERSION
date = "2019-03-21", --TAGDATE
description = "luaotfload submodule / filelist",
license = "GPL v2.0"
Expand Down
2 changes: 1 addition & 1 deletion texmf/tex/luatex/luaotfload/luaotfload-resolvers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

local ProvidesLuaModule = {
name = "luaotfload-resolvers",
version = "2.9702", --TAGVERSION
version = "2.9703", --TAGVERSION
date = "2019-03-21", --TAGDATE
description = "luaotfload submodule / resolvers",
license = "GPL v2.0"
Expand Down

0 comments on commit 6e37633

Please sign in to comment.