diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3clist.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/l3kernel/l3clist.dtx | 99 |
1 files changed, 2 insertions, 97 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3clist.dtx b/Master/texmf-dist/source/latex/l3kernel/l3clist.dtx index 1065a889bc5..9b26d172cae 100644 --- a/Master/texmf-dist/source/latex/l3kernel/l3clist.dtx +++ b/Master/texmf-dist/source/latex/l3kernel/l3clist.dtx @@ -37,7 +37,7 @@ % %<*driver|package> \RequirePackage{l3bootstrap} -\GetIdInfo$Id: l3clist.dtx 4500 2013-05-26 11:18:19Z bruno $ +\GetIdInfo$Id: l3clist.dtx 4581 2013-07-28 08:38:50Z joseph $ {L3 Comma separated lists} %</driver|package> %<*driver> @@ -1438,7 +1438,7 @@ { \clist_if_exist:NTF #1 { - \int_case:nnn { \clist_count:N #1 } + \int_case:nnF { \clist_count:N #1 } { { 0 } { } { 1 } { \exp_after:wN \@@_use:wwn #1 , , { } } @@ -1507,101 +1507,6 @@ % \end{variable} % \end{variable} % -% \subsection{Deprecated interfaces} -% -% Deprecated on 2011-05-27, for removal by 2011-08-31. -% -% \begin{macro}{\clist_top:NN, \clist_top:cN} -% \UnitTested -% These are old stack functions. -% \begin{macrocode} -%<*deprecated> -\cs_new_eq:NN \clist_top:NN \clist_get:NN -\cs_new_eq:NN \clist_top:cN \clist_get:cN -%</deprecated> -% \end{macrocode} -% \end{macro} -% -% \begin{macro}{\clist_remove_element:Nn,\clist_gremove_element:Nn} -% \UnitTested -% An older name for \cs{clist_remove_all:Nn}. -% \begin{macrocode} -%<*deprecated> -\cs_new_eq:NN \clist_remove_element:Nn \clist_remove_all:Nn -\cs_new_eq:NN \clist_gremove_element:Nn \clist_gremove_all:Nn -%</deprecated> -% \end{macrocode} -% \end{macro} -% -% \begin{macro}{\clist_display:N, \clist_display:c} -% An older name for \cs{clist_show:N}. -% \begin{macrocode} -%<*deprecated> -\cs_new_eq:NN \clist_display:N \clist_show:N -\cs_new_eq:NN \clist_display:c \clist_show:c -%</deprecated> -% \end{macrocode} -% \end{macro} -% -% Deprecated on 2011-09-05, for removal by 2011-12-31. -% -% \begin{macro} -% { -% \clist_trim_spaces:N, \clist_trim_spaces:c, -% \clist_gtrim_spaces:N, \clist_gtrim_spaces:c -% } -% Since clist items are now always stripped from their surrounding -% spaces, it is redundant to provide these functions. -% The \cs{@@_trim_spaces:n} function is now internal, -% deprecated for use outside the kernel. -% \begin{macrocode} -%<*deprecated> -\cs_new_protected:Npn \clist_trim_spaces:N #1 { \clist_set:No #1 {#1} } -\cs_new_protected:Npn \clist_gtrim_spaces:N #1 { \clist_gset:No #1 {#1} } -\cs_generate_variant:Nn \clist_trim_spaces:N { c } -\cs_generate_variant:Nn \clist_gtrim_spaces:N { c } -%</deprecated> -% \end{macrocode} -% \end{macro} -% -% Deprecated on 2012-05-10, for removal by 2012-08-31. -% -% \begin{macro}[pTF] -% {\clist_if_eq:NN, \clist_if_eq:Nc, \clist_if_eq:cN, \clist_if_eq:cc} -% Simple copies from the token list variable material. -% \begin{macrocode} -%<*deprecated> -\prg_new_eq_conditional:NNn \clist_if_eq:NN \tl_if_eq:NN { p , T , F , TF } -\prg_new_eq_conditional:NNn \clist_if_eq:Nc \tl_if_eq:Nc { p , T , F , TF } -\prg_new_eq_conditional:NNn \clist_if_eq:cN \tl_if_eq:cN { p , T , F , TF } -\prg_new_eq_conditional:NNn \clist_if_eq:cc \tl_if_eq:cc { p , T , F , TF } -%</deprecated> -% \end{macrocode} -% \end{macro} -% -% Deprecated 2012-05-13 for removal by 2012-11-31. -% -% \begin{macro}{\clist_length:N, \clist_length:c, \clist_length:n} -% \begin{macrocode} -%<*deprecated> -\cs_new_eq:NN \clist_length:N \clist_count:N -\cs_new_eq:NN \clist_length:n \clist_count:c -\cs_new_eq:NN \clist_length:c \clist_count:n -%</deprecated> -% \end{macrocode} -% \end{macro} -% -% Deprecated 2012-05-19 for removal by 2012-11-31. -% -% \begin{macro}{\clist_use:N, \clist_use:c} -% \begin{macrocode} -%<*deprecated> -\cs_new_eq:NN \clist_use:N \tl_use:N -\cs_new_eq:NN \clist_use:c \tl_use:c -%</deprecated> -% \end{macrocode} -% \end{macro} -% % \begin{macrocode} %</initex|package> % \end{macrocode} |