[latex3-commits] [git/LaTeX3-latex3-latex3] master: Document the dates at which intarray and scan marks were added (ca23fa4)

Bruno Le Floch bruno at le-floch.fr
Sun Apr 1 21:05:57 CEST 2018


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

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

commit ca23fa48d25a836066712879e16aeb5c714041e1
Author: Bruno Le Floch <bruno at le-floch.fr>
Date:   Sun Apr 1 15:05:57 2018 -0400

    Document the dates at which intarray and scan marks were added


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

ca23fa48d25a836066712879e16aeb5c714041e1
 l3kernel/l3intarray.dtx |    8 ++++----
 l3kernel/l3quark.dtx    |    6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/l3kernel/l3intarray.dtx b/l3kernel/l3intarray.dtx
index a4bc810..56bb160 100644
--- a/l3kernel/l3intarray.dtx
+++ b/l3kernel/l3intarray.dtx
@@ -64,7 +64,7 @@
 % The use of \texttt{intarray} data is therefore recommended for cases where
 % the need for fast access is of paramount importance.
 %
-% \begin{function}{\intarray_new:Nn}
+% \begin{function}[added = 2018-03-29]{\intarray_new:Nn}
 %   \begin{syntax}
 %     \cs{intarray_new:Nn} \meta{intarray~var} \Arg{size}
 %   \end{syntax}
@@ -72,7 +72,7 @@
 %   \meta{integer array variable} with that number of (zero) entries.
 % \end{function}
 %
-% \begin{function}[EXP]{\intarray_count:N}
+% \begin{function}[EXP, added = 2018-03-29]{\intarray_count:N}
 %   \begin{syntax}
 %     \cs{intarray_count:N} \meta{intarray~var}
 %   \end{syntax}
@@ -80,7 +80,7 @@
 %   Contrarily to \cs{seq_count:N} this is performed in constant time.
 % \end{function}
 %
-% \begin{function}{\intarray_gset:Nnn}
+% \begin{function}[added = 2018-03-29]{\intarray_gset:Nnn}
 %   \begin{syntax}
 %     \cs{intarray_gset:Nnn} \meta{intarray~var} \Arg{position} \Arg{value}
 %   \end{syntax}
@@ -92,7 +92,7 @@
 %   global.
 % \end{function}
 %
-% \begin{function}[EXP]{\intarray_item:Nn}
+% \begin{function}[EXP, added = 2018-03-29]{\intarray_item:Nn}
 %   \begin{syntax}
 %     \cs{intarray_item:Nn} \meta{intarray~var} \Arg{position}
 %   \end{syntax}
diff --git a/l3kernel/l3quark.dtx b/l3kernel/l3quark.dtx
index c1e2009..e36774f 100644
--- a/l3kernel/l3quark.dtx
+++ b/l3kernel/l3quark.dtx
@@ -325,7 +325,7 @@
 % This allows to skip to that point if the end of the instructions
 % should not be performed (see \pkg{l3regex}).
 %
-% \begin{function}{\scan_new:N}
+% \begin{function}[added = 2018-04-01]{\scan_new:N}
 %   \begin{syntax}
 %     \cs{scan_new:N} \meta{scan mark}
 %   \end{syntax}
@@ -334,12 +334,12 @@
 %   is raised if the name was already taken by another scan mark.
 % \end{function}
 %
-% \begin{variable}{\s_stop}
+% \begin{variable}[added = 2018-04-01]{\s_stop}
 %   Used at the end of a set of instructions, as a marker
 %   that can be jumped to using \cs{use_none_delimit_by_s_stop:w}.
 % \end{variable}
 %
-% \begin{function}{\use_none_delimit_by_s_stop:w}
+% \begin{function}[added = 2018-04-01]{\use_none_delimit_by_s_stop:w}
 %   \begin{syntax}
 %     \cs{use_none_delimit_by_s_stop:w} \meta{tokens} \cs{s_stop}
 %   \end{syntax}





More information about the latex3-commits mailing list