Skip to content

Commit

Permalink
Update l3kernel to 2022-06-16
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwright committed Jun 16, 2022
1 parent 1b52a42 commit 2b016c9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
9 changes: 6 additions & 3 deletions texmf/tex/latex/l3kernel/expl3-code.tex
Expand Up @@ -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
Expand Down Expand Up @@ -7262,7 +7262,8 @@
\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
Expand Down Expand Up @@ -23586,6 +23587,7 @@
\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 }
Expand All @@ -23594,7 +23596,8 @@
\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 ? ? ?
}
Expand Down
2 changes: 1 addition & 1 deletion texmf/tex/latex/l3kernel/expl3-generic.tex
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion texmf/tex/latex/l3kernel/expl3.ltx
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion texmf/tex/latex/l3kernel/expl3.sty
Expand Up @@ -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}
[%
Expand Down

0 comments on commit 2b016c9

Please sign in to comment.