diff options
author | Karl Berry <karl@freefriends.org> | 2019-10-01 21:19:50 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-10-01 21:19:50 +0000 |
commit | ea9364d9312ab760b375e4b07567dc1863a85338 (patch) | |
tree | 9fcea9f37dde453bdb562b8ae6c0d8f9f873cf58 /Master/texmf-dist/tex/latex/l3kernel | |
parent | 058ac3c069f344c4d3edf97c43fee3f2d07214a6 (diff) |
l3kernel (1oct19)
git-svn-id: svn://tug.org/texlive/trunk@52247 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/l3kernel')
-rw-r--r-- | Master/texmf-dist/tex/latex/l3kernel/expl3-code.tex | 6 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/l3kernel/expl3-generic.tex | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/l3kernel/expl3.sty | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/l3kernel/expl3-code.tex b/Master/texmf-dist/tex/latex/l3kernel/expl3-code.tex index 7ef6bb58e62..a7b54359b90 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-09-28}% +\def\ExplFileDate{2019-09-30}% \begingroup \def\next{\endgroup}% \expandafter\ifx\csname PackageError\endcsname\relax @@ -11072,7 +11072,7 @@ \cs_new:Npn \__file_full_name_aux:nn #1#2 { \exp_args:Ne \__file_full_name_aux:n - { \__kernel_file_name_quote:e { \tl_to_str:n {#2} #1 } } + { \__kernel_file_name_quote:e { \tl_to_str:n {#2} / #1 } } } \cs_new:Npn \__file_full_name_aux:n #1 { @@ -11085,7 +11085,7 @@ } } } -\cs_new:Npn \__file_file_name_cleanup:w #1 \__file_file_name_end:n #2 { } +\cs_new:Npn \__file_file_name_cleanup:w #1 \__file_file_name_end: { } \cs_new:Npn \__file_file_name_end: { } \cs_new:Npn \__file_file_ext_check:n #1 { \__file_file_ext_check_auxi:nw {#1} #1 " #1 " \q_stop } diff --git a/Master/texmf-dist/tex/latex/l3kernel/expl3-generic.tex b/Master/texmf-dist/tex/latex/l3kernel/expl3-generic.tex index 6a0b1796078..0298a236f22 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-09-28}% +\def\ExplFileDate{2019-09-30}% \let\ExplLoaderFileDate\ExplFileDate \begingroup \def\tempa{LaTeX2e}% diff --git a/Master/texmf-dist/tex/latex/l3kernel/expl3.sty b/Master/texmf-dist/tex/latex/l3kernel/expl3.sty index 0a6c87b5cd0..66cb86f4f8b 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-09-28}% +\def\ExplFileDate{2019-09-30}% \let\ExplLoaderFileDate\ExplFileDate \ProvidesPackage{expl3} [% |