[latex3-commits] [git/LaTeX3-latex3-latex3] master: Move \intarray_show:N to stable (e69412111)

Joseph Wright joseph.wright at morningstar2.co.uk
Fri Sep 20 08:26:56 CEST 2019


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

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

commit e69412111d15bbbf5f7bf415df75ffccbeb2f58d
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Sep 20 07:26:56 2019 +0100

    Move \intarray_show:N to stable


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

e69412111d15bbbf5f7bf415df75ffccbeb2f58d
 l3kernel/CHANGELOG.md     | 1 +
 l3kernel/l3candidates.dtx | 9 ---------
 l3kernel/l3intarray.dtx   | 9 +++++++++
 3 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/l3kernel/CHANGELOG.md b/l3kernel/CHANGELOG.md
index 1b80e07ef..3b1090f86 100644
--- a/l3kernel/CHANGELOG.md
+++ b/l3kernel/CHANGELOG.md
@@ -13,6 +13,7 @@ this project uses date-based 'snapshot' version identifiers.
   - `\dim_sign:n`
   - `\fp_sign:n`
   - `\int_sign:n`
+  - `\intarray_show:N`
   - `\prop_(g)set_from_clist:Nn`
   - `\prop_const_from_clist:Nn`
   - `\seq_const_from_clist:Nn`
diff --git a/l3kernel/l3candidates.dtx b/l3kernel/l3candidates.dtx
index 7a517c2c3..de9690d96 100644
--- a/l3kernel/l3candidates.dtx
+++ b/l3kernel/l3candidates.dtx
@@ -444,15 +444,6 @@
 %   result has one fewer comma than the number of items.
 % \end{function}
 %
-% \begin{function}[added = 2018-05-04]{\intarray_show:N, \intarray_log:N}
-%   \begin{syntax}
-%     \cs{intarray_show:N} \meta{intarray~var}
-%     \cs{intarray_log:N} \meta{intarray~var}
-%   \end{syntax}
-%   Displays the items in the \meta{integer array variable} in the
-%   terminal or writes them in the log file.
-% \end{function}
-%
 % \section{Additions to \pkg{l3msg}}
 %
 % In very rare cases it may be necessary to produce errors in an
diff --git a/l3kernel/l3intarray.dtx b/l3kernel/l3intarray.dtx
index 7365c9e0b..de41faa5b 100644
--- a/l3kernel/l3intarray.dtx
+++ b/l3kernel/l3intarray.dtx
@@ -122,6 +122,15 @@
 %   \meta{integer array} is empty, produce an error.
 % \end{function}
 %
+% \begin{function}[added = 2018-05-04]{\intarray_show:N, \intarray_log:N}
+%   \begin{syntax}
+%     \cs{intarray_show:N} \meta{intarray~var}
+%     \cs{intarray_log:N} \meta{intarray~var}
+%   \end{syntax}
+%   Displays the items in the \meta{integer array variable} in the
+%   terminal or writes them in the log file.
+% \end{function}
+%
 % \subsection{Implementation notes}
 %
 % It is a wrapper around the \tn{fontdimen} primitive, used to store





More information about the latex3-commits mailing list