summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/morewrites/primargs.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/morewrites/primargs.dtx')
-rw-r--r--Master/texmf-dist/source/latex/morewrites/primargs.dtx18
1 files changed, 10 insertions, 8 deletions
diff --git a/Master/texmf-dist/source/latex/morewrites/primargs.dtx b/Master/texmf-dist/source/latex/morewrites/primargs.dtx
index c911233ea97..5ba63d5e855 100644
--- a/Master/texmf-dist/source/latex/morewrites/primargs.dtx
+++ b/Master/texmf-dist/source/latex/morewrites/primargs.dtx
@@ -9,6 +9,8 @@
%%
%% http://www.latex-project.org/lppl.txt
%%
+%% This work has the LPPL maintenance status 'maintained'
+%% and the current maintainer is Bruno Le Floch.
%% -----------------------------------------------------------------------
%
%<*driver>
@@ -23,7 +25,7 @@
% \title{The \textsf{primargs} package: \\
% Parsing arguments of primitives}
% \author{Bruno Le Floch}
-% \date{2018/04/04}
+% \date{2018/12/29}
%
% \maketitle
% \tableofcontents
@@ -250,16 +252,16 @@
% \begin{macrocode}
\RequirePackage {expl3} [2018/02/21]
\ProvidesExplPackage
- {primargs} {2018/04/04} {} {Parsing arguments of primitives}
+ {primargs} {2018/12/29} {} {Parsing arguments of primitives}
% \end{macrocode}
%
% \begin{macrocode}
%<@@=primargs>
% \end{macrocode}
%
-% \begin{function}{\__primargs_get_rhs:NnN, \__primargs_get_rhs:NoN}
+% \begin{function}{\@@_get_rhs:NnN, \@@_get_rhs:NoN}
% \begin{syntax}
-% \cs{__primargs_get_rhs:NnN} \meta{register} \Arg{register rhs} \meta{function}
+% \cs{@@_get_rhs:NnN} \meta{register} \Arg{register rhs} \meta{function}
% \end{syntax}
% Use the \meta{register} to find a right-hand side of a valid
% assignment for this type of variable, and feed the value found to
@@ -280,7 +282,7 @@
% \end{macrocode}
% \end{macro}
%
-% \begin{variable}[int]{\g_@@_file_name_tl, \g_@@_file_name_level_tl}
+% \begin{variable}{\g_@@_file_name_tl, \g_@@_file_name_level_tl}
% Token list used to build a file name, one character at a time.
% Token list holding the level of nesting in quotes or braces.
% \begin{macrocode}
@@ -566,7 +568,7 @@
% automatically assigned globally, and we revert it to its previous
% value afterwards.
%
-% \begin{macro}[int]{\@@_get_rhs:NnN, \@@_get_rhs:NoN}
+% \begin{macro}{\@@_get_rhs:NnN, \@@_get_rhs:NoN}
% The last two lines of this function are the key: assign to |#1|,
% then take control using \tn{afterassignment}. After the assignment,
% we expand the value found, |\tex_the:D #1|, within a brace group,
@@ -694,7 +696,7 @@
\cs_new_protected:Npn \@@_get_general_text_error:n #1
{
\exp_after:wN \group_end:
- \etex_unexpanded:D \if_int_compare:w `{ = \c_zero \fi: #1 }
+ \tex_unexpanded:D \if_int_compare:w `{ = \c_zero_int \fi: #1 }
}
% \end{macrocode}
% \end{macro}
@@ -893,7 +895,7 @@
}
\cs_new_protected:Npn \@@_get_input_file_name_aux:N #1
{
- \exp_after:wN \str_if_eq_x:nnT
+ \exp_after:wN \str_if_eq:eeT
\exp_after:wN { \token_to_str:N #1 } { \token_to_str:N \par }
{ \use_none:nnn }
\tex_xdef:D \g_@@_file_name_tl