Skip to content

Commit

Permalink
Update l3kernel to 2024-07-20
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwright committed Aug 2, 2024
1 parent 11f2110 commit bce64cd
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 12 deletions.
2 changes: 1 addition & 1 deletion base/testfiles/github-0944.tlg
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ LaTeX Warning: Reference `unknown' on page 1 undefined on input line ....
] (github-0944.aux)
***********
-formatname- <-formatversion-> patch level -2
L3 programming layer <2024-06-19>
L3 programming layer <2024-07-20>
***********
*File List*
-show the file list here-
Expand Down
21 changes: 15 additions & 6 deletions texmf/tex/latex/l3kernel/expl3-code.tex
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
%% and all files in that bundle must be distributed together.
%%
%% File: expl3.dtx
\def\ExplFileDate{2024-06-19}%
\def\ExplFileDate{2024-07-20}%
\begingroup
\def\next{\endgroup}%
\expandafter\ifx\csname PackageError\endcsname\relax
Expand Down Expand Up @@ -13859,7 +13859,8 @@
{
\bool_if:NTF \l__keys_no_value_bool
{
\__keys_define_code:TF
\__keys_define_code:nnn
{ \use:c { \c__keys_props_root_str \l__keys_property_str } {#1} }
{ \use:c { \c__keys_props_root_str \l__keys_property_str } }
{
\msg_error:nnee { keys } { property-requires-value }
Expand All @@ -13868,7 +13869,7 @@
}
{ \use:c { \c__keys_props_root_str \l__keys_property_str } {#1} }
}
\cs_new:Npe \__keys_define_code:TF
\cs_new:Npe \__keys_define_code:nnn
{
\exp_not:N \exp_after:wN \exp_not:N \__keys_define_code:w
\exp_not:N \l__keys_property_str
Expand All @@ -13880,7 +13881,15 @@
\cs_new:Npn \exp_not:N \__keys_define_code:w
#1 \c_colon_str #2 \c_colon_str #3 \exp_not:N \s__keys_stop
}
{ \tl_if_empty:nTF {#2} }
{
\tl_if_empty:nTF {#3}
{ \use_i:nnn }
{
\tl_if_empty:nTF {#2}
{ \use_ii:nnn }
{ \use_iii:nnn }
}
}
\cs_new_protected:Npn \__keys_bool_set:Nn #1#2
{ \__keys_bool_set:Nnnn #1 {#2} { true } { false } }
\cs_generate_variant:Nn \__keys_bool_set:Nn { c }
Expand Down Expand Up @@ -37386,10 +37395,10 @@
{ \text_uppercase:nn {#1} {#2} }
\__kernel_patch_deprecation:nnNNpn { 2020-01-03 } { \text_titlecase_first:n }
\cs_new:Npn \tl_mixed_case:n #1
{ \text_titlecase_first:n {#1} }
{ \text_titlecase_first:n { \text_lowercase:n {#1} } }
\__kernel_patch_deprecation:nnNNpn { 2020-01-03 } { \text_titlecase_first:nn }
\cs_new:Npn \tl_mixed_case:nn #1#2
{ \text_titlecase_first:nn {#1} {#2} }
{ \text_titlecase_first:nn {#1} { \text_lowercase:n {#2} } }
\__kernel_patch_deprecation:nnNNpn { 2022-05-23 } { \token_case_meaning:Nn }
\cs_new:Npn \tl_case:Nn { \token_case_meaning:Nn }
\__kernel_patch_deprecation:nnNNpn { 2022-05-23 } { \token_case_meaning:NnT }
Expand Down
2 changes: 1 addition & 1 deletion texmf/tex/latex/l3kernel/expl3-generic.tex
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
%% and all files in that bundle must be distributed together.
%%
%% File: expl3.dtx
\def\ExplFileDate{2024-06-19}%
\def\ExplFileDate{2024-07-20}%
\let\ExplLoaderFileDate\ExplFileDate
\begingroup
\catcode`\_=11
Expand Down
2 changes: 1 addition & 1 deletion texmf/tex/latex/l3kernel/expl3.ltx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
%% and all files in that bundle must be distributed together.
%%
%% File: expl3.dtx
\def\ExplFileDate{2024-06-19}%
\def\ExplFileDate{2024-07-20}%
\let\ExplLoaderFileDate\ExplFileDate
\begingroup
\catcode`\_=11
Expand Down
2 changes: 1 addition & 1 deletion texmf/tex/latex/l3kernel/expl3.sty
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
%% and all files in that bundle must be distributed together.
%%
%% File: expl3.dtx
\def\ExplFileDate{2024-06-19}%
\def\ExplFileDate{2024-07-20}%
\let\ExplLoaderFileDate\ExplFileDate
\ProvidesPackage{expl3}
[%
Expand Down
2 changes: 1 addition & 1 deletion texmf/tex/latex/l3kernel/l3debug.def
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
%% and all files in that bundle must be distributed together.
%%
%% File: l3debug.dtx
\ProvidesExplFile{l3debug.def}{2024-06-19}{}{L3 Debugging support}
\ProvidesExplFile{l3debug.def}{2024-07-20}{}{L3 Debugging support}
\scan_new:N \s__debug_stop
\cs_new:Npn \__debug_use_i_delimit_by_s_stop:nw #1 #2 \s__debug_stop {#1}
\quark_new:N \q__debug_recursion_tail
Expand Down
2 changes: 1 addition & 1 deletion texmf/tex/latex/l3kernel/l3doc.cls
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
%%
%% File: l3doc.dtx
\RequirePackage{calc}
\ProvidesExplClass{l3doc}{2024-06-19}{}
\ProvidesExplClass{l3doc}{2024-07-20}{}
{L3 Experimental documentation class}
\clist_new:N \g_docinput_clist
\seq_new:N \g_doc_functions_seq
Expand Down

0 comments on commit bce64cd

Please sign in to comment.