summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/l3kernel/l3file.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-09-09 21:19:24 +0000
committerKarl Berry <karl@freefriends.org>2019-09-09 21:19:24 +0000
commit613f20ad1110fb100c023b106beafb319cccb357 (patch)
tree2f617ec7eb070ac81888edd8663b23e1197a5a2d /Master/texmf-dist/source/latex/l3kernel/l3file.dtx
parent4cab119c4bd432f3e5cc7892bfe65976399c1b63 (diff)
l3kernel (9sep19)
git-svn-id: svn://tug.org/texlive/trunk@52062 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3file.dtx')
-rw-r--r--Master/texmf-dist/source/latex/l3kernel/l3file.dtx11
1 files changed, 6 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3file.dtx b/Master/texmf-dist/source/latex/l3kernel/l3file.dtx
index dce560e4f6c..82b217eaeff 100644
--- a/Master/texmf-dist/source/latex/l3kernel/l3file.dtx
+++ b/Master/texmf-dist/source/latex/l3kernel/l3file.dtx
@@ -44,7 +44,7 @@
% }^^A
% }
%
-% \date{Released 2019-09-05}
+% \date{Released 2019-09-08}
%
% \maketitle
%
@@ -665,7 +665,7 @@
%
% \begin{function}[rEXP, added = 2019-09-03]{\file_mdfive_hash:n}
% \begin{syntax}
-% \cs{file_mdfive_hash:nN} \Arg{file name}
+% \cs{file_mdfive_hash:n} \Arg{file name}
% \end{syntax}
% Searches for \meta{file name} using the current \TeX{} search
% path and the additional paths controlled by \cs{l_file_search_path_seq}.
@@ -1369,7 +1369,7 @@
{
\tl_set:Nx \l_@@_file_name_tl
{
- \exp_args:Ne \__kernel_file_name_quote:n
+ \__kernel_file_name_quote:e
{ \__kernel_file_name_sanitize:n {#2} }
}
\iow_close:N #1
@@ -2371,7 +2371,7 @@
% \end{macro}
% \end{macro}
%
-% \begin{macro}[rEXP]{\__kernel_file_name_quote:n}
+% \begin{macro}[rEXP]{\__kernel_file_name_quote:n, \__kernel_file_name_quote:e}
% \begin{macro}[rEXP]{\__kernel_file_name_quote_auxi:nnnw}
% \begin{macro}[rEXP]{\__kernel_file_name_quote_auxii:nnn}
% \begin{macro}[rEXP]{\__kernel_file_name_quote_auxiii:nw}
@@ -2384,6 +2384,7 @@
\__kernel_file_name_quote_auxi:nnnw {#1} { 0 } { }
#1 " \q_recursion_tail " \q_recursion_stop
}
+\cs_generate_variant:Nn \__kernel_file_name_quote:n { e }
\cs_new:Npn \__kernel_file_name_quote_auxi:nnnw #1#2#3#4 "
{
\quark_if_recursion_tail_stop_do:nn {#4}
@@ -2697,7 +2698,7 @@
{
\tl_set:Nx \l_@@_full_name_tl
{
- \exp_args:Ne \__kernel_file_name_quote:n
+ \__kernel_file_name_quote:e
{ \tl_to_str:n {#1} \l_@@_base_name_tl }
}
\__kernel_ior_open:No \g_@@_internal_ior \l_@@_full_name_tl