diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex')
4 files changed, 12 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/l3kernel/expl3-code.tex b/Master/texmf-dist/tex/latex/l3kernel/expl3-code.tex index f57945cb1ac..8cb4cc08109 100644 --- a/Master/texmf-dist/tex/latex/l3kernel/expl3-code.tex +++ b/Master/texmf-dist/tex/latex/l3kernel/expl3-code.tex @@ -65,7 +65,7 @@ %% and all files in that bundle must be distributed together. %% %% File: expl3.dtx -\def\ExplFileDate{2019-10-28}% +\def\ExplFileDate{2019-11-07}% \begingroup \def\next{\endgroup}% \expandafter\ifx\csname PackageError\endcsname\relax @@ -7499,7 +7499,10 @@ { \sys_finalise: \str_if_exist:NTF \c_sys_backend_str - { \__kernel_msg_error:nn { sys } { backend-set } } + { + \str_if_eq:VnF \c_sys_backend_str {#1} + { \__kernel_msg_error:nn { sys } { backend-set } } + } { \tl_if_blank:nF {#1} { \tl_set:Nn \g__sys_backend_tl {#1} } @@ -29310,7 +29313,9 @@ { \exp_not:N \ProvidesFile {#1} [ #2~v#3~#4 ] } { \iow_log:x { File:~#1~#2~v#3~#4 } } } -\file_input:n { l3deprecation.def } +\cs_gset_protected:Npn \__kernel_sys_configuration_load:n #1 + { \file_input:n { #1 .def } } +\sys_load_deprecation: %% %% %% End of file `expl3-code.tex'. diff --git a/Master/texmf-dist/tex/latex/l3kernel/expl3-generic.tex b/Master/texmf-dist/tex/latex/l3kernel/expl3-generic.tex index a5973551dd8..6a994e64486 100644 --- a/Master/texmf-dist/tex/latex/l3kernel/expl3-generic.tex +++ b/Master/texmf-dist/tex/latex/l3kernel/expl3-generic.tex @@ -19,7 +19,7 @@ %% and all files in that bundle must be distributed together. %% %% File: expl3.dtx -\def\ExplFileDate{2019-10-28}% +\def\ExplFileDate{2019-11-07}% \let\ExplLoaderFileDate\ExplFileDate \begingroup \def\tempa{LaTeX2e}% @@ -70,7 +70,7 @@ \expandafter\ifx\csname tex\string _let:D\endcsname\relax \expandafter\endinput \fi -\cs_new_protected:Npn \__kernel_sys_configuration_load:n #1 +\cs_gset_protected:Npn \__kernel_sys_configuration_load:n #1 { \group_begin: \cs_set_protected:Npn \ProvidesExplFile diff --git a/Master/texmf-dist/tex/latex/l3kernel/expl3.ltx b/Master/texmf-dist/tex/latex/l3kernel/expl3.ltx index 9560206dcab..0f6709a6f31 100644 --- a/Master/texmf-dist/tex/latex/l3kernel/expl3.ltx +++ b/Master/texmf-dist/tex/latex/l3kernel/expl3.ltx @@ -19,7 +19,7 @@ %% and all files in that bundle must be distributed together. %% %% File: expl3.dtx -\def\ExplFileDate{2019-10-28}% +\def\ExplFileDate{2019-11-07}% \let\ExplLoaderFileDate\ExplFileDate \everyjob\expandafter{\the\everyjob \message{expl3 <\ExplFileDate> L3 programming layer}% diff --git a/Master/texmf-dist/tex/latex/l3kernel/expl3.sty b/Master/texmf-dist/tex/latex/l3kernel/expl3.sty index 416b9a682ac..375597d0188 100644 --- a/Master/texmf-dist/tex/latex/l3kernel/expl3.sty +++ b/Master/texmf-dist/tex/latex/l3kernel/expl3.sty @@ -19,7 +19,7 @@ %% and all files in that bundle must be distributed together. %% %% File: expl3.dtx -\def\ExplFileDate{2019-10-28}% +\def\ExplFileDate{2019-11-07}% \let\ExplLoaderFileDate\ExplFileDate \ProvidesPackage{expl3} [% |