texlive[48436] Master/texmf-dist: etoolbox (19aug18)

commits+karl at tug.org commits+karl at tug.org
Sun Aug 19 23:24:51 CEST 2018


Revision: 48436
          http://tug.org/svn/texlive?view=revision&revision=48436
Author:   karl
Date:     2018-08-19 23:24:51 +0200 (Sun, 19 Aug 2018)
Log Message:
-----------
etoolbox (19aug18)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/etoolbox/etoolbox.pdf
    trunk/Master/texmf-dist/doc/latex/etoolbox/etoolbox.tex
    trunk/Master/texmf-dist/tex/latex/etoolbox/etoolbox.def
    trunk/Master/texmf-dist/tex/latex/etoolbox/etoolbox.sty

Modified: trunk/Master/texmf-dist/doc/latex/etoolbox/etoolbox.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/etoolbox/etoolbox.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/etoolbox/etoolbox.tex	2018-08-19 00:24:26 UTC (rev 48435)
+++ trunk/Master/texmf-dist/doc/latex/etoolbox/etoolbox.tex	2018-08-19 21:24:51 UTC (rev 48436)
@@ -13,7 +13,7 @@
   author={Philipp Lehman, Joseph Wright},
   email={joseph.wright at morningstar2.co.uk},
   revision={v2.5e},
-  date={2018/02/11}}
+  date={2018/08/19}}
 
 \hypersetup{%
   pdftitle={The etoolbox Package},
@@ -763,7 +763,7 @@
 
 \cmditem{ifblank}{string}{true}{false}
 
-Expands to \prm{true} if the \prm{string} is blank (empty or spaces), and to \prm{false} otherwise. The \prm{string} is not expanded in the test.\footnote{This macro is based on code by Donald Arseneau.}
+Expands to \prm{true} if the \prm{string} is blank (empty or spaces), and to \prm{false} otherwise. The \prm{string} is not expanded in the test.
 
 \cmditem{notblank}{string}{not true}{not false}
 
@@ -1297,6 +1297,11 @@
 
 \begin{changelog}
 
+\begin{release}{2.5f}{2018-08-18}
+\item Fix issue with \cmd{ifdefempty}, \cmd{ifcsempty}, \cs{ifdefvoid}
+  and \cmd{ifcsvoid} when applied to macros expanding to space tokens
+\end{release}
+
 \begin{release}{2.5e}{2018-02-11}
 \item More work on empty list separator in \cmd{DeclareListParser}
 \end{release}

Modified: trunk/Master/texmf-dist/tex/latex/etoolbox/etoolbox.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/etoolbox/etoolbox.def	2018-08-19 00:24:26 UTC (rev 48435)
+++ trunk/Master/texmf-dist/tex/latex/etoolbox/etoolbox.def	2018-08-19 21:24:51 UTC (rev 48436)
@@ -1,5 +1,5 @@
 \ProvidesFile{etoolbox.def}
-  [2018/02/11 v2.5e etoolbox debug messages (JAW)]
+  [2018/08/19 v2.5f etoolbox debug messages (JAW)]
 
 \begingroup
 \makeatletter

Modified: trunk/Master/texmf-dist/tex/latex/etoolbox/etoolbox.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/etoolbox/etoolbox.sty	2018-08-19 00:24:26 UTC (rev 48435)
+++ trunk/Master/texmf-dist/tex/latex/etoolbox/etoolbox.sty	2018-08-19 21:24:51 UTC (rev 48436)
@@ -12,7 +12,7 @@
 
 \NeedsTeXFormat{LaTeX2e}
 \ProvidesPackage{etoolbox}
-  [2018/02/11 v2.5e e-TeX tools for LaTeX (JAW)]
+  [2018/08/19 v2.5f e-TeX tools for LaTeX (JAW)]
 
 \begingroup
 \@ifundefined{eTeXversion}
@@ -274,7 +274,7 @@
 
 \def\etb at ifdefempty#1{%
   \expandafter\expandafter
-  \expandafter\ifblank
+  \expandafter\ifstrempty
   \expandafter\expandafter
   \expandafter{%
   \expandafter\strip at prefix\meaning#1}}



More information about the tex-live-commits mailing list