[latex3-commits] [latex3/latex3] main: Correct "added" dates for l3bitset (68a805ebd)

github at latex-project.org github at latex-project.org
Sun Dec 10 23:55:15 CET 2023


Repository : https://github.com/latex3/latex3
On branch  : main
Link       : https://github.com/latex3/latex3/commit/68a805ebd421e4a4312a94354b8dd52bb312b6c5

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

commit 68a805ebd421e4a4312a94354b8dd52bb312b6c5
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sun Dec 10 22:55:15 2023 +0000

    Correct "added" dates for l3bitset


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

68a805ebd421e4a4312a94354b8dd52bb312b6c5
 l3kernel/l3bitset.dtx | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/l3kernel/l3bitset.dtx b/l3kernel/l3bitset.dtx
index 9d5dd1417..44cb99f40 100644
--- a/l3kernel/l3bitset.dtx
+++ b/l3kernel/l3bitset.dtx
@@ -73,7 +73,7 @@
 %
 % \section{Creating bitsets}
 %
-% \begin{function}[added = 2021-01-26,updated=2020-12-29]
+% \begin{function}[added = 2023-11-15]
 %   {\bitset_new:N,\bitset_new:c,\bitset_new:Nn, \bitset_new:cn}
 %   \begin{syntax}
 %     \cs{bitset_new:N}  \meta{bitset var} \\
@@ -112,7 +112,7 @@
 % can be extended or changed with the next function.
 % \end{function}
 %
-% \begin{function}[added = 2021-01-26]
+% \begin{function}[added = 2023-11-15]
 %   {\bitset_addto_named_index:Nn}
 %   \begin{syntax}
 %     \cs{bitset_addto_named_index:Nn} \meta{bitset var}
@@ -152,7 +152,7 @@
 %   \bitset_set_true:Nn \l_pdfannot_F_bitset {3}
 % \end{verbatim}
 %
-% \begin{function}[EXP, pTF,added = 2021-01-26]
+% \begin{function}[EXP, pTF,added = 2023-11-15]
 %   {\bitset_if_exist:N, \bitset_if_exist:c}
 %   \begin{syntax}
 %     \cs{bitset_if_exist_p:N} \meta{bitset var}
@@ -163,7 +163,7 @@
 %
 % \section{Setting and unsetting bits}
 %
-% \begin{function}[added = 2021-01-26]
+% \begin{function}[added = 2023-11-15]
 %   {
 %     \bitset_set_true:Nn, \bitset_set_true:cn,
 %     \bitset_gset_true:Nn, \bitset_gset_true:cn
@@ -178,7 +178,7 @@
 %   If needed the length of the bit vector is enlarged.
 % \end{function}
 %
-% \begin{function}[added = 2021-01-26]
+% \begin{function}[added = 2023-11-15]
 %   {
 %     \bitset_set_false:Nn, \bitset_set_false:cn,
 %     \bitset_gset_false:Nn, \bitset_set_false:cn
@@ -197,7 +197,7 @@
 %   by \cs{bitset_show:N}.
 % \end{function}
 %
-% \begin{function}[added = 2021-01-26]
+% \begin{function}[added = 2023-11-15]
 %   {\bitset_clear:N,\bitset_clear:c,\bitset_gclear:N,\bitset_gclear:c}
 %   \begin{syntax}
 %     \cs{bitset_clear:N} \meta{bitset var}
@@ -207,7 +207,7 @@
 %
 % \section{Using bitsets}
 %
-% \begin{function}[EXP,added = 2021-01-26]
+% \begin{function}[EXP,added = 2023-11-15]
 %   {\bitset_item:Nn, \bitset_item:cn}
 %   \begin{syntax}
 %     \cs{bitset_item:Nn} \meta{bitset var} \Arg{name}
@@ -218,7 +218,7 @@
 % |1|, |2|, |3|, \ldots, or one of the names added manually.
 % \end{function}
 %
-% \begin{function}[EXP,added = 2021-01-26]
+% \begin{function}[EXP,added = 2023-11-15]
 %   {\bitset_to_bin:N, \bitset_to_bin:c}
 %   \begin{syntax}
 %     \cs{bitset_to_bin:N} \meta{bitset var}
@@ -228,7 +228,7 @@
 %   If no bit has been set yet, the output is zero.
 % \end{function}
 %
-% \begin{function}[EXP,added = 2021-01-26]
+% \begin{function}[EXP,added = 2023-11-15
 %   {\bitset_to_arabic:N, \bitset_to_arabic:c}
 %   \begin{syntax}
 %     \cs{bitset_to_arabic:N} \meta{bitset var}
@@ -240,7 +240,7 @@
 %   based on \cs{fp_eval:n} otherwise.
 % \end{function}
 %
-% \begin{function}[added = 2021-01-26]
+% \begin{function}[added = 2023-11-15]
 %   {\bitset_show:N, \bitset_show:c}
 %   \begin{syntax}
 %     \cs{bitset_show:N} \meta{bitset var}
@@ -248,7 +248,7 @@
 %   Displays the binary and decimal value of the \meta{bitset var} on the terminal,
 % \end{function}
 %
-% \begin{function}[added = 2021-01-26]
+% \begin{function}[added = 2023-11-15]
 %   {\bitset_log:N, \bitset_log:c}
 %   \begin{syntax}
 %     \cs{bitset_log:N} \meta{bitset var}





More information about the latex3-commits mailing list.