texlive[47601] Master/texmf-dist: regexpatch (3may18)

commits+karl at tug.org commits+karl at tug.org
Thu May 3 23:06:04 CEST 2018


Revision: 47601
          http://tug.org/svn/texlive?view=revision&revision=47601
Author:   karl
Date:     2018-05-03 23:06:04 +0200 (Thu, 03 May 2018)
Log Message:
-----------
regexpatch (3may18)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/regexpatch/README
    trunk/Master/texmf-dist/doc/latex/regexpatch/regexpatch.pdf
    trunk/Master/texmf-dist/source/latex/regexpatch/regexpatch.dtx
    trunk/Master/texmf-dist/tex/latex/regexpatch/regexpatch.sty

Modified: trunk/Master/texmf-dist/doc/latex/regexpatch/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/regexpatch/README	2018-05-03 21:05:53 UTC (rev 47600)
+++ trunk/Master/texmf-dist/doc/latex/regexpatch/README	2018-05-03 21:06:04 UTC (rev 47601)
@@ -4,10 +4,9 @@
 powerful `\regexpatchcmd' based on the `l3regex' module of LaTeX3
 experimental packages.
 
-In this version a function name has been fixed and loading
-l3regex have been removed.
+This version fixes a silly typo introduced in version 0.2c
 
-This is version 0.2c of the package (a maintainance release)
+This is version 0.2d of the package (a maintainance release)
 
  Copyright 2012-2018 Enrico Gregorio
 
@@ -41,5 +40,5 @@
   it (the FAQ on CTAN in /help/uktug-FAQ gives more
   information about this magic place
 
-2018/03/31
+2018/05/02
 Enrico Gregorio

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

Modified: trunk/Master/texmf-dist/source/latex/regexpatch/regexpatch.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/regexpatch/regexpatch.dtx	2018-05-03 21:05:53 UTC (rev 47600)
+++ trunk/Master/texmf-dist/source/latex/regexpatch/regexpatch.dtx	2018-05-03 21:06:04 UTC (rev 47601)
@@ -25,7 +25,7 @@
 \newcommand{\sv}{[\texttt{*}]}
 %</driver>
 %<*driver|package>
-\GetIdInfo$Id: regexpatch.dtx 0.2c 2018-03-31 12:00:00Z Enrico $
+\GetIdInfo$Id: regexpatch.dtx 0.2d 2018-05-02 12:00:00Z Enrico $
           {Extending etoolbox patching commands}
 %</driver|package>
 %<*driver>
@@ -55,6 +55,7 @@
 %
 % \maketitle
 %
+% \changes{v0.2d}{2018/05/02}{Fixed silly typo}
 % \changes{v0.2c}{2018/03/31}{Removed loading of \texttt{l3regex}}
 % \changes{v0.2b}{2016/05/15}{Fix for removed function}
 % \changes{v0.2a}{2015/05/20}{Fixed silly mistake}
@@ -1196,7 +1197,7 @@
      { abx at macro@ \tl_to_str:n {#2} } {#3}{#4}{#5}{#6}
    }
    {
-    \xpatch_main)four:Ncnnnn \xpatch_patchcmd_once:Nnnnn
+    \xpatch_main_four:Ncnnnn \xpatch_patchcmd_once:Nnnnn
      { abx at macro@ \tl_to_str:n {#2} } {#3}{#4}{#5}{#6}
    }
  }

Modified: trunk/Master/texmf-dist/tex/latex/regexpatch/regexpatch.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/regexpatch/regexpatch.sty	2018-05-03 21:05:53 UTC (rev 47600)
+++ trunk/Master/texmf-dist/tex/latex/regexpatch/regexpatch.sty	2018-05-03 21:06:04 UTC (rev 47601)
@@ -25,7 +25,7 @@
 %% The released version of this bundle is available from CTAN.
 %%
 \RequirePackage{expl3}
-\GetIdInfo$Id: regexpatch.dtx 0.2c 2018-03-31 12:00:00Z Enrico $
+\GetIdInfo$Id: regexpatch.dtx 0.2d 2018-05-02 12:00:00Z Enrico $
           {Extending etoolbox patching commands}
 \ProvidesExplPackage
   {\ExplFileName}{\ExplFileDate}{\ExplFileVersion}{\ExplFileDescription}
@@ -420,7 +420,7 @@
      { abx at macro@ \tl_to_str:n {#2} } {#3}{#4}{#5}{#6}
    }
    {
-    \xpatch_main)four:Ncnnnn \xpatch_patchcmd_once:Nnnnn
+    \xpatch_main_four:Ncnnnn \xpatch_patchcmd_once:Nnnnn
      { abx at macro@ \tl_to_str:n {#2} } {#3}{#4}{#5}{#6}
    }
  }



More information about the tex-live-commits mailing list