[latex3-commits] [git/LaTeX3-latex3-latex3] master: Correct some updated dates that came up in l3syntax-changes [ci-skip] (fc5d42f)

Bruno Le Floch bruno at le-floch.fr
Thu Apr 19 05:09:47 CEST 2018


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/fc5d42f139aa70ba91331fff8590c7ddc0ffcb35

>---------------------------------------------------------------

commit fc5d42f139aa70ba91331fff8590c7ddc0ffcb35
Author: Bruno Le Floch <bruno at le-floch.fr>
Date:   Wed Apr 18 23:09:47 2018 -0400

    Correct some updated dates that came up in l3syntax-changes [ci-skip]


>---------------------------------------------------------------

fc5d42f139aa70ba91331fff8590c7ddc0ffcb35
 l3kernel/l3fp.dtx   |   12 ++++++------
 l3kernel/l3keys.dtx |    8 ++++----
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/l3kernel/l3fp.dtx b/l3kernel/l3fp.dtx
index 3cf9821..a0a6e00 100644
--- a/l3kernel/l3fp.dtx
+++ b/l3kernel/l3fp.dtx
@@ -403,7 +403,7 @@
 %   This is experimental.
 % \end{function}
 %
-% \begin{function}[EXP, pTF, updated = 2012-12-14,
+% \begin{function}[EXP, pTF, updated = 2013-12-14,
 %   tested = m3fp-logic001]{\fp_compare:n}
 %   \begin{syntax}
 %     \cs{fp_compare_p:n} \\
@@ -505,7 +505,7 @@
 %   \texttt{false}.
 % \end{function}
 %
-% \begin{function}[rEXP, added = 2012-08-16, tested = m3fp-logic003]
+% \begin{function}[rEXP, added = 2012-08-16, updated = 2013-12-14, tested = m3fp-logic003]
 %   {\fp_do_until:nn}
 %   \begin{syntax}
 %      \cs{fp_do_until:nn} \{ \meta{fpexpr_1} \meta{relation} \meta{fpexpr_2} \} \Arg{code}
@@ -518,7 +518,7 @@
 %   \meta{relation} is \texttt{true}.
 % \end{function}
 %
-% \begin{function}[rEXP, added = 2012-08-16, tested = m3fp-logic003]
+% \begin{function}[rEXP, added = 2012-08-16, updated = 2013-12-14, tested = m3fp-logic003]
 %   {\fp_do_while:nn}
 %   \begin{syntax}
 %      \cs{fp_do_while:nn} \{ \meta{fpexpr_1} \meta{relation} \meta{fpexpr_2} \} \Arg{code}
@@ -531,7 +531,7 @@
 %   is \texttt{false}.
 % \end{function}
 %
-% \begin{function}[rEXP, added = 2012-08-16, tested = m3fp-logic003]
+% \begin{function}[rEXP, added = 2012-08-16, updated = 2013-12-14, tested = m3fp-logic003]
 %   {\fp_until_do:nn}
 %   \begin{syntax}
 %      \cs{fp_until_do:nn} \{ \meta{fpexpr_1} \meta{relation} \meta{fpexpr_2} \} \Arg{code}
@@ -544,7 +544,7 @@
 %   \texttt{true}.
 % \end{function}
 %
-% \begin{function}[rEXP, added = 2012-08-16, tested = m3fp-logic003]
+% \begin{function}[rEXP, added = 2012-08-16, updated = 2013-12-14, tested = m3fp-logic003]
 %   {\fp_while_do:nn}
 %   \begin{syntax}
 %      \cs{fp_while_do:nn} \{ \meta{fpexpr_1} \meta{relation} \meta{fpexpr_2} \} \Arg{code}
@@ -642,7 +642,7 @@
 %   The value of the base of the natural logarithm, $\mathrm{e} = \exp(1)$.
 % \end{variable}
 %
-% \begin{variable}[updated = 2012-05-08, updated = 2013-11-17]{\c_pi_fp}
+% \begin{variable}[updated = 2013-11-17]{\c_pi_fp}
 %   The value of~$\pi$.  This can be input directly in a floating point
 %   expression as~\texttt{pi}.
 % \end{variable}
diff --git a/l3kernel/l3keys.dtx b/l3kernel/l3keys.dtx
index 8beab59..6c4b8fc 100644
--- a/l3kernel/l3keys.dtx
+++ b/l3kernel/l3keys.dtx
@@ -118,7 +118,7 @@
 %
 % \section{Creating keys}
 %
-% \begin{function}[updated = 2015-11-07]{\keys_define:nn}
+% \begin{function}[updated = 2017-11-14]{\keys_define:nn}
 %   \begin{syntax}
 %     \cs{keys_define:nn} \Arg{module} \Arg{keyval list}
 %   \end{syntax}
@@ -598,7 +598,7 @@
 %
 % \section{Setting keys}
 %
-% \begin{function}[updated = 2015-11-07]
+% \begin{function}[updated = 2017-11-14]
 %   {\keys_set:nn, \keys_set:nV, \keys_set:nv, \keys_set:no}
 %   \begin{syntax}
 %     \cs{keys_set:nn} \Arg{module} \Arg{keyval list}
@@ -757,7 +757,7 @@
 %
 % \section{Utility functions for keys}
 %
-% \begin{function}[EXP, pTF, updated = 2015-11-07]{\keys_if_exist:nn}
+% \begin{function}[EXP, pTF, updated = 2017-11-14]{\keys_if_exist:nn}
 %   \begin{syntax}
 %     \cs{keys_if_exist_p:nn} \Arg{module} \Arg{key} \\
 %     \cs{keys_if_exist:nnTF} \Arg{module} \Arg{key} \Arg{true code} \Arg{false code}
@@ -766,7 +766,7 @@
 %   has been defined for \meta{key}.
 % \end{function}
 %
-% \begin{function}[added = 2011-08-21,EXP,pTF, updated = 2015-11-07]
+% \begin{function}[added = 2011-08-21,EXP,pTF, updated = 2017-11-14]
 %   {\keys_if_choice_exist:nnn}
 %   \begin{syntax}
 %     \cs{keys_if_choice_exist_p:nnn} \Arg{module} \Arg{key} \Arg{choice} \\





More information about the latex3-commits mailing list