[latex3-commits] [git/LaTeX3-latex3-latex2e] LaTeX2020: Add l3kernel/l3backend 2019-10-11 (16574df3)

Joseph Wright joseph.wright at morningstar2.co.uk
Sun Oct 13 22:40:01 CEST 2019


Repository : https://github.com/latex3/latex2e
On branch  : LaTeX2020
Link       : https://github.com/latex3/latex2e/commit/16574df36bcf65dbe41fb9d6151e340108ac947a

>---------------------------------------------------------------

commit 16574df36bcf65dbe41fb9d6151e340108ac947a
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sun Oct 13 21:39:33 2019 +0100

    Add l3kernel/l3backend 2019-10-11
    
    This  activates pre-loading of expl3.
    
    At present, to keep changes to a minimum, there are some
    adjustments to test2e/test209 to force backend
    loading and to avoid dvips headers.


>---------------------------------------------------------------

16574df36bcf65dbe41fb9d6151e340108ac947a
 base/testfiles/github-robust-0123.luatex.tlg       |     4 +-
 base/testfiles/github-robust-0123.tlg              |     4 +-
 base/testfiles/github-robust-0123.xetex.tlg        |     4 +-
 base/testfiles/sx172785.luatex.tlg                 |     2 +
 base/testfiles/sx172785.tlg                        |     2 +
 base/testfiles/sx172785.xetex.tlg                  |     2 +
 base/testfiles/tlb-syntonly-001.luatex.tlg         |     2 +-
 build-config.lua                                   |     1 +
 .../testfiles/utf8-filenames-001.luatex.tlg        |     2 +
 required/graphics/testfiles/utf8-filenames-001.tlg |     2 +
 .../testfiles/utf8-filenames-001.xetex.tlg         |     2 +
 .../testfiles/utf8-filenames-002.luatex.tlg        |     2 +
 required/graphics/testfiles/utf8-filenames-002.tlg |     2 +
 .../testfiles/utf8-filenames-002.xetex.tlg         |     2 +
 required/tools/testfiles/tlb2968.luatex.tlg        |     2 +
 required/tools/testfiles/tlb2968.tlg               |     2 +
 .../testfiles/{tlb2968.tlg => tlb2968.xetex.tlg}   |     2 +
 support/etex.sty                                   |   507 +
 support/test209.tex                                |     8 +
 support/test2e.tex                                 |     8 +
 texmf/tex/latex/l3backend/l3backend-dvipdfmx.def   |   647 +
 texmf/tex/latex/l3backend/l3backend-dvips.def      |  1196 +
 texmf/tex/latex/l3backend/l3backend-dvisvgm.def    |   528 +
 texmf/tex/latex/l3backend/l3backend-pdfmode.def    |   751 +
 texmf/tex/latex/l3backend/l3backend-xdvipdfmx.def  |   693 +
 texmf/tex/latex/l3kernel/expl3-code.tex            | 29284 +++++++++++++++++++
 texmf/tex/latex/l3kernel/expl3-generic.tex         |    94 +
 texmf/tex/latex/l3kernel/expl3.ltx                 |   139 +
 texmf/tex/latex/l3kernel/expl3.lua                 |   146 +
 texmf/tex/latex/l3kernel/expl3.sty                 |   161 +
 texmf/tex/latex/l3kernel/l3debug.def               |   990 +
 texmf/tex/latex/l3kernel/l3deprecation.def         |   246 +
 texmf/tex/latex/l3kernel/l3doc.cls                 |  2360 ++
 texmf/tex/latex/l3kernel/l3docstrip.tex            |    90 +
 texmf/tex/latex/l3kernel/l3str-enc-iso88591.def    |    29 +
 texmf/tex/latex/l3kernel/l3str-enc-iso885910.def   |    75 +
 texmf/tex/latex/l3kernel/l3str-enc-iso885911.def   |   120 +
 texmf/tex/latex/l3kernel/l3str-enc-iso885913.def   |    85 +
 texmf/tex/latex/l3kernel/l3str-enc-iso885914.def   |    60 +
 texmf/tex/latex/l3kernel/l3str-enc-iso885915.def   |    37 +
 texmf/tex/latex/l3kernel/l3str-enc-iso885916.def   |    69 +
 texmf/tex/latex/l3kernel/l3str-enc-iso88592.def    |    86 +
 texmf/tex/latex/l3kernel/l3str-enc-iso88593.def    |    64 +
 texmf/tex/latex/l3kernel/l3str-enc-iso88594.def    |    79 +
 texmf/tex/latex/l3kernel/l3str-enc-iso88595.def    |   123 +
 texmf/tex/latex/l3kernel/l3str-enc-iso88596.def    |   109 +
 texmf/tex/latex/l3kernel/l3str-enc-iso88597.def    |   108 +
 texmf/tex/latex/l3kernel/l3str-enc-iso88598.def    |    96 +
 texmf/tex/latex/l3kernel/l3str-enc-iso88599.def    |    35 +
 49 files changed, 39055 insertions(+), 7 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 16574df36bcf65dbe41fb9d6151e340108ac947a




More information about the latex3-commits mailing list