summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-05-16 20:36:36 +0000
committerKarl Berry <karl@freefriends.org>2016-05-16 20:36:36 +0000
commit10b890688b4c4cf33d2644957238c4e437fa8e7f (patch)
tree3cb9455e807ecdd7413bf88f501158fbe6929068
parent7e645bc833a21c442923fb45747b124201686005 (diff)
regexpatch (16may16)
git-svn-id: svn://tug.org/texlive/trunk@41204 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/regexpatch/README6
-rw-r--r--Master/texmf-dist/doc/latex/regexpatch/regexpatch.pdfbin542914 -> 547313 bytes
-rw-r--r--Master/texmf-dist/source/latex/regexpatch/regexpatch.dtx14
-rw-r--r--Master/texmf-dist/tex/latex/regexpatch/regexpatch.sty6
4 files changed, 15 insertions, 11 deletions
diff --git a/Master/texmf-dist/doc/latex/regexpatch/README b/Master/texmf-dist/doc/latex/regexpatch/README
index 7a9e13321bc..19852547797 100644
--- a/Master/texmf-dist/doc/latex/regexpatch/README
+++ b/Master/texmf-dist/doc/latex/regexpatch/README
@@ -8,9 +8,9 @@ In this version the code and the documentation have been polished;
the `biblatex' related macros already in `xpatch' have been added
also to `regexpatch'.
-This is version 0.2a of the package (a maintainance release)
+This is version 0.2b of the package (a maintainance release)
- Copyright 2012-2015 Enrico Gregorio
+ Copyright 2012-2016 Enrico Gregorio
It may be distributed and/or modified under the conditions of the
LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -42,5 +42,5 @@ o move "regexpatch.sty" to locations where LaTeX will find
it (the FAQ on CTAN in /help/uktug-FAQ gives more
information about this magic place
-2015/05/20
+2016/05/15
Enrico Gregorio
diff --git a/Master/texmf-dist/doc/latex/regexpatch/regexpatch.pdf b/Master/texmf-dist/doc/latex/regexpatch/regexpatch.pdf
index b191ae4f17e..334a3cd73b5 100644
--- a/Master/texmf-dist/doc/latex/regexpatch/regexpatch.pdf
+++ b/Master/texmf-dist/doc/latex/regexpatch/regexpatch.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/regexpatch/regexpatch.dtx b/Master/texmf-dist/source/latex/regexpatch/regexpatch.dtx
index 709d1dda22b..01f7fa57eaa 100644
--- a/Master/texmf-dist/source/latex/regexpatch/regexpatch.dtx
+++ b/Master/texmf-dist/source/latex/regexpatch/regexpatch.dtx
@@ -1,6 +1,6 @@
% \iffalse meta-comment
%
-%% File: regexpatch.dtx (C) Copyright 2012-2013 Enrico Gregorio
+%% File: regexpatch.dtx (C) Copyright 2012-2016 Enrico Gregorio
%%
%% It may be distributed and/or modified under the conditions of the
%% LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -25,7 +25,7 @@
\newcommand{\sv}{[\texttt{*}]}
%</driver>
%<*driver|package>
-\GetIdInfo$Id: regexpatch.dtx 0.2a 2015-05-20 12:00:00Z Enrico $
+\GetIdInfo$Id: regexpatch.dtx 0.2b 2016-05-15 12:00:00Z Enrico $
{Extending etoolbox patching commands}
%</driver|package>
%<*driver>
@@ -55,11 +55,14 @@
%
% \maketitle
%
+% \changes{v0.2b}{2016/05/15}{Fix for removed function}
% \changes{v0.2a}{2015/05/20}{Fixed silly mistake}
% \changes{v0.2}{2013/03/28}{Polished code and documentation}
% \changes{v0.2}{2013/03/28}{Additional biblatex related macros}
-% \changes{v0.1c}{2013/03/25}{Replaced obsolete command \texttt{\string\prg\string_case\string_str:onn}}
-% \changes{v0.1c}{2013/03/25}{Replaced \texttt{\string\msg\string_term:x} with \texttt{\string\msg\string_term:n}}
+% \changes{v0.1c}{2013/03/25}{Replaced obsolete command
+% \texttt{\protect\string\protect\prg_case_str:onn}}
+% \changes{v0.1c}{2013/03/25}{Replaced \texttt{\protect\string\protect\msg_term:x}
+% with \texttt{\protect\string\protect\msg_term:n}}
% \changes{v0.1b}{2012/07/24}{Fixed bugs in the `bibmacro' functions}
% \changes{v0.1a}{2012/06/07}{Fixed bugs in success/failure code}
% \changes{v0.1}{2012-04-15}{First public release}
@@ -1054,7 +1057,7 @@
}
\cs_new:Npn \xpatch_message_cstype:N #1
{
- \str_case:onn { \l_xpatch_type_tl }
+ \str_case:onF { \l_xpatch_type_tl }
{
{ DRCw } {
\xpatch_message:n
@@ -1717,3 +1720,4 @@
% \end{implementation}
%
% \PrintIndex
+% \PrintChanges
diff --git a/Master/texmf-dist/tex/latex/regexpatch/regexpatch.sty b/Master/texmf-dist/tex/latex/regexpatch/regexpatch.sty
index 223eaf3fb5b..4ba764f3b43 100644
--- a/Master/texmf-dist/tex/latex/regexpatch/regexpatch.sty
+++ b/Master/texmf-dist/tex/latex/regexpatch/regexpatch.sty
@@ -9,7 +9,7 @@
%% Do not distribute this file without also distributing the
%% source files specified above.
%%
-%% File: regexpatch.dtx (C) Copyright 2012-2013 Enrico Gregorio
+%% File: regexpatch.dtx (C) Copyright 2012-2016 Enrico Gregorio
%%
%% It may be distributed and/or modified under the conditions of the
%% LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -24,7 +24,7 @@
%% The released version of this bundle is available from CTAN.
%%
\RequirePackage{expl3}
-\GetIdInfo$Id: regexpatch.dtx 0.2a 2015-05-20 12:00:00Z Enrico $
+\GetIdInfo$Id: regexpatch.dtx 0.2b 2016-05-15 12:00:00Z Enrico $
{Extending etoolbox patching commands}
\ProvidesExplPackage
{\ExplFileName}{\ExplFileDate}{\ExplFileVersion}{\ExplFileDescription}
@@ -295,7 +295,7 @@
}
\cs_new:Npn \xpatch_message_cstype:N #1
{
- \str_case:onn { \l_xpatch_type_tl }
+ \str_case:onF { \l_xpatch_type_tl }
{
{ DRCw } {
\xpatch_message:n