[latex3-commits] [l3svn] 08/09: Move \ior_(str_)map_inline:nn to stable

noreply at latex-project.org noreply at latex-project.org
Sat May 27 23:12:11 CEST 2017


This is an automated email from the git hooks/post-receive script.

joseph pushed a commit to branch master
in repository l3svn.

commit 053fd80e9643dbee746d465bd3c9fdc10fbe48af
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sat May 27 22:11:19 2017 +0100

    Move \ior_(str_)map_inline:nn to stable
---
 l3kernel/l3candidates.dtx               |  148 -------------------------------
 l3kernel/l3file.dtx                     |  138 ++++++++++++++++++++++++++++
 l3kernel/testfiles/m3expl001.luatex.tlg |   16 ++--
 l3kernel/testfiles/m3expl001.ptex.tlg   |   16 ++--
 l3kernel/testfiles/m3expl001.tlg        |   16 ++--
 l3kernel/testfiles/m3expl001.uptex.tlg  |   16 ++--
 l3kernel/testfiles/m3expl001.xetex.tlg  |   16 ++--
 l3kernel/testfiles/m3expl003.luatex.tlg |   16 ++--
 l3kernel/testfiles/m3expl003.ptex.tlg   |   16 ++--
 l3kernel/testfiles/m3expl003.tlg        |   16 ++--
 l3kernel/testfiles/m3expl003.uptex.tlg  |   16 ++--
 l3kernel/testfiles/m3expl003.xetex.tlg  |   16 ++--
 12 files changed, 218 insertions(+), 228 deletions(-)

diff --git a/l3kernel/l3candidates.dtx b/l3kernel/l3candidates.dtx
index cfb8a67..5f94d0d 100644
--- a/l3kernel/l3candidates.dtx
+++ b/l3kernel/l3candidates.dtx
@@ -201,89 +201,6 @@
 %   an error if the file is not found, in contrast to \cs{file_input:n}.
 % \end{function}
 %
-% \begin{function}[added = 2012-02-11]{\ior_map_inline:Nn}
-%   \begin{syntax}
-%     \cs{ior_map_inline:Nn} \meta{stream} \Arg{inline function}
-%   \end{syntax}
-%   Applies the \meta{inline function} to \meta{lines} obtained by
-%   reading one or more lines (until an equal number of left and right
-%   braces are found) from the \meta{stream}. The \meta{inline function}
-%   should consist of code which will receive the \meta{line} as |#1|.
-%   Note that \TeX{} removes trailing space and tab characters
-%   (character codes 32 and 9) from every line upon input.  \TeX{} also
-%   ignores any trailing new-line marker from the file it reads.
-% \end{function}
-%
-% \begin{function}[added = 2012-02-11]{\ior_str_map_inline:Nn}
-%   \begin{syntax}
-%     \cs{ior_str_map_inline:Nn} \Arg{stream} \Arg{inline function}
-%   \end{syntax}
-%   Applies the \meta{inline function} to every \meta{line}
-%   in the \meta{stream}. The material is read from the \meta{stream}
-%   as a series of tokens with category code $12$ (other), with the
-%   exception of space characters which are given category code $10$
-%   (space). The \meta{inline function} should consist of code which
-%   will receive the \meta{line} as |#1|.
-%   Note that \TeX{} removes trailing space and tab characters
-%   (character codes 32 and 9) from every line upon input.  \TeX{} also
-%   ignores any trailing new-line marker from the file it reads.
-% \end{function}
-%
-% \begin{function}[added = 2012-06-29]{\ior_map_break:}
-%   \begin{syntax}
-%     \cs{ior_map_break:}
-%   \end{syntax}
-%   Used to terminate a \cs[no-index]{ior_map_\ldots} function before all
-%   lines from the \meta{stream} have been processed. This will
-%   normally take place within a conditional statement, for example
-%   \begin{verbatim}
-%     \ior_map_inline:Nn \l_my_ior
-%       {
-%         \str_if_eq:nnTF { #1 } { bingo }
-%           { \ior_map_break: }
-%           {
-%             % Do something useful
-%           }
-%       }
-%   \end{verbatim}
-%   Use outside of a \cs[no-index]{ior_map_\ldots} scenario will lead to low
-%   level \TeX{} errors.
-%   \begin{texnote}
-%     When the mapping is broken, additional tokens may be inserted by the
-%     internal macro \cs{__prg_break_point:Nn} before further items are taken
-%     from the input stream. This will depend on the design of the mapping
-%     function.
-%   \end{texnote}
-% \end{function}
-%
-% \begin{function}[added = 2012-06-29]{\ior_map_break:n}
-%   \begin{syntax}
-%     \cs{ior_map_break:n} \Arg{tokens}
-%   \end{syntax}
-%   Used to terminate a \cs[no-index]{ior_map_\ldots} function before all
-%   lines in the \meta{stream} have been processed, inserting
-%   the \meta{tokens} after the mapping has ended. This will
-%   normally take place within a conditional statement, for example
-%   \begin{verbatim}
-%     \ior_map_inline:Nn \l_my_ior
-%       {
-%         \str_if_eq:nnTF { #1 } { bingo }
-%           { \ior_map_break:n { <tokens> } }
-%           {
-%             % Do something useful
-%           }
-%       }
-%   \end{verbatim}
-%   Use outside of a \cs[no-index]{ior_map_\ldots} scenario will lead to low
-%   level \TeX{} errors.
-%   \begin{texnote}
-%     When the mapping is broken, additional tokens may be inserted by the
-%     internal macro \cs{__prg_break_point:Nn} before the \meta{tokens} are
-%     inserted into the input stream.
-%     This will depend on the design of the mapping function.
-%   \end{texnote}
-% \end{function}
-%
 % \begin{function}[added = 2014-08-22]
 %   {\ior_log_streams:, \iow_log_streams:}
 %   \begin{syntax}
@@ -1578,67 +1495,6 @@
   }
 %    \end{macrocode}
 % \end{macro}
-%
-%    \begin{macrocode}
-%<@@=ior>
-%    \end{macrocode}
-%
-% \begin{macro}[EXP]{\ior_map_break:, \ior_map_break:n}
-%   Usual map breaking functions.  Those are not yet in \pkg{l3kernel}
-%   proper since the mapping below is the first of its kind.
-%    \begin{macrocode}
-\cs_new:Npn \ior_map_break:
-  { \__prg_map_break:Nn \ior_map_break: { } }
-\cs_new:Npn \ior_map_break:n
-  { \__prg_map_break:Nn \ior_map_break: }
-%    \end{macrocode}
-% \end{macro}
-%
-% \begin{macro}{\ior_map_inline:Nn, \ior_str_map_inline:Nn}
-% \begin{macro}[aux]{\@@_map_inline:NNn}
-% \begin{macro}[aux]{\@@_map_inline:NNNn}
-% \begin{macro}[aux]{\@@_map_inline_loop:NNN}
-% \begin{variable}{\l_@@_internal_tl}
-%   Mapping to an input stream can be done on either a token or a string
-%   basis, hence the set up. Within that, there is a check to avoid reading
-%   past the end of a file, hence the two applications of \cs{ior_if_eof:N}.
-%   This mapping cannot be nested with twice the same stream, as the
-%   stream has only one \enquote{current line}.
-%    \begin{macrocode}
-\cs_new_protected:Npn \ior_map_inline:Nn
-  { \@@_map_inline:NNn \ior_get:NN }
-\cs_new_protected:Npn \ior_str_map_inline:Nn
-  { \@@_map_inline:NNn \ior_str_get:NN }
-\cs_new_protected:Npn \@@_map_inline:NNn
-  {
-    \int_gincr:N \g__prg_map_int
-    \exp_args:Nc \@@_map_inline:NNNn
-      { __prg_map_ \int_use:N \g__prg_map_int :n }
-  }
-\cs_new_protected:Npn \@@_map_inline:NNNn #1#2#3#4
-  {
-    \cs_gset_protected:Npn #1 ##1 {#4}
-    \ior_if_eof:NF #3 { \@@_map_inline_loop:NNN #1#2#3 }
-    \__prg_break_point:Nn \ior_map_break:
-      { \int_gdecr:N \g__prg_map_int }
-  }
-\cs_new_protected:Npn \@@_map_inline_loop:NNN #1#2#3
-  {
-    #2 #3 \l_@@_internal_tl
-    \ior_if_eof:NF #3
-      {
-        \exp_args:No #1 \l_@@_internal_tl
-        \@@_map_inline_loop:NNN #1#2#3
-      }
-  }
-\tl_new:N  \l_@@_internal_tl
-%    \end{macrocode}
-% \end{variable}
-% \end{macro}
-% \end{macro}
-% \end{macro}
-% \end{macro}
-%
 % \begin{macro}{\ior_log_streams:}
 %   Redirect output of \cs{ior_list_streams:} to the log.
 %    \begin{macrocode}
@@ -1647,10 +1503,6 @@
 %    \end{macrocode}
 % \end{macro}
 %
-%    \begin{macrocode}
-%<@@=iow>
-%    \end{macrocode}
-%
 % \begin{macro}{\iow_log_streams:}
 %   Redirect output of \cs{iow_list_streams:} to the log.
 %    \begin{macrocode}
diff --git a/l3kernel/l3file.dtx b/l3kernel/l3file.dtx
index 12ffc79..2b9c2bb 100644
--- a/l3kernel/l3file.dtx
+++ b/l3kernel/l3file.dtx
@@ -285,6 +285,89 @@
 %   \end{texnote}
 % \end{function}
 %
+% \begin{function}[added = 2012-02-11]{\ior_map_inline:Nn}
+%   \begin{syntax}
+%     \cs{ior_map_inline:Nn} \meta{stream} \Arg{inline function}
+%   \end{syntax}
+%   Applies the \meta{inline function} to \meta{lines} obtained by
+%   reading one or more lines (until an equal number of left and right
+%   braces are found) from the \meta{stream}. The \meta{inline function}
+%   should consist of code which will receive the \meta{line} as |#1|.
+%   Note that \TeX{} removes trailing space and tab characters
+%   (character codes 32 and 9) from every line upon input.  \TeX{} also
+%   ignores any trailing new-line marker from the file it reads.
+% \end{function}
+%
+% \begin{function}[added = 2012-02-11]{\ior_str_map_inline:Nn}
+%   \begin{syntax}
+%     \cs{ior_str_map_inline:Nn} \Arg{stream} \Arg{inline function}
+%   \end{syntax}
+%   Applies the \meta{inline function} to every \meta{line}
+%   in the \meta{stream}. The material is read from the \meta{stream}
+%   as a series of tokens with category code $12$ (other), with the
+%   exception of space characters which are given category code $10$
+%   (space). The \meta{inline function} should consist of code which
+%   will receive the \meta{line} as |#1|.
+%   Note that \TeX{} removes trailing space and tab characters
+%   (character codes 32 and 9) from every line upon input.  \TeX{} also
+%   ignores any trailing new-line marker from the file it reads.
+% \end{function}
+%
+% \begin{function}[added = 2012-06-29]{\ior_map_break:}
+%   \begin{syntax}
+%     \cs{ior_map_break:}
+%   \end{syntax}
+%   Used to terminate a \cs[no-index]{ior_map_\ldots} function before all
+%   lines from the \meta{stream} have been processed. This will
+%   normally take place within a conditional statement, for example
+%   \begin{verbatim}
+%     \ior_map_inline:Nn \l_my_ior
+%       {
+%         \str_if_eq:nnTF { #1 } { bingo }
+%           { \ior_map_break: }
+%           {
+%             % Do something useful
+%           }
+%       }
+%   \end{verbatim}
+%   Use outside of a \cs[no-index]{ior_map_\ldots} scenario will lead to low
+%   level \TeX{} errors.
+%   \begin{texnote}
+%     When the mapping is broken, additional tokens may be inserted by the
+%     internal macro \cs{__prg_break_point:Nn} before further items are taken
+%     from the input stream. This will depend on the design of the mapping
+%     function.
+%   \end{texnote}
+% \end{function}
+%
+% \begin{function}[added = 2012-06-29]{\ior_map_break:n}
+%   \begin{syntax}
+%     \cs{ior_map_break:n} \Arg{tokens}
+%   \end{syntax}
+%   Used to terminate a \cs[no-index]{ior_map_\ldots} function before all
+%   lines in the \meta{stream} have been processed, inserting
+%   the \meta{tokens} after the mapping has ended. This will
+%   normally take place within a conditional statement, for example
+%   \begin{verbatim}
+%     \ior_map_inline:Nn \l_my_ior
+%       {
+%         \str_if_eq:nnTF { #1 } { bingo }
+%           { \ior_map_break:n { <tokens> } }
+%           {
+%             % Do something useful
+%           }
+%       }
+%   \end{verbatim}
+%   Use outside of a \cs[no-index]{ior_map_\ldots} scenario will lead to low
+%   level \TeX{} errors.
+%   \begin{texnote}
+%     When the mapping is broken, additional tokens may be inserted by the
+%     internal macro \cs{__prg_break_point:Nn} before the \meta{tokens} are
+%     inserted into the input stream.
+%     This will depend on the design of the mapping function.
+%   \end{texnote}
+% \end{function}
+%
 %\begin{function}[updated = 2012-02-10, EXP, pTF]{\ior_if_eof:N}
 %  \begin{syntax}
 %    \cs{ior_if_eof_p:N} \meta{stream} \\
@@ -1183,6 +1266,61 @@
 %    \end{macrocode}
 % \end{macro}
 %
+% \begin{macro}[EXP]{\ior_map_break:, \ior_map_break:n}
+%   Usual map breaking functions.
+%    \begin{macrocode}
+\cs_new:Npn \ior_map_break:
+  { \__prg_map_break:Nn \ior_map_break: { } }
+\cs_new:Npn \ior_map_break:n
+  { \__prg_map_break:Nn \ior_map_break: }
+%    \end{macrocode}
+% \end{macro}
+%
+% \begin{macro}{\ior_map_inline:Nn, \ior_str_map_inline:Nn}
+% \begin{macro}[aux]{\@@_map_inline:NNn}
+% \begin{macro}[aux]{\@@_map_inline:NNNn}
+% \begin{macro}[aux]{\@@_map_inline_loop:NNN}
+% \begin{variable}{\l_@@_internal_tl}
+%   Mapping to an input stream can be done on either a token or a string
+%   basis, hence the set up. Within that, there is a check to avoid reading
+%   past the end of a file, hence the two applications of \cs{ior_if_eof:N}.
+%   This mapping cannot be nested with twice the same stream, as the
+%   stream has only one \enquote{current line}.
+%    \begin{macrocode}
+\cs_new_protected:Npn \ior_map_inline:Nn
+  { \@@_map_inline:NNn \ior_get:NN }
+\cs_new_protected:Npn \ior_str_map_inline:Nn
+  { \@@_map_inline:NNn \ior_str_get:NN }
+\cs_new_protected:Npn \@@_map_inline:NNn
+  {
+    \int_gincr:N \g__prg_map_int
+    \exp_args:Nc \@@_map_inline:NNNn
+      { __prg_map_ \int_use:N \g__prg_map_int :n }
+  }
+\cs_new_protected:Npn \@@_map_inline:NNNn #1#2#3#4
+  {
+    \cs_gset_protected:Npn #1 ##1 {#4}
+    \ior_if_eof:NF #3 { \@@_map_inline_loop:NNN #1#2#3 }
+    \__prg_break_point:Nn \ior_map_break:
+      { \int_gdecr:N \g__prg_map_int }
+  }
+\cs_new_protected:Npn \@@_map_inline_loop:NNN #1#2#3
+  {
+    #2 #3 \l_@@_internal_tl
+    \ior_if_eof:NF #3
+      {
+        \exp_args:No #1 \l_@@_internal_tl
+        \@@_map_inline_loop:NNN #1#2#3
+      }
+  }
+\tl_new:N  \l_@@_internal_tl
+%    \end{macrocode}
+% \end{variable}
+% \end{macro}
+% \end{macro}
+% \end{macro}
+% \end{macro}
+%
 % \begin{variable}{\g__file_internal_ior}
 %   Needed by the higher-level code, but cannot be created until here.
 %    \begin{macrocode}
diff --git a/l3kernel/testfiles/m3expl001.luatex.tlg b/l3kernel/testfiles/m3expl001.luatex.tlg
index b485837..aeca3f9 100644
--- a/l3kernel/testfiles/m3expl001.luatex.tlg
+++ b/l3kernel/testfiles/m3expl001.luatex.tlg
@@ -2893,6 +2893,14 @@ Defining \ior_if_eof:NF on line ...
 Defining \ior_if_eof:NTF on line ...
 Defining \ior_get:NN on line ...
 Defining \ior_str_get:NN on line ...
+Defining \ior_map_break: on line ...
+Defining \ior_map_break:n on line ...
+Defining \ior_map_inline:Nn on line ...
+Defining \ior_str_map_inline:Nn on line ...
+Defining \__ior_map_inline:NNn on line ...
+Defining \__ior_map_inline:NNNn on line ...
+Defining \__ior_map_inline_loop:NNN on line ...
+Defining \l__ior_internal_tl on line ...
 Defining \g__file_internal_ior on line ...
 Defining \c_log_iow on line ...
 \c_log_iow=\count119
@@ -5365,14 +5373,6 @@ Defining \file_if_exist_input:n on line ...
 Defining \file_if_exist_input:nT on line ...
 Defining \file_if_exist_input:nF on line ...
 Defining \file_if_exist_input:nTF on line ...
-Defining \ior_map_break: on line ...
-Defining \ior_map_break:n on line ...
-Defining \ior_map_inline:Nn on line ...
-Defining \ior_str_map_inline:Nn on line ...
-Defining \__ior_map_inline:NNn on line ...
-Defining \__ior_map_inline:NNNn on line ...
-Defining \__ior_map_inline_loop:NNN on line ...
-Defining \l__ior_internal_tl on line ...
 Defining \ior_log_streams: on line ...
 Defining \iow_log_streams: on line ...
 Defining \int_rand:nn on line ...
diff --git a/l3kernel/testfiles/m3expl001.ptex.tlg b/l3kernel/testfiles/m3expl001.ptex.tlg
index 127dde2..df4f8ae 100644
--- a/l3kernel/testfiles/m3expl001.ptex.tlg
+++ b/l3kernel/testfiles/m3expl001.ptex.tlg
@@ -2881,6 +2881,14 @@ Defining \ior_if_eof:NF on line ...
 Defining \ior_if_eof:NTF on line ...
 Defining \ior_get:NN on line ...
 Defining \ior_str_get:NN on line ...
+Defining \ior_map_break: on line ...
+Defining \ior_map_break:n on line ...
+Defining \ior_map_inline:Nn on line ...
+Defining \ior_str_map_inline:Nn on line ...
+Defining \__ior_map_inline:NNn on line ...
+Defining \__ior_map_inline:NNNn on line ...
+Defining \__ior_map_inline_loop:NNN on line ...
+Defining \l__ior_internal_tl on line ...
 Defining \g__file_internal_ior on line ...
 Defining \c_log_iow on line ...
 \c_log_iow=\count120
@@ -5335,14 +5343,6 @@ Defining \file_if_exist_input:n on line ...
 Defining \file_if_exist_input:nT on line ...
 Defining \file_if_exist_input:nF on line ...
 Defining \file_if_exist_input:nTF on line ...
-Defining \ior_map_break: on line ...
-Defining \ior_map_break:n on line ...
-Defining \ior_map_inline:Nn on line ...
-Defining \ior_str_map_inline:Nn on line ...
-Defining \__ior_map_inline:NNn on line ...
-Defining \__ior_map_inline:NNNn on line ...
-Defining \__ior_map_inline_loop:NNN on line ...
-Defining \l__ior_internal_tl on line ...
 Defining \ior_log_streams: on line ...
 Defining \iow_log_streams: on line ...
 Defining \int_rand:nn on line ...
diff --git a/l3kernel/testfiles/m3expl001.tlg b/l3kernel/testfiles/m3expl001.tlg
index 9486af6..78e56ea 100644
--- a/l3kernel/testfiles/m3expl001.tlg
+++ b/l3kernel/testfiles/m3expl001.tlg
@@ -2881,6 +2881,14 @@ Defining \ior_if_eof:NF on line ...
 Defining \ior_if_eof:NTF on line ...
 Defining \ior_get:NN on line ...
 Defining \ior_str_get:NN on line ...
+Defining \ior_map_break: on line ...
+Defining \ior_map_break:n on line ...
+Defining \ior_map_inline:Nn on line ...
+Defining \ior_str_map_inline:Nn on line ...
+Defining \__ior_map_inline:NNn on line ...
+Defining \__ior_map_inline:NNNn on line ...
+Defining \__ior_map_inline_loop:NNN on line ...
+Defining \l__ior_internal_tl on line ...
 Defining \g__file_internal_ior on line ...
 Defining \c_log_iow on line ...
 \c_log_iow=\count119
@@ -5355,14 +5363,6 @@ Defining \file_if_exist_input:n on line ...
 Defining \file_if_exist_input:nT on line ...
 Defining \file_if_exist_input:nF on line ...
 Defining \file_if_exist_input:nTF on line ...
-Defining \ior_map_break: on line ...
-Defining \ior_map_break:n on line ...
-Defining \ior_map_inline:Nn on line ...
-Defining \ior_str_map_inline:Nn on line ...
-Defining \__ior_map_inline:NNn on line ...
-Defining \__ior_map_inline:NNNn on line ...
-Defining \__ior_map_inline_loop:NNN on line ...
-Defining \l__ior_internal_tl on line ...
 Defining \ior_log_streams: on line ...
 Defining \iow_log_streams: on line ...
 Defining \int_rand:nn on line ...
diff --git a/l3kernel/testfiles/m3expl001.uptex.tlg b/l3kernel/testfiles/m3expl001.uptex.tlg
index 43d0809..8039c36 100644
--- a/l3kernel/testfiles/m3expl001.uptex.tlg
+++ b/l3kernel/testfiles/m3expl001.uptex.tlg
@@ -2881,6 +2881,14 @@ Defining \ior_if_eof:NF on line ...
 Defining \ior_if_eof:NTF on line ...
 Defining \ior_get:NN on line ...
 Defining \ior_str_get:NN on line ...
+Defining \ior_map_break: on line ...
+Defining \ior_map_break:n on line ...
+Defining \ior_map_inline:Nn on line ...
+Defining \ior_str_map_inline:Nn on line ...
+Defining \__ior_map_inline:NNn on line ...
+Defining \__ior_map_inline:NNNn on line ...
+Defining \__ior_map_inline_loop:NNN on line ...
+Defining \l__ior_internal_tl on line ...
 Defining \g__file_internal_ior on line ...
 Defining \c_log_iow on line ...
 \c_log_iow=\count120
@@ -5333,14 +5341,6 @@ Defining \file_if_exist_input:n on line ...
 Defining \file_if_exist_input:nT on line ...
 Defining \file_if_exist_input:nF on line ...
 Defining \file_if_exist_input:nTF on line ...
-Defining \ior_map_break: on line ...
-Defining \ior_map_break:n on line ...
-Defining \ior_map_inline:Nn on line ...
-Defining \ior_str_map_inline:Nn on line ...
-Defining \__ior_map_inline:NNn on line ...
-Defining \__ior_map_inline:NNNn on line ...
-Defining \__ior_map_inline_loop:NNN on line ...
-Defining \l__ior_internal_tl on line ...
 Defining \ior_log_streams: on line ...
 Defining \iow_log_streams: on line ...
 Defining \int_rand:nn on line ...
diff --git a/l3kernel/testfiles/m3expl001.xetex.tlg b/l3kernel/testfiles/m3expl001.xetex.tlg
index 0f92231..9972e0f 100644
--- a/l3kernel/testfiles/m3expl001.xetex.tlg
+++ b/l3kernel/testfiles/m3expl001.xetex.tlg
@@ -2891,6 +2891,14 @@ Defining \ior_if_eof:NF on line ...
 Defining \ior_if_eof:NTF on line ...
 Defining \ior_get:NN on line ...
 Defining \ior_str_get:NN on line ...
+Defining \ior_map_break: on line ...
+Defining \ior_map_break:n on line ...
+Defining \ior_map_inline:Nn on line ...
+Defining \ior_str_map_inline:Nn on line ...
+Defining \__ior_map_inline:NNn on line ...
+Defining \__ior_map_inline:NNNn on line ...
+Defining \__ior_map_inline_loop:NNN on line ...
+Defining \l__ior_internal_tl on line ...
 Defining \g__file_internal_ior on line ...
 Defining \c_log_iow on line ...
 \c_log_iow=\count119
@@ -5343,14 +5351,6 @@ Defining \file_if_exist_input:n on line ...
 Defining \file_if_exist_input:nT on line ...
 Defining \file_if_exist_input:nF on line ...
 Defining \file_if_exist_input:nTF on line ...
-Defining \ior_map_break: on line ...
-Defining \ior_map_break:n on line ...
-Defining \ior_map_inline:Nn on line ...
-Defining \ior_str_map_inline:Nn on line ...
-Defining \__ior_map_inline:NNn on line ...
-Defining \__ior_map_inline:NNNn on line ...
-Defining \__ior_map_inline_loop:NNN on line ...
-Defining \l__ior_internal_tl on line ...
 Defining \ior_log_streams: on line ...
 Defining \iow_log_streams: on line ...
 Defining \int_rand:nn on line ...
diff --git a/l3kernel/testfiles/m3expl003.luatex.tlg b/l3kernel/testfiles/m3expl003.luatex.tlg
index df299a0..2099142 100644
--- a/l3kernel/testfiles/m3expl003.luatex.tlg
+++ b/l3kernel/testfiles/m3expl003.luatex.tlg
@@ -2894,6 +2894,14 @@ Defining \ior_if_eof:NF on line ...
 Defining \ior_if_eof:NTF on line ...
 Defining \ior_get:NN on line ...
 Defining \ior_str_get:NN on line ...
+Defining \ior_map_break: on line ...
+Defining \ior_map_break:n on line ...
+Defining \ior_map_inline:Nn on line ...
+Defining \ior_str_map_inline:Nn on line ...
+Defining \__ior_map_inline:NNn on line ...
+Defining \__ior_map_inline:NNNn on line ...
+Defining \__ior_map_inline_loop:NNN on line ...
+Defining \l__ior_internal_tl on line ...
 Defining \g__file_internal_ior on line ...
 Defining \c_log_iow on line ...
 \c_log_iow=\count119
@@ -5366,14 +5374,6 @@ Defining \file_if_exist_input:n on line ...
 Defining \file_if_exist_input:nT on line ...
 Defining \file_if_exist_input:nF on line ...
 Defining \file_if_exist_input:nTF on line ...
-Defining \ior_map_break: on line ...
-Defining \ior_map_break:n on line ...
-Defining \ior_map_inline:Nn on line ...
-Defining \ior_str_map_inline:Nn on line ...
-Defining \__ior_map_inline:NNn on line ...
-Defining \__ior_map_inline:NNNn on line ...
-Defining \__ior_map_inline_loop:NNN on line ...
-Defining \l__ior_internal_tl on line ...
 Defining \ior_log_streams: on line ...
 Defining \iow_log_streams: on line ...
 Defining \int_rand:nn on line ...
diff --git a/l3kernel/testfiles/m3expl003.ptex.tlg b/l3kernel/testfiles/m3expl003.ptex.tlg
index efa7fcd..f460add 100644
--- a/l3kernel/testfiles/m3expl003.ptex.tlg
+++ b/l3kernel/testfiles/m3expl003.ptex.tlg
@@ -2882,6 +2882,14 @@ Defining \ior_if_eof:NF on line ...
 Defining \ior_if_eof:NTF on line ...
 Defining \ior_get:NN on line ...
 Defining \ior_str_get:NN on line ...
+Defining \ior_map_break: on line ...
+Defining \ior_map_break:n on line ...
+Defining \ior_map_inline:Nn on line ...
+Defining \ior_str_map_inline:Nn on line ...
+Defining \__ior_map_inline:NNn on line ...
+Defining \__ior_map_inline:NNNn on line ...
+Defining \__ior_map_inline_loop:NNN on line ...
+Defining \l__ior_internal_tl on line ...
 Defining \g__file_internal_ior on line ...
 Defining \c_log_iow on line ...
 \c_log_iow=\count120
@@ -5336,14 +5344,6 @@ Defining \file_if_exist_input:n on line ...
 Defining \file_if_exist_input:nT on line ...
 Defining \file_if_exist_input:nF on line ...
 Defining \file_if_exist_input:nTF on line ...
-Defining \ior_map_break: on line ...
-Defining \ior_map_break:n on line ...
-Defining \ior_map_inline:Nn on line ...
-Defining \ior_str_map_inline:Nn on line ...
-Defining \__ior_map_inline:NNn on line ...
-Defining \__ior_map_inline:NNNn on line ...
-Defining \__ior_map_inline_loop:NNN on line ...
-Defining \l__ior_internal_tl on line ...
 Defining \ior_log_streams: on line ...
 Defining \iow_log_streams: on line ...
 Defining \int_rand:nn on line ...
diff --git a/l3kernel/testfiles/m3expl003.tlg b/l3kernel/testfiles/m3expl003.tlg
index edb1ef0..a76c2fb 100644
--- a/l3kernel/testfiles/m3expl003.tlg
+++ b/l3kernel/testfiles/m3expl003.tlg
@@ -2882,6 +2882,14 @@ Defining \ior_if_eof:NF on line ...
 Defining \ior_if_eof:NTF on line ...
 Defining \ior_get:NN on line ...
 Defining \ior_str_get:NN on line ...
+Defining \ior_map_break: on line ...
+Defining \ior_map_break:n on line ...
+Defining \ior_map_inline:Nn on line ...
+Defining \ior_str_map_inline:Nn on line ...
+Defining \__ior_map_inline:NNn on line ...
+Defining \__ior_map_inline:NNNn on line ...
+Defining \__ior_map_inline_loop:NNN on line ...
+Defining \l__ior_internal_tl on line ...
 Defining \g__file_internal_ior on line ...
 Defining \c_log_iow on line ...
 \c_log_iow=\count119
@@ -5356,14 +5364,6 @@ Defining \file_if_exist_input:n on line ...
 Defining \file_if_exist_input:nT on line ...
 Defining \file_if_exist_input:nF on line ...
 Defining \file_if_exist_input:nTF on line ...
-Defining \ior_map_break: on line ...
-Defining \ior_map_break:n on line ...
-Defining \ior_map_inline:Nn on line ...
-Defining \ior_str_map_inline:Nn on line ...
-Defining \__ior_map_inline:NNn on line ...
-Defining \__ior_map_inline:NNNn on line ...
-Defining \__ior_map_inline_loop:NNN on line ...
-Defining \l__ior_internal_tl on line ...
 Defining \ior_log_streams: on line ...
 Defining \iow_log_streams: on line ...
 Defining \int_rand:nn on line ...
diff --git a/l3kernel/testfiles/m3expl003.uptex.tlg b/l3kernel/testfiles/m3expl003.uptex.tlg
index 0c18be4..bc9a308 100644
--- a/l3kernel/testfiles/m3expl003.uptex.tlg
+++ b/l3kernel/testfiles/m3expl003.uptex.tlg
@@ -2882,6 +2882,14 @@ Defining \ior_if_eof:NF on line ...
 Defining \ior_if_eof:NTF on line ...
 Defining \ior_get:NN on line ...
 Defining \ior_str_get:NN on line ...
+Defining \ior_map_break: on line ...
+Defining \ior_map_break:n on line ...
+Defining \ior_map_inline:Nn on line ...
+Defining \ior_str_map_inline:Nn on line ...
+Defining \__ior_map_inline:NNn on line ...
+Defining \__ior_map_inline:NNNn on line ...
+Defining \__ior_map_inline_loop:NNN on line ...
+Defining \l__ior_internal_tl on line ...
 Defining \g__file_internal_ior on line ...
 Defining \c_log_iow on line ...
 \c_log_iow=\count120
@@ -5334,14 +5342,6 @@ Defining \file_if_exist_input:n on line ...
 Defining \file_if_exist_input:nT on line ...
 Defining \file_if_exist_input:nF on line ...
 Defining \file_if_exist_input:nTF on line ...
-Defining \ior_map_break: on line ...
-Defining \ior_map_break:n on line ...
-Defining \ior_map_inline:Nn on line ...
-Defining \ior_str_map_inline:Nn on line ...
-Defining \__ior_map_inline:NNn on line ...
-Defining \__ior_map_inline:NNNn on line ...
-Defining \__ior_map_inline_loop:NNN on line ...
-Defining \l__ior_internal_tl on line ...
 Defining \ior_log_streams: on line ...
 Defining \iow_log_streams: on line ...
 Defining \int_rand:nn on line ...
diff --git a/l3kernel/testfiles/m3expl003.xetex.tlg b/l3kernel/testfiles/m3expl003.xetex.tlg
index 26c9b6a..9bc2a53 100644
--- a/l3kernel/testfiles/m3expl003.xetex.tlg
+++ b/l3kernel/testfiles/m3expl003.xetex.tlg
@@ -2892,6 +2892,14 @@ Defining \ior_if_eof:NF on line ...
 Defining \ior_if_eof:NTF on line ...
 Defining \ior_get:NN on line ...
 Defining \ior_str_get:NN on line ...
+Defining \ior_map_break: on line ...
+Defining \ior_map_break:n on line ...
+Defining \ior_map_inline:Nn on line ...
+Defining \ior_str_map_inline:Nn on line ...
+Defining \__ior_map_inline:NNn on line ...
+Defining \__ior_map_inline:NNNn on line ...
+Defining \__ior_map_inline_loop:NNN on line ...
+Defining \l__ior_internal_tl on line ...
 Defining \g__file_internal_ior on line ...
 Defining \c_log_iow on line ...
 \c_log_iow=\count119
@@ -5344,14 +5352,6 @@ Defining \file_if_exist_input:n on line ...
 Defining \file_if_exist_input:nT on line ...
 Defining \file_if_exist_input:nF on line ...
 Defining \file_if_exist_input:nTF on line ...
-Defining \ior_map_break: on line ...
-Defining \ior_map_break:n on line ...
-Defining \ior_map_inline:Nn on line ...
-Defining \ior_str_map_inline:Nn on line ...
-Defining \__ior_map_inline:NNn on line ...
-Defining \__ior_map_inline:NNNn on line ...
-Defining \__ior_map_inline_loop:NNN on line ...
-Defining \l__ior_internal_tl on line ...
 Defining \ior_log_streams: on line ...
 Defining \iow_log_streams: on line ...
 Defining \int_rand:nn on line ...

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the latex3-commits mailing list