[latex3-commits] [git/LaTeX3-latex3-latex2e] main: Update l3kernel to 2022-06-16 (2b016c94)

Joseph Wright joseph.wright at morningstar2.co.uk
Thu Jun 16 11:11:52 CEST 2022


Repository : https://github.com/latex3/latex2e
On branch  : main
Link       : https://github.com/latex3/latex2e/commit/2b016c9473419ae04886f230ee7d19cfc9c5c61c

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

commit 2b016c9473419ae04886f230ee7d19cfc9c5c61c
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Jun 16 09:53:09 2022 +0100

    Update l3kernel to 2022-06-16


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

2b016c9473419ae04886f230ee7d19cfc9c5c61c
 texmf/tex/latex/l3kernel/expl3-code.tex    | 9 ++++++---
 texmf/tex/latex/l3kernel/expl3-generic.tex | 2 +-
 texmf/tex/latex/l3kernel/expl3.ltx         | 2 +-
 texmf/tex/latex/l3kernel/expl3.sty         | 2 +-
 4 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/texmf/tex/latex/l3kernel/expl3-code.tex b/texmf/tex/latex/l3kernel/expl3-code.tex
index af28fe15..baad0eaa 100644
--- a/texmf/tex/latex/l3kernel/expl3-code.tex
+++ b/texmf/tex/latex/l3kernel/expl3-code.tex
@@ -70,7 +70,7 @@
 %% and all files in that bundle must be distributed together.
 %% 
 %% File: expl3.dtx
-\def\ExplFileDate{2022-06-02}%
+\def\ExplFileDate{2022-06-16}%
 \begingroup
   \def\next{\endgroup}%
   \expandafter\ifx\csname PackageError\endcsname\relax
@@ -7262,7 +7262,8 @@ Type  H <return>  for immediate help}\def~{\errmessage{%
     \exp:w \exp_end_continue_f:w % (
     \__bool_get_next:NN \use_i:nnnn #1 )
   }
-\cs_new:Npn \__bool_if_p_aux:w #1 \use_i:nnnn #2#3 {#2}
+\cs_new:Npn \__bool_if_p_aux:w #1 \use_i:nnnn #2#3
+  { \bool_if:NTF #2 \c_true_bool \c_false_bool }
 \cs_new:Npn \__bool_get_next:NN #1#2
   {
     \use:c
@@ -23586,6 +23587,7 @@ Type  H <return>  for immediate help}\def~{\errmessage{%
 \cs_new:Npn \__tl_analysis_char_arg_aux:Nw #1 ~ { #1 { ~ } }
 \cs_new_protected:Npn \peek_analysis_map_inline:n #1
   {
+    \group_align_safe_begin:
     \int_gincr:N \g__kernel_prg_map_int
     \cs_set_protected:cpn
       { __tl_analysis_map_ \int_use:N \g__kernel_prg_map_int :nnN }
@@ -23594,7 +23596,8 @@ Type  H <return>  for immediate help}\def~{\errmessage{%
         \group_end:
         #1
         \__tl_peek_analysis_loop:NNn
-          \prg_break_point:Nn \peek_analysis_map_break: { }
+          \prg_break_point:Nn \peek_analysis_map_break:
+            { \group_align_safe_end: }
       }
     \__tl_peek_analysis_loop:NNn ? ? ?
   }
diff --git a/texmf/tex/latex/l3kernel/expl3-generic.tex b/texmf/tex/latex/l3kernel/expl3-generic.tex
index ea15ef18..75362e4e 100644
--- a/texmf/tex/latex/l3kernel/expl3-generic.tex
+++ b/texmf/tex/latex/l3kernel/expl3-generic.tex
@@ -19,7 +19,7 @@
 %% and all files in that bundle must be distributed together.
 %% 
 %% File: expl3.dtx
-\def\ExplFileDate{2022-06-02}%
+\def\ExplFileDate{2022-06-16}%
 \let\ExplLoaderFileDate\ExplFileDate
 \begingroup
   \catcode`\_=11
diff --git a/texmf/tex/latex/l3kernel/expl3.ltx b/texmf/tex/latex/l3kernel/expl3.ltx
index 28a894ae..1773d88c 100644
--- a/texmf/tex/latex/l3kernel/expl3.ltx
+++ b/texmf/tex/latex/l3kernel/expl3.ltx
@@ -19,7 +19,7 @@
 %% and all files in that bundle must be distributed together.
 %% 
 %% File: expl3.dtx
-\def\ExplFileDate{2022-06-02}%
+\def\ExplFileDate{2022-06-16}%
 \let\ExplLoaderFileDate\ExplFileDate
 \begingroup
   \catcode`\_=11
diff --git a/texmf/tex/latex/l3kernel/expl3.sty b/texmf/tex/latex/l3kernel/expl3.sty
index b610e588..941b6d9d 100644
--- a/texmf/tex/latex/l3kernel/expl3.sty
+++ b/texmf/tex/latex/l3kernel/expl3.sty
@@ -19,7 +19,7 @@
 %% and all files in that bundle must be distributed together.
 %% 
 %% File: expl3.dtx
-\def\ExplFileDate{2022-06-02}%
+\def\ExplFileDate{2022-06-16}%
 \let\ExplLoaderFileDate\ExplFileDate
 \ProvidesPackage{expl3}
   [%





More information about the latex3-commits mailing list.