summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/fileinfo
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-05-28 22:23:29 +0000
committerKarl Berry <karl@freefriends.org>2012-05-28 22:23:29 +0000
commit5cf0325e9a003324a07bfd012b6ceffa9a61eb92 (patch)
tree1dcd918ded5c74c4c4d409aec3b23849451d43d5 /Master/texmf-dist/tex/latex/fileinfo
parent229b52726ac1d3f0dbaae45cf5b9a79af1ce0df1 (diff)
fileinfo 0.4 (28may12)
git-svn-id: svn://tug.org/texlive/trunk@26696 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/fileinfo')
-rw-r--r--Master/texmf-dist/tex/latex/fileinfo/fileinfo.RLS4
-rw-r--r--Master/texmf-dist/tex/latex/fileinfo/myfilist.sty9
-rw-r--r--Master/texmf-dist/tex/latex/fileinfo/readprov.sty5
3 files changed, 13 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/fileinfo/fileinfo.RLS b/Master/texmf-dist/tex/latex/fileinfo/fileinfo.RLS
new file mode 100644
index 00000000000..f7ede438b03
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/fileinfo/fileinfo.RLS
@@ -0,0 +1,4 @@
+\ProvidesFile{fileinfo.RLS} %% RELEASE INFO
+ [2012/05/26 r0.4 myfilelist v0.4: options]
+ [2012/03/18/20 r0.3b+ internal!?] %% 2012/05/26
+ [2012/03/18/18 r0.3b doc. (generation) mod.s] %% 2012/05/26
diff --git a/Master/texmf-dist/tex/latex/fileinfo/myfilist.sty b/Master/texmf-dist/tex/latex/fileinfo/myfilist.sty
index d6f59020e8a..07e6f74b285 100644
--- a/Master/texmf-dist/tex/latex/fileinfo/myfilist.sty
+++ b/Master/texmf-dist/tex/latex/fileinfo/myfilist.sty
@@ -3,9 +3,9 @@
%% modifies \listfiles to choose files to be listed and
%% list them in a chosen file.
-\def \fileversion {0.3a} \def \filedate {2011/01/30}
+\def \fileversion {0.4} \def \filedate {2012/05/26}
-%% copyright (C) 2008, 2010, 2011 Uwe Lueck,
+%% copyright (C) 2008, 2010, 2011, 2012 Uwe Lueck,
%% http://www.contact-ednotes.sty.de.vu
%% -- author-maintained in the sense of LPPL below.
%%
@@ -96,7 +96,9 @@
\newcommand{\EmptyFileList}[1][]{%
\let\@filelist\@gobble
\@for\@tempa:=#1\do{%
- \global \expandafter \let \csname ver@\@tempa\endcsname \relax}}
+ \global \expandafter \let \csname ver@\@tempa\endcsname \relax
+ %% v0.4:
+ \global \expandafter \let \csname opt@\@tempa\endcsname \relax}}
% |\ListInfos[<external output file>]|
\newcommand*{\ListInfos}[1][]{%
\ifx$#1$\@dofilelist\else
@@ -137,3 +139,4 @@ v0.3 2010/11/26 split off from "myfiles.sty", opt. arg. for
2010/11/27 some USAGE clarifications
v0.3a 2011/01/29 two empty lines commented out
2011/01/30 copyright updated
+v0.4 2012/05/26 \EmptyFileList clears options
diff --git a/Master/texmf-dist/tex/latex/fileinfo/readprov.sty b/Master/texmf-dist/tex/latex/fileinfo/readprov.sty
index 152fbd322d9..673d1f3da94 100644
--- a/Master/texmf-dist/tex/latex/fileinfo/readprov.sty
+++ b/Master/texmf-dist/tex/latex/fileinfo/readprov.sty
@@ -2,7 +2,7 @@
%% --
%% get file infos without reading the entire file
-\def \fileversion {0.3a} \def \filedate {2012/03/16}
+\def \fileversion {0.3b} \def \filedate {2012/03/20}
%% copyright (C) 2008, 2010, 2011, 2012 Uwe Lueck,
%% http://www.contact-ednotes.sty.de.vu
@@ -121,7 +121,7 @@
\newcommand*{\read@file@info}[2]{% new 2010/11/27
\expandafter \expandafter \expandafter
#1\csname ver@#2\endcsname \relax? ? \relax\relax}
-% |\UseDateof{<filename>}| is robust (expandable):
+% |\UseDateOf{<filename>}| is robust (expandable): %% O 2012/03/20
\newcommand*{\UseDateOf}{\read@file@info\read@file@date}
% The internal reading commands vary `\@tempb'
% from the original \GetFileInfo:
@@ -192,3 +192,4 @@ v0.3 2010/11/25 split off from former "myfiles.sty",
\GetFileInfo redefined, \Use...;
\docnewline -> \\; NOTE etc.
v0.3a 2012/03/16 doc.: grammar fix
+v0.3b 2012/03/20 typo fix "Of"