texlive[62205] branches/branch2021.final/Master/texmf-dist:

commits+karl at tug.org commits+karl at tug.org
Sat Feb 26 23:44:20 CET 2022


Revision: 62205
          http://tug.org/svn/texlive?view=revision&revision=62205
Author:   karl
Date:     2022-02-26 23:44:20 +0100 (Sat, 26 Feb 2022)
Log Message:
-----------
lua-uni-algos (26feb22) (branch)

Modified Paths:
--------------
    branches/branch2021.final/Master/texmf-dist/doc/luatex/lua-uni-algos/README.md
    branches/branch2021.final/Master/texmf-dist/doc/luatex/lua-uni-algos/lua-uni-algos.pdf
    branches/branch2021.final/Master/texmf-dist/doc/luatex/lua-uni-algos/lua-uni-algos.tex
    branches/branch2021.final/Master/texmf-dist/tex/luatex/lua-uni-algos/lua-uni-algos.lua
    branches/branch2021.final/Master/texmf-dist/tex/luatex/lua-uni-algos/lua-uni-case.lua
    branches/branch2021.final/Master/texmf-dist/tex/luatex/lua-uni-algos/lua-uni-graphemes.lua
    branches/branch2021.final/Master/texmf-dist/tex/luatex/lua-uni-algos/lua-uni-normalize.lua
    branches/branch2021.final/Master/texmf-dist/tex/luatex/lua-uni-algos/lua-uni-parse.lua

Modified: branches/branch2021.final/Master/texmf-dist/doc/luatex/lua-uni-algos/README.md
===================================================================
--- branches/branch2021.final/Master/texmf-dist/doc/luatex/lua-uni-algos/README.md	2022-02-26 22:44:12 UTC (rev 62204)
+++ branches/branch2021.final/Master/texmf-dist/doc/luatex/lua-uni-algos/README.md	2022-02-26 22:44:20 UTC (rev 62205)
@@ -1,8 +1,8 @@
 # The lua-uni-algos Package
 
-Version: v0.4
+Version: v0.4.1
 
-Date: 2021-08-08
+Date: 2022-02-26
 
 Author: Marcel Krüger
 
@@ -12,7 +12,7 @@
 This package tries to reduce duplicated work by collecting a set of small utilities which can be used be useful for many LuaTeX packages dealing with Unicode strings.
 There is no user-level functionality provided.
 
-Additional Unicode algorithms will be added in the future, if you need a specific algorithm feel free to open an issue on GitHub or send me an e-mail.
+Additional Unicode algorithms will be added in the future, if you need a specific algorithm feel free to open an issue on GitHub.
 
 
 ## Requirements
@@ -22,7 +22,7 @@
 
 
 ## Support
-If you found a bug, please open an [issue on GitHub](https://github.com/zauguin/lua-uni-algos/issues) or contact me by mail at <tex at 2krueger.de>.
+If you found a bug, please open an [issue on GitHub](https://github.com/latex3/lua-uni-algos/issues).
 
 ## Installation
 

Modified: branches/branch2021.final/Master/texmf-dist/doc/luatex/lua-uni-algos/lua-uni-algos.pdf
===================================================================
(Binary files differ)

Modified: branches/branch2021.final/Master/texmf-dist/doc/luatex/lua-uni-algos/lua-uni-algos.tex
===================================================================
--- branches/branch2021.final/Master/texmf-dist/doc/luatex/lua-uni-algos/lua-uni-algos.tex	2022-02-26 22:44:12 UTC (rev 62204)
+++ branches/branch2021.final/Master/texmf-dist/doc/luatex/lua-uni-algos/lua-uni-algos.tex	2022-02-26 22:44:20 UTC (rev 62205)
@@ -2,7 +2,7 @@
 \usepackage{doc, shortvrb, metalogo, hyperref, fontspec}
 % \setmainfont{Noto Serif}
 % \setmonofont{FreeMono}
-\title{Unicode algorithms for Lua\TeX\thanks{This document corresponds to \pkg{lua-uni-algos} v0.4.}}
+\title{Unicode algorithms for Lua\TeX\thanks{This document corresponds to \pkg{lua-uni-algos} v0.4.1.}}
 \author{Marcel Krüger\thanks{E-Mail: \href{mailto:tex at 2krueger.de}{\nolinkurl{tex at 2krueger.de}}}}
 \MakeShortVerb\|
 \newcommand\pkg{\texttt}

Modified: branches/branch2021.final/Master/texmf-dist/tex/luatex/lua-uni-algos/lua-uni-algos.lua
===================================================================
--- branches/branch2021.final/Master/texmf-dist/tex/luatex/lua-uni-algos/lua-uni-algos.lua	2022-02-26 22:44:12 UTC (rev 62204)
+++ branches/branch2021.final/Master/texmf-dist/tex/luatex/lua-uni-algos/lua-uni-algos.lua	2022-02-26 22:44:20 UTC (rev 62205)
@@ -1,5 +1,5 @@
 -- lua-uni-algos.lua
--- Copyright 2020--2021 Marcel Krüger
+-- Copyright 2020--2022 Marcel Krüger
 --
 -- This work may be distributed and/or modified under the
 -- conditions of the LaTeX Project Public License, either version 1.3

Modified: branches/branch2021.final/Master/texmf-dist/tex/luatex/lua-uni-algos/lua-uni-case.lua
===================================================================
--- branches/branch2021.final/Master/texmf-dist/tex/luatex/lua-uni-algos/lua-uni-case.lua	2022-02-26 22:44:12 UTC (rev 62204)
+++ branches/branch2021.final/Master/texmf-dist/tex/luatex/lua-uni-algos/lua-uni-case.lua	2022-02-26 22:44:20 UTC (rev 62205)
@@ -1,5 +1,5 @@
 -- lua-uni-graphemes.lua
--- Copyright 2020--2021 Marcel Krüger
+-- Copyright 2020--2022 Marcel Krüger
 --
 -- This work may be distributed and/or modified under the
 -- conditions of the LaTeX Project Public License, either version 1.3

Modified: branches/branch2021.final/Master/texmf-dist/tex/luatex/lua-uni-algos/lua-uni-graphemes.lua
===================================================================
--- branches/branch2021.final/Master/texmf-dist/tex/luatex/lua-uni-algos/lua-uni-graphemes.lua	2022-02-26 22:44:12 UTC (rev 62204)
+++ branches/branch2021.final/Master/texmf-dist/tex/luatex/lua-uni-algos/lua-uni-graphemes.lua	2022-02-26 22:44:20 UTC (rev 62205)
@@ -1,5 +1,5 @@
 -- lua-uni-graphemes.lua
--- Copyright 2020--2021 Marcel Krüger
+-- Copyright 2020--2022 Marcel Krüger
 --
 -- This work may be distributed and/or modified under the
 -- conditions of the LaTeX Project Public License, either version 1.3

Modified: branches/branch2021.final/Master/texmf-dist/tex/luatex/lua-uni-algos/lua-uni-normalize.lua
===================================================================
--- branches/branch2021.final/Master/texmf-dist/tex/luatex/lua-uni-algos/lua-uni-normalize.lua	2022-02-26 22:44:12 UTC (rev 62204)
+++ branches/branch2021.final/Master/texmf-dist/tex/luatex/lua-uni-algos/lua-uni-normalize.lua	2022-02-26 22:44:20 UTC (rev 62205)
@@ -1,5 +1,5 @@
 -- lua-uni-normalize.lua
--- Copyright 2020--2021 Marcel Krüger
+-- Copyright 2020--2022 Marcel Krüger
 --
 -- This work may be distributed and/or modified under the
 -- conditions of the LaTeX Project Public License, either version 1.3
@@ -115,7 +115,7 @@
     local first_decomp = decomposition_mapping[first]
     if not first_decomp then return false end
     if fixup_decomp(first_decomp) then
-      print('nested', first)
+      -- print('nested', first)
     end
     move(decomp, 2, #decomp, #first_decomp + 1)
     move(first_decomp, 1, #first_decomp, 1, decomp)

Modified: branches/branch2021.final/Master/texmf-dist/tex/luatex/lua-uni-algos/lua-uni-parse.lua
===================================================================
--- branches/branch2021.final/Master/texmf-dist/tex/luatex/lua-uni-algos/lua-uni-parse.lua	2022-02-26 22:44:12 UTC (rev 62204)
+++ branches/branch2021.final/Master/texmf-dist/tex/luatex/lua-uni-algos/lua-uni-parse.lua	2022-02-26 22:44:20 UTC (rev 62205)
@@ -1,5 +1,5 @@
 -- lua-uni-parse.lua
--- Copyright 2020--2021 Marcel Krüger
+-- Copyright 2020--2022 Marcel Krüger
 --
 -- This work may be distributed and/or modified under the
 -- conditions of the LaTeX Project Public License, either version 1.3



More information about the tex-live-commits mailing list.