From 0b0cd7d7c1eff9cfb491c53645b0a64eb32abe94 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 7 Feb 2018 00:03:51 +0000 Subject: etoolbox (6feb18) git-svn-id: svn://tug.org/texlive/trunk@46558 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/etoolbox/etoolbox.pdf | Bin 224456 -> 224581 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 | 6 +++--- 4 files changed, 10 insertions(+), 6 deletions(-) (limited to 'Master/texmf-dist') diff --git a/Master/texmf-dist/doc/latex/etoolbox/etoolbox.pdf b/Master/texmf-dist/doc/latex/etoolbox/etoolbox.pdf index 6a4fcf0a9a4..acaaf5b2b3a 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 3f96bac6982..8bddc5b56d8 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.5b}, - date={2018/02/04}} + revision={v2.5c}, + date={2018/02/06}} \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.5c}{2018-02-06} +\item Fix issue with \cmd{forcsvlist} introduced by v2.5b +\end{release} + \begin{release}{2.5b}{2018-02-04} \item Preserve braces in some internal steps \item Internal performance improvements in list processors diff --git a/Master/texmf-dist/tex/latex/etoolbox/etoolbox.def b/Master/texmf-dist/tex/latex/etoolbox/etoolbox.def index e4cb93ea8af..89b8f2cc7cf 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/04 v2.5b etoolbox debug messages (JAW)] + [2018/02/06 v2.5c 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 57cb2f2c69f..08578518f2d 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/04 v2.5b e-TeX tools for LaTeX (JAW)] + [2018/02/06 v2.5c e-TeX tools for LaTeX (JAW)] \begingroup \@ifundefined{eTeXversion} @@ -1545,8 +1545,8 @@ \expandafter\ifblank\expandafter{\@gobble#2} {} {\expandafter\etb@listitem@i - \expandafter{\@gobble#2}{#1}}} -\long\def\etb@listitem@i#1#2{\expandafter#2\expandafter{\@firstofone#1}} + \expandafter{\@secondoftwo#2}{#1}}} +\long\def\etb@listitem@i#1#2{#2{#1}} \newcommand*{\listbreak}{} \long\def\listbreak#1&{} -- cgit v1.2.3