diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/l3kernel/expl3-code.tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/l3kernel/expl3-code.tex | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/l3kernel/expl3-code.tex b/Master/texmf-dist/tex/latex/l3kernel/expl3-code.tex index 4ea50a5fa84..6b7daba5139 100644 --- a/Master/texmf-dist/tex/latex/l3kernel/expl3-code.tex +++ b/Master/texmf-dist/tex/latex/l3kernel/expl3-code.tex @@ -80,8 +80,8 @@ %% ----------------------------------------------------------------------- \def\ExplFileName{expl3} \def\ExplFileDescription{L3 programming layer} -\def\ExplFileDate{2014/09/15} -\def\ExplFileVersion{5423} +\def\ExplFileDate{2014/11/25} +\def\ExplFileVersion{5471} \begingroup \def\next{\endgroup} \expandafter\ifx\csname PackageError\endcsname\relax @@ -2212,7 +2212,7 @@ %% prior consultation with the LaTeX3 Project. %% %% ----------------------------------------------------------------------- -\GetIdInfo$Id: l3tl.dtx 5359 2014-08-24 09:20:32Z bruno $ +\GetIdInfo$Id: l3tl.dtx 5460 2014-11-19 10:09:42Z joseph $ {L3 Token lists} \cs_new_protected:Npn \tl_new:N #1 { @@ -15974,7 +15974,7 @@ %% %% ----------------------------------------------------------------------- %% -\GetIdInfo$Id: l3candidates.dtx 5366 2014-08-24 21:35:03Z bruno $ +\GetIdInfo$Id: l3candidates.dtx 5466 2014-11-23 12:37:29Z joseph $ {L3 Experimental additions to l3kernel} \group_begin: \tex_lccode:D `? = `: \scan_stop: @@ -17086,7 +17086,11 @@ \cs_new:Npn \__tl_change_case_lower_sigma:Nw #1#2 \q_recursion_stop { \token_if_cs:NTF #1 - { \c__tl_std_sigma_tl } + { + \token_if_eq_meaning:NNTF #1 \q_recursion_tail + { \c__tl_final_sigma_tl } + { \c__tl_std_sigma_tl } + } { \exp_after:wN \__tl_change_case_lower_sigma_loop:Nw \exp_after:wN #1 \c__tl_after_final_sigma_clist |