[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: Update xparse to 2020-05-10 (3d6fcc71)
Joseph Wright
joseph.wright at morningstar2.co.uk
Mon Oct 5 08:59:02 CEST 2020
Repository : https://github.com/latex3/latex2e
On branch : develop
Link : https://github.com/latex3/latex2e/commit/3d6fcc715b379507c02099a7acb097e751810b2b
>---------------------------------------------------------------
commit 3d6fcc715b379507c02099a7acb097e751810b2b
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Mon Oct 5 07:59:02 2020 +0100
Update xparse to 2020-05-10
>---------------------------------------------------------------
3d6fcc715b379507c02099a7acb097e751810b2b
texmf/tex/latex/l3packages/xparse/xparse.ltx | 2 +-
texmf/tex/latex/l3packages/xparse/xparse.sty | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/texmf/tex/latex/l3packages/xparse/xparse.ltx b/texmf/tex/latex/l3packages/xparse/xparse.ltx
index af239a71..ff0cc4ca 100644
--- a/texmf/tex/latex/l3packages/xparse/xparse.ltx
+++ b/texmf/tex/latex/l3packages/xparse/xparse.ltx
@@ -23,7 +23,7 @@
\message{xparse <2020-03-03>}%
}
\ExplSyntaxOn
-\file_input:n { xparse-generic.tex }
+\input { xparse-generic.tex }
\ExplSyntaxOff
%%
%%
diff --git a/texmf/tex/latex/l3packages/xparse/xparse.sty b/texmf/tex/latex/l3packages/xparse/xparse.sty
index e1409426..9c03b4f0 100644
--- a/texmf/tex/latex/l3packages/xparse/xparse.sty
+++ b/texmf/tex/latex/l3packages/xparse/xparse.sty
@@ -32,7 +32,7 @@
}%
\endinput
}
-\ProvidesExplPackage{xparse}{2020-05-15}{}
+\ProvidesExplPackage{xparse}{2020-10-05}{}
{L3 Experimental document command parser}
\clist_new:N \l__xparse_options_clist
\DeclareOption* { \clist_put_right:NV \l__xparse_options_clist \CurrentOption }
@@ -45,7 +45,7 @@
\keys_set:nV { xparse } \l__xparse_options_clist
\bool_if:NF \l__xparse_log_bool
{ \msg_redirect_module:nnn { LaTeX / xparse } { info } { none } }
-\file_input:n { xparse-generic.tex }
+\input { xparse-generic.tex }
\cs_gset_protected:Npn \__xparse_normalize_arg_spec_loop:n #1
{
\quark_if_recursion_tail_stop:n {#1}
More information about the latex3-commits
mailing list.