[latex3-commits] [git/LaTeX3-latex3-latex3] l3bitset-2: Standardise bitset 'added' dates [ci skip] (77736f387)

Joseph Wright joseph.wright at morningstar2.co.uk
Tue Jan 26 15:55:25 CET 2021


Repository : https://github.com/latex3/latex3
On branch  : l3bitset-2
Link       : https://github.com/latex3/latex3/commit/77736f387d151ded9d9203bded08b63a1c5ad5ac

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

commit 77736f387d151ded9d9203bded08b63a1c5ad5ac
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Tue Jan 26 14:55:25 2021 +0000

    Standardise bitset 'added' dates [ci skip]


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

77736f387d151ded9d9203bded08b63a1c5ad5ac
 l3experimental/l3bitset/l3bitset.dtx | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/l3experimental/l3bitset/l3bitset.dtx b/l3experimental/l3bitset/l3bitset.dtx
index f081458a5..3a777579b 100644
--- a/l3experimental/l3bitset/l3bitset.dtx
+++ b/l3experimental/l3bitset/l3bitset.dtx
@@ -68,7 +68,7 @@
 % bitsets \texttt{fp} is used and this is slower.
 %
 % \section{Creating bitsets}
-% \begin{function}[added = 2020-12-13,updated=2020-12-29]
+% \begin{function}[added = 2021-01-26,updated=2020-12-29]
 %   {\bitset_new:N,\bitset_new:c,\bitset_new:Nn, \bitset_new:cn}
 %   \begin{syntax}
 %     \cs{bitset_new:N}  \meta{bitset var} \\
@@ -104,7 +104,7 @@
 % can be extended or changed with the next function.
 %
 % \end{function}
-% \begin{function}[added = 2020-12-19]
+% \begin{function}[added = 2021-01-26]
 %   {\bitset_addto_named_index:Nn}
 %   \begin{syntax}
 %     \cs{bitset_addto_named_index:Nn} \meta{bitset var}
@@ -148,7 +148,7 @@
 %
 
 %
-% \begin{function}[EXP, pTF,added = 2020-12-14]
+% \begin{function}[EXP, pTF,added = 2021-01-26]
 %   { \bitset_if_exist:N, \bitset_if_exist:c  }
 %   \begin{syntax}
 %     \cs{bitset_if_exist_p:N} \meta{bitset var}
@@ -160,7 +160,7 @@
 %
 % \section{Setting and unsetting bits}
 %
-% \begin{function}[added = 2020-12-13, updated=2020-12-29]
+% \begin{function}[added = 2021-01-26]
 %   { \bitset_set_true:Nn, \bitset_set_true:cn, \bitset_gset_true:Nn, \bitset_gset_true:cn  }
 %   \begin{syntax}
 %     \cs{bitset_set_true:Nn}   \meta{bitset var}  \Arg{name/index}\\
@@ -174,7 +174,7 @@
 % If needed the length of the bit vector is enlarged.
 % \end{function}
 %
-% \begin{function}[added = 2020-12-13,updated=2020-12-29]
+% \begin{function}[added = 2021-01-26]
 %   { \bitset_set_false:Nn, \bitset_set_false:cn, \bitset_gset_false:Nn, \bitset_set_false:cn }
 %   \begin{syntax}
 %     \cs{bitset_set_false:Nn}   \meta{bitset var}  \Arg{name/index}\\
@@ -192,7 +192,7 @@
 % by \cs{bitset_show:N}.
 % \end{function}
 %
-% \begin{function}[added = 2020-12-22]
+% \begin{function}[added = 2021-01-26]
 %   {\bitset_clear:N,\bitset_clear:c,\bitset_gclear:N,\bitset_gclear:c}
 %   \begin{syntax}
 %     \cs{bitset_clear:N}  \meta{bitset var} \\
@@ -203,7 +203,7 @@
 %
 % \section{Using bitsets}
 %
-% \begin{function}[EXP,added = 2020-12-14, updated=2020-12-29]
+% \begin{function}[EXP,added = 2021-01-26]
 %   { \bitset_item:Nn, \bitset_item:cn }
 %   \begin{syntax}
 %     \cs{bitset_item:Nn}   \meta{bitset var}  \Arg{name/index}
@@ -213,7 +213,7 @@
 %  \Arg{name/index} is a declared name or a positive, unsigned explicit number.
 % \end{function}
 %
-% \begin{function}[EXP,added = 2020-12-13]
+% \begin{function}[EXP,added = 2021-01-26]
 %   {\bitset_to_bin:N, \bitset_to_bin:c}
 %   \begin{syntax}
 %     \cs{bitset_to_bin:N} \meta{bitset var}
@@ -222,7 +222,7 @@
 % a binary (string) number in the input stream.
 % If no bit has been set yet, the output is zero.
 % \end{function}
-% \begin{function}[EXP,added = 2020-12-13]
+% \begin{function}[EXP,added = 2021-01-26]
 %   {\bitset_to_arabic:N, \bitset_to_arabic:c}
 %   \begin{syntax}
 %     \cs{bitset_to_arabic:N} \meta{bitset var}
@@ -235,7 +235,7 @@
 % \end{function}
 %
 %
-% \begin{function}[added = 2020-12-13]
+% \begin{function}[added = 2021-01-26]
 %   {\bitset_show:N, \bitset_show:c}
 %   \begin{syntax}
 %     \cs{bitset_show:N} \meta{bitset var}
@@ -243,7 +243,7 @@
 % Displays the binary and decimal value of the \meta{bitset var} on the terminal,
 % \end{function}
 %
-% \begin{function}[added = 2020-12-13]
+% \begin{function}[added = 2021-01-26]
 %   {\bitset_log:N, \bitset_log:c}
 %   \begin{syntax}
 %     \cs{bitset_log:N} \meta{bitset var}





More information about the latex3-commits mailing list.