summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/xfor
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-07-28 00:30:38 +0000
committerKarl Berry <karl@freefriends.org>2007-07-28 00:30:38 +0000
commite2fe2430d15ac78018d547810a14bfdbdacbc9a9 (patch)
treed411b52169fd17ae9a0cc660a00653bb60cf7972 /Master/texmf-dist/source/latex/xfor
parent59e589a13e8de3ebc58828416bdd1eb4269b7bd2 (diff)
xfor update (18jul07)
git-svn-id: svn://tug.org/texlive/trunk@4673 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/xfor')
-rw-r--r--Master/texmf-dist/source/latex/xfor/xfor.dtx16
-rw-r--r--Master/texmf-dist/source/latex/xfor/xfor.ins2
2 files changed, 10 insertions, 8 deletions
diff --git a/Master/texmf-dist/source/latex/xfor/xfor.dtx b/Master/texmf-dist/source/latex/xfor/xfor.dtx
index e66f5f212c9..863efb923cc 100644
--- a/Master/texmf-dist/source/latex/xfor/xfor.dtx
+++ b/Master/texmf-dist/source/latex/xfor/xfor.dtx
@@ -6,7 +6,7 @@
% -author "Nicola Talbot"
% -dir "source"
% xfor
-% Created on 2007/6/27 17:32
+% Created on 2007/7/11 12:25
%\fi
%\iffalse
%<*package>
@@ -43,7 +43,7 @@
pdftitle={xfor: redefinition of '@for},
pdfkeywords={LaTeX,package development}]{hyperref}
-\CheckSum{102}
+\CheckSum{104}
\PageIndex
\RecordChanges
\newcommand*{\sty}[1]{\textsf{#1}}
@@ -55,7 +55,7 @@
%\fi
%\MakeShortVerb{"}
%
-% \title{xfor v1.0: Reimplementation of \cs{@for} to allow
+% \title{xfor v1.01: Reimplementation of \cs{@for} to allow
%premature termination of the loop}
% \author{Nicola L.C. Talbot\\[10pt]
%School of Computing Sciences\\
@@ -64,7 +64,7 @@
%NR4 7TJ. United Kingdom.\\
%\url{http://theoval.cmp.uea.ac.uk/~nlct/}}
%
-%\date{27th June 2007}
+%\date{11th July 2007}
%\maketitle
%\tableofcontents
%
@@ -214,7 +214,7 @@
% Declare package:
% \begin{macrocode}
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{xfor}[2007/06/27 v1.0 (NLCT)]
+\ProvidesPackage{xfor}[2007/07/11 v1.01 (NLCT)]
% \end{macrocode}
% Define a switch to determine if the for loop should be
% terminated:
@@ -271,15 +271,17 @@
% \end{macrocode}
%\end{macro}
% Get remainder of list (stores in \cs{@forremainder}):
+%\changes{1.01}{2007 July 11}{Made '@forgatherrest long}%
%\begin{macro}{\@forgatherrest}
% \begin{macrocode}
-\def\@forgatherrest#1,\@nil,\@nil{\def\@forremainder{#1}}
+\long\def\@forgatherrest#1,\@nil,\@nil{\def\@forremainder{#1}}
% \end{macrocode}
%\end{macro}
% As above, but there may not be anything before \cs{@nil}:
+%\changes{1.01}{2007 July 11}{Made '@iforgatherrest long}%
%\begin{macro}{\@iforgatherrest}
% \begin{macrocode}
-\def\@iforgatherrest#1\@nil,\@nil{%
+\long\def\@iforgatherrest#1\@nil,\@nil{%
\def\@fortmp{#1}%
\ifx\@fortmp\@empty
\def\@forremainder{}%
diff --git a/Master/texmf-dist/source/latex/xfor/xfor.ins b/Master/texmf-dist/source/latex/xfor/xfor.ins
index 128fec4243b..225a78fb744 100644
--- a/Master/texmf-dist/source/latex/xfor/xfor.ins
+++ b/Master/texmf-dist/source/latex/xfor/xfor.ins
@@ -1,4 +1,4 @@
-% xfor.ins generated using makedtx version 0.91b 2007/6/27 17:32
+% xfor.ins generated using makedtx version 0.91b 2007/7/11 12:25
\input docstrip
\preamble