diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/l3experimental/l3str/l3tl-build.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/l3experimental/l3str/l3tl-build.dtx | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/Master/texmf-dist/source/latex/l3experimental/l3str/l3tl-build.dtx b/Master/texmf-dist/source/latex/l3experimental/l3str/l3tl-build.dtx index db33b260adc..50a67c3858f 100644 --- a/Master/texmf-dist/source/latex/l3experimental/l3str/l3tl-build.dtx +++ b/Master/texmf-dist/source/latex/l3experimental/l3str/l3tl-build.dtx @@ -36,8 +36,8 @@ %<*driver|package> % The version of expl3 required is tested as early as possible, as % some really old versions do not define \ProvidesExplPackage. -\RequirePackage{expl3}[2016/05/14] -%<package>\@ifpackagelater{expl3}{2016/05/14} +\RequirePackage{expl3}[2016/10/19] +%<package>\@ifpackagelater{expl3}{2016/10/19} %<package> {} %<package> {% %<package> \PackageError{l3tl-build}{Support package l3kernel too old} @@ -49,7 +49,7 @@ %<package> }% %<package> \endinput %<package> } -\GetIdInfo$Id: l3tl-build.dtx 6492 2016-05-14 20:27:55Z joseph $ +\GetIdInfo$Id: l3tl-build.dtx 6730 2016-10-19 11:19:38Z joseph $ {L3 Experimental token list construction} %</driver|package> %<*driver> @@ -205,7 +205,7 @@ % expanding to |\the\toks#10...\the\toks#19|, but this should be kept % for much later. % \begin{macrocode} -\cs_new_protected_nopar:Npn \@@_unpack: +\cs_new_protected:Npn \@@_unpack: { \tl_put_right:Nx \l_@@_result_tl { @@ -240,18 +240,18 @@ % \cs{@@_end:} for details). Then initialize the start index and % the current index at zero, and empty the \texttt{result} token list. % \begin{macrocode} -\cs_new_protected_nopar:Npn \@@:Nw +\cs_new_protected:Npn \@@:Nw { \@@_aux:NNw \tl_set:Nn } -\cs_new_protected_nopar:Npn \@@_x:Nw +\cs_new_protected:Npn \@@_x:Nw { \@@_aux:NNw \tl_set:Nx } -\cs_new_protected_nopar:Npn \__tl_gbuild:Nw +\cs_new_protected:Npn \__tl_gbuild:Nw { \@@_aux:NNw \tl_gset:Nn } -\cs_new_protected_nopar:Npn \__tl_gbuild_x:Nw +\cs_new_protected:Npn \__tl_gbuild_x:Nw { \@@_aux:NNw \tl_gset:Nx } \cs_new_protected:Npn \@@_aux:NNw #1#2 { \group_begin: - \cs_set_nopar:Npn \@@_end_assignment:n + \cs_set:Npn \@@_end_assignment:n { \group_end: #1 #2 } \int_zero:N \l_@@_start_index_int \int_zero:N \l_@@_index_int @@ -271,7 +271,7 @@ % set it to a function which would clean up the contents of % \cs{l_@@_result_tl}. % \begin{macrocode} -\cs_new_protected_nopar:Npn \@@_end: +\cs_new_protected:Npn \@@_end: { \@@_unpack: \exp_args:No |