[latex3-commits] [latex3/latex3] main: Add missing `variable` envs for internal flags (c330ff5ec)

github at latex-project.org github at latex-project.org
Thu Dec 14 14:15:43 CET 2023


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

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

commit c330ff5ecab92623e225cd7d772ccb1c83fde6e5
Author: Yukai Chou <muzimuzhi at gmail.com>
Date:   Wed Dec 13 05:34:53 2023 +0800

    Add missing `variable` envs for internal flags


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

c330ff5ecab92623e225cd7d772ccb1c83fde6e5
 l3kernel/l3fp-symbolic.dtx |  6 +++---
 l3kernel/l3regex.dtx       |  2 ++
 l3kernel/l3str-convert.dtx | 14 +++++++-------
 3 files changed, 12 insertions(+), 10 deletions(-)

diff --git a/l3kernel/l3fp-symbolic.dtx b/l3kernel/l3fp-symbolic.dtx
index 51c60d527..b14ef3e85 100644
--- a/l3kernel/l3fp-symbolic.dtx
+++ b/l3kernel/l3fp-symbolic.dtx
@@ -599,8 +599,8 @@
 % \end{macro}
 % \end{macro}
 %
-% \begin{macro}{\fp_set_variable:nn}
-% \begin{macro}{\@@_set_variable:nn}
+% \begin{variable}{@@_symbolic}
+% \begin{macro}{\fp_set_variable:nn, \@@_set_variable:nn}
 %   Refuse invalid identifiers.  If the variable does not exist yet,
 %   define it just as in \cs{fp_new_variable:n} (but without unnecessary
 %   checks).  Then evaluate~|#2|.  If the result contains the
@@ -642,7 +642,7 @@
   }
 %    \end{macrocode}
 % \end{macro}
-% \end{macro}
+% \end{variable}
 %
 % \subsection{Messages}
 %
diff --git a/l3kernel/l3regex.dtx b/l3kernel/l3regex.dtx
index ecd778492..2826ac58f 100644
--- a/l3kernel/l3regex.dtx
+++ b/l3kernel/l3regex.dtx
@@ -3510,6 +3510,7 @@
 %    \end{macrocode}
 % \end{macro}
 %
+% \begin{variable}{@@_cs}
 % \begin{macro}+\@@_compile_}:+
 % \begin{macro}{\@@_compile_end_cs:}
 % \begin{macro}[EXP]{\@@_compile_cs_aux:Nn, \@@_compile_cs_aux:NNnnnN}
@@ -3592,6 +3593,7 @@
 % \end{macro}
 % \end{macro}
 % \end{macro}
+% \end{variable}
 %
 % \subsubsection{Raw token lists with \cs[no-index]{u}}
 %
diff --git a/l3kernel/l3str-convert.dtx b/l3kernel/l3str-convert.dtx
index 7c3d2ac20..e65479326 100644
--- a/l3kernel/l3str-convert.dtx
+++ b/l3kernel/l3str-convert.dtx
@@ -1818,10 +1818,10 @@
 %
 % \begin{variable}
 %   {
-%     \l_@@_missing_flag  ,
-%     \l_@@_extra_flag    ,
-%     \l_@@_overlong_flag ,
-%     \l_@@_overflow_flag ,
+%     @@_missing  ,
+%     @@_extra    ,
+%     @@_overlong ,
+%     @@_overflow ,
 %   }
 %   When decoding a string that is purportedly in the \textsc{utf-8}
 %   encoding, four different errors can occur, signalled by a specific
@@ -2148,9 +2148,9 @@
 %
 % \begin{variable}
 %   {
-%     \l_@@_missing_flag ,
-%     \l_@@_extra_flag   ,
-%     \l_@@_end_flag     ,
+%     @@_missing ,
+%     @@_extra   ,
+%     @@_end     ,
 %   }
 %   When encoding a Unicode string to \textsc{utf-16}, only one error
 %   can occur: code points in the range $[\hexnum{D800},





More information about the latex3-commits mailing list.