[latex3-commits] [l3svn] r7409 - Mark \bool_if:NTF and derived functions as updated [ci skip]

noreply at latex-project.org noreply at latex-project.org
Fri Jul 28 13:44:48 CEST 2017


Author: bruno
Date: 2017-07-28 13:44:48 +0200 (Fri, 28 Jul 2017)
New Revision: 7409

Modified:
   trunk/l3kernel/l3prg.dtx
Log:
Mark \bool_if:NTF and derived functions as updated [ci skip]

In commit 7375 where I made \bool_if:nTF eager (=greedy) I also
changed \bool_if:NTF, which now complains about undefined booleans.
I forgot to mark a this and a few derived functions as updated then.


Modified: trunk/l3kernel/l3prg.dtx
===================================================================
--- trunk/l3kernel/l3prg.dtx	2017-07-20 21:33:55 UTC (rev 7408)
+++ trunk/l3kernel/l3prg.dtx	2017-07-28 11:44:48 UTC (rev 7409)
@@ -280,7 +280,7 @@
 %   the logical truth of this evaluation.
 % \end{function}
 %
-% \begin{function}[EXP,pTF]{\bool_if:N, \bool_if:c}
+% \begin{function}[EXP,pTF, updated = 2017-07-15]{\bool_if:N, \bool_if:c}
 %   \begin{syntax}
 %     \cs{bool_if_p:N} \meta{boolean}
 %     \cs{bool_if:NTF} \meta{boolean} \Arg{true code} \Arg{false code}
@@ -497,7 +497,7 @@
 %
 % Loops using either boolean expressions or stored boolean values.
 %
-% \begin{function}[rEXP]{\bool_do_until:Nn, \bool_do_until:cn}
+% \begin{function}[rEXP, updated = 2017-07-15]{\bool_do_until:Nn, \bool_do_until:cn}
 %   \begin{syntax}
 %     \cs{bool_do_until:Nn} \meta{boolean} \Arg{code}
 %   \end{syntax}
@@ -508,7 +508,7 @@
 %   \texttt{true}.
 % \end{function}
 %
-% \begin{function}[rEXP]{\bool_do_while:Nn, \bool_do_while:cn}
+% \begin{function}[rEXP, updated = 2017-07-15]{\bool_do_while:Nn, \bool_do_while:cn}
 %   \begin{syntax}
 %     \cs{bool_do_while:Nn} \meta{boolean} \Arg{code}
 %   \end{syntax}
@@ -519,7 +519,7 @@
 %   \texttt{false}.
 % \end{function}
 %
-% \begin{function}[rEXP]{\bool_until_do:Nn, \bool_until_do:cn}
+% \begin{function}[rEXP, updated = 2017-07-15]{\bool_until_do:Nn, \bool_until_do:cn}
 %   \begin{syntax}
 %     \cs{bool_until_do:Nn} \meta{boolean} \Arg{code}
 %   \end{syntax}
@@ -530,7 +530,7 @@
 %   until the \meta{boolean} is \texttt{true}.
 % \end{function}
 %
-% \begin{function}[rEXP]{\bool_while_do:Nn, \bool_while_do:cn}
+% \begin{function}[rEXP, updated = 2017-07-15]{\bool_while_do:Nn, \bool_while_do:cn}
 %   \begin{syntax}
 %     \cs{bool_while_do:Nn} \meta{boolean} \Arg{code}
 %   \end{syntax}



More information about the latex3-commits mailing list