[latex3-commits] [git/LaTeX3-latex3-latex3] text-case: Move case changing functions to text module (ac9c14e23)
Joseph Wright
joseph.wright at morningstar2.co.uk
Thu Jan 9 14:51:25 CET 2020
Repository : https://github.com/latex3/latex3
On branch : text-case
Link : https://github.com/latex3/latex3/commit/ac9c14e23f2c614606991d084afaeb1f3919f020
>---------------------------------------------------------------
commit ac9c14e23f2c614606991d084afaeb1f3919f020
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Fri Jan 3 17:31:47 2020 +0000
Move case changing functions to text module
>---------------------------------------------------------------
ac9c14e23f2c614606991d084afaeb1f3919f020
l3kernel/CHANGELOG.md | 2 +
l3kernel/doc/source3body.tex | 6 +
l3kernel/l3.ins | 1 +
l3kernel/l3candidates.dtx | 1521 +-------------------
l3kernel/l3deprecation.dtx | 28 +
l3kernel/l3format.ins | 1 +
l3kernel/l3str.dtx | 6 +-
l3kernel/l3text-case.dtx | 1421 ++++++++++++++++++
l3kernel/l3text.dtx | 95 ++
l3kernel/l3token.dtx | 31 +-
.../{m3tl013.luatex.tlg => m3text002.luatex.tlg} | 104 +-
l3kernel/testfiles/m3text002.lvt | 273 ++++
.../{m3tl013.ptex.tlg => m3text002.ptex.tlg} | 39 +-
l3kernel/testfiles/{m3tl013.tlg => m3text002.tlg} | 103 +-
.../{m3tl013.uptex.tlg => m3text002.uptex.tlg} | 104 +-
.../{m3tl013.xetex.tlg => m3text002.xetex.tlg} | 103 +-
l3kernel/testfiles/m3tl013.lvt | 234 ---
17 files changed, 2191 insertions(+), 1881 deletions(-)
Diff suppressed because of size. To see it, use:
git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --textconv --cc ac9c14e23f2c614606991d084afaeb1f3919f020
More information about the latex3-commits
mailing list