diff options
author | Karl Berry <karl@freefriends.org> | 2010-04-10 21:56:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-04-10 21:56:00 +0000 |
commit | 4f711ec63a6c65e74a08a634bc886ee54b2140fe (patch) | |
tree | 23e7907cc86a132ab95da3f8408a5ab5346b976b /Master/texmf-dist/source/latex/oberdiek/catchfile.dtx | |
parent | f5059243c2428b73d75e86f6917ce21b28f153df (diff) |
oberdiek update (10apr10)
git-svn-id: svn://tug.org/texlive/trunk@17792 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/oberdiek/catchfile.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/oberdiek/catchfile.dtx | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/Master/texmf-dist/source/latex/oberdiek/catchfile.dtx b/Master/texmf-dist/source/latex/oberdiek/catchfile.dtx index 226a9ffbafa..5067d0ae62f 100644 --- a/Master/texmf-dist/source/latex/oberdiek/catchfile.dtx +++ b/Master/texmf-dist/source/latex/oberdiek/catchfile.dtx @@ -79,7 +79,7 @@ \input docstrip.tex \Msg{************************************************************************} \Msg{* Installation} -\Msg{* Package: catchfile 2010/03/01 v1.3 Catches the contents of a file (HO)} +\Msg{* Package: catchfile 2010/04/08 v1.4 Catches the contents of a file (HO)} \Msg{************************************************************************} \keepsilent @@ -158,7 +158,7 @@ and the derived files %<*driver> \NeedsTeXFormat{LaTeX2e} \ProvidesFile{catchfile.drv}% - [2010/03/01 v1.3 Catches the contents of a file (HO)]% + [2010/04/08 v1.4 Catches the contents of a file (HO)]% \documentclass{ltxdoc} \usepackage{holtxdoc}[2008/08/11] \begin{document} @@ -167,7 +167,7 @@ and the derived files %</driver> % \fi % -% \CheckSum{589} +% \CheckSum{591} % % \CharacterTable % {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z @@ -188,7 +188,7 @@ and the derived files % \GetFileInfo{catchfile.drv} % % \title{The \xpackage{catchfile} package} -% \date{2010/03/01 v1.3} +% \date{2010/04/08 v1.4} % \author{Heiko Oberdiek\\\xemail{heiko.oberdiek at googlemail.com}} % % \maketitle @@ -291,7 +291,7 @@ and the derived files \fi \expandafter\x\csname ver@catchfile.sty\endcsname \ProvidesPackage{catchfile}% - [2010/03/01 v1.3 Catches the contents of a file (HO)] + [2010/04/08 v1.4 Catches the contents of a file (HO)] % \end{macrocode} % % \subsection{Catcodes} @@ -412,10 +412,10 @@ and the derived files \csname newread\endcsname\@inputcheck \fi \openin\@inputcheck#1\relax + \expandafter\closein\expandafter\@inputcheck \ifeof\@inputcheck \let\CatchFile@File\relax \else - \closein\@inputcheck \def\CatchFile@File{#1}% \fi }% @@ -624,7 +624,7 @@ and the derived files \nofiles \listfiles \documentclass{minimal} -\usepackage{catchfile}[2010/03/01] +\usepackage{catchfile}[2010/04/08] \makeatletter \def\mysetup{% \let\do\@makeother @@ -877,6 +877,10 @@ and the derived files % \item % Fix for unknown \cs{@PackageErrorNoLine}. % \end{Version} +% \begin{Version}{2010/04/08 v1.4} +% \item +% \cs{closein} also added if \cs{ifeof} is true. +% \end{Version} % \end{History} % % \PrintIndex |