From 35ad9ad4577519538aa13c93e6a33a2d704d0f54 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 10 Feb 2018 22:49:34 +0000 Subject: etoolbox (10feb18) git-svn-id: svn://tug.org/texlive/trunk@46586 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/etoolbox/etoolbox.pdf | Bin 224581 -> 224494 bytes Master/texmf-dist/doc/latex/etoolbox/etoolbox.tex | 8 ++++++-- Master/texmf-dist/tex/latex/etoolbox/etoolbox.def | 2 +- Master/texmf-dist/tex/latex/etoolbox/etoolbox.sty | 10 +++++----- 4 files changed, 12 insertions(+), 8 deletions(-) (limited to 'Master') diff --git a/Master/texmf-dist/doc/latex/etoolbox/etoolbox.pdf b/Master/texmf-dist/doc/latex/etoolbox/etoolbox.pdf index acaaf5b2b3a..44334ab8937 100644 Binary files a/Master/texmf-dist/doc/latex/etoolbox/etoolbox.pdf and b/Master/texmf-dist/doc/latex/etoolbox/etoolbox.pdf differ diff --git a/Master/texmf-dist/doc/latex/etoolbox/etoolbox.tex b/Master/texmf-dist/doc/latex/etoolbox/etoolbox.tex index 8bddc5b56d8..eced621952e 100644 --- a/Master/texmf-dist/doc/latex/etoolbox/etoolbox.tex +++ b/Master/texmf-dist/doc/latex/etoolbox/etoolbox.tex @@ -12,8 +12,8 @@ url={http://www.ctan.org/pkg/etoolbox/}, author={Philipp Lehman, Joseph Wright}, email={joseph.wright@morningstar2.co.uk}, - revision={v2.5c}, - date={2018/02/06}} + revision={v2.5d}, + date={2018/02/10}} \hypersetup{% pdftitle={The etoolbox Package}, @@ -1297,6 +1297,10 @@ This revision history is a list of changes relevant to users of this package. Ch \begin{changelog} +\begin{release}{2.5d}{2018-02-10} +\item Allow for empty list separator in \cmd{DeclareListParser} +\end{release} + \begin{release}{2.5c}{2018-02-06} \item Fix issue with \cmd{forcsvlist} introduced by v2.5b \end{release} diff --git a/Master/texmf-dist/tex/latex/etoolbox/etoolbox.def b/Master/texmf-dist/tex/latex/etoolbox/etoolbox.def index 89b8f2cc7cf..fc23738b13c 100644 --- a/Master/texmf-dist/tex/latex/etoolbox/etoolbox.def +++ b/Master/texmf-dist/tex/latex/etoolbox/etoolbox.def @@ -1,5 +1,5 @@ \ProvidesFile{etoolbox.def} - [2018/02/06 v2.5c etoolbox debug messages (JAW)] + [2018/02/10 v2.5d etoolbox debug messages (JAW)] \begingroup \makeatletter diff --git a/Master/texmf-dist/tex/latex/etoolbox/etoolbox.sty b/Master/texmf-dist/tex/latex/etoolbox/etoolbox.sty index 08578518f2d..97d12663e8b 100644 --- a/Master/texmf-dist/tex/latex/etoolbox/etoolbox.sty +++ b/Master/texmf-dist/tex/latex/etoolbox/etoolbox.sty @@ -12,7 +12,7 @@ \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{etoolbox} - [2018/02/06 v2.5c e-TeX tools for LaTeX (JAW)] + [2018/02/10 v2.5d e-TeX tools for LaTeX (JAW)] \begingroup \@ifundefined{eTeXversion} @@ -1502,9 +1502,9 @@ \long\def\noexpand#1####1{% \expandafter\noexpand \csname etb@lst@\expandafter\@gobble\string#1\endcsname - \noexpand\@nil####1\noexpand#2\noexpand\etb@lst@q@end\noexpand#2&}% + \noexpand\@nil####1\unexpanded{#2}\noexpand\etb@lst@q@end\unexpanded{#2}&}% \long\csdef{etb@lst@\expandafter\@gobble\string#1}% - ####1\noexpand#2{% + ####1\unexpanded{#2}{% \noexpand\expandafter\noexpand\ifx\noexpand\expandafter \noexpand\etb@lst@q@end\noexpand\@gobble####1\noexpand\@empty \noexpand\expandafter\noexpand\@firstoftwo @@ -1526,8 +1526,8 @@ \long\def\noexpand#1####1####2{% \expandafter\noexpand \csname etb@lst@\expandafter\@gobble\string#1\endcsname - {####1}\noexpand\@nil####2\noexpand#2\noexpand\etb@lst@q@end\noexpand#2&}% - \long\csdef{etb@lst@\expandafter\@gobble\string#1}####1####2\noexpand#2{% + {####1}\noexpand\@nil####2\unexpanded{#2}\noexpand\etb@lst@q@end\unexpanded{#2}&}% + \long\csdef{etb@lst@\expandafter\@gobble\string#1}####1####2\unexpanded{#2}{% \noexpand\expandafter\noexpand\ifx\noexpand\expandafter \noexpand\etb@lst@q@end\noexpand\@gobble####2\noexpand\@empty \noexpand\expandafter\noexpand\@firstoftwo -- cgit v1.2.3