summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-12-24 18:00:33 +0000
committerKarl Berry <karl@freefriends.org>2009-12-24 18:00:33 +0000
commit3b60c7b05b84cf460b6dd9f9f1b34e3363b59f6f (patch)
tree462d9849c1654221bda2b8dd151bb0f40dd2de88 /Master/texmf-dist/source/latex
parentd647d811fffb86b53c814ac957f9840832f8c5bc (diff)
oberdiek update (22dec09)
git-svn-id: svn://tug.org/texlive/trunk@16496 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex')
-rw-r--r--Master/texmf-dist/source/latex/oberdiek/kvsetkeys.dtx31
-rw-r--r--Master/texmf-dist/source/latex/oberdiek/oberdiek.ins2
-rw-r--r--Master/texmf-dist/source/latex/oberdiek/oberdiek.tex4
3 files changed, 18 insertions, 19 deletions
diff --git a/Master/texmf-dist/source/latex/oberdiek/kvsetkeys.dtx b/Master/texmf-dist/source/latex/oberdiek/kvsetkeys.dtx
index dd19835fc71..39afa166116 100644
--- a/Master/texmf-dist/source/latex/oberdiek/kvsetkeys.dtx
+++ b/Master/texmf-dist/source/latex/oberdiek/kvsetkeys.dtx
@@ -73,7 +73,7 @@
\input docstrip.tex
\Msg{************************************************************************}
\Msg{* Installation}
-\Msg{* Package: kvsetkeys 2009/12/12 v1.6 Key value parser (HO)}
+\Msg{* Package: kvsetkeys 2009/12/22 v1.7 Key value parser (HO)}
\Msg{************************************************************************}
\keepsilent
@@ -148,7 +148,7 @@ and the derived files
%<*driver>
\NeedsTeXFormat{LaTeX2e}
\ProvidesFile{kvsetkeys.drv}%
- [2009/12/12 v1.6 Key value parser (HO)]%
+ [2009/12/22 v1.7 Key value parser (HO)]%
\documentclass{ltxdoc}
\usepackage{holtxdoc}[2008/08/11]
\begin{document}
@@ -157,7 +157,7 @@ and the derived files
%</driver>
% \fi
%
-% \CheckSum{1121}
+% \CheckSum{1101}
%
% \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
@@ -178,7 +178,7 @@ and the derived files
% \GetFileInfo{kvsetkeys.drv}
%
% \title{The \xpackage{kvsetkeys} package}
-% \date{2009/12/12 v1.6}
+% \date{2009/12/22 v1.7}
% \author{Heiko Oberdiek\\\xemail{oberdiek@uni-freiburg.de}}
%
% \maketitle
@@ -536,7 +536,7 @@ and the derived files
\fi
\expandafter\x\csname ver@kvsetkeys.sty\endcsname
\ProvidesPackage{kvsetkeys}%
- [2009/12/12 v1.6 Key value parser (HO)]
+ [2009/12/22 v1.7 Key value parser (HO)]
% \end{macrocode}
%
% \begin{macrocode}
@@ -707,8 +707,7 @@ $ \expandafter\endgroup
% Removes spaces before the comma, may add commas at the end.
% \begin{macrocode}
\def\KVS@SpaceComma#1{%
- \toks@\expandafter{\the\toks@#1,}%
- \expandafter\KVS@@SpaceComma\the\toks@\KVS@Nil
+ \expandafter\KVS@@SpaceComma\the\toks@#1,\KVS@Nil
}
% \end{macrocode}
% \end{macro}
@@ -728,8 +727,7 @@ $ \expandafter\endgroup
% Removes spaces after the comma, may add commas at the end.
% \begin{macrocode}
\def\KVS@CommaSpace{%
- \toks@\expandafter{\the\toks@, }%
- \expandafter\KVS@@CommaSpace\the\toks@\KVS@Nil
+ \expandafter\KVS@@CommaSpace\the\toks@, \KVS@Nil
}
% \end{macrocode}
% \end{macro}
@@ -749,8 +747,7 @@ $ \expandafter\endgroup
% Replaces multiple commas by one comma.
% \begin{macrocode}
\def\KVS@CommaComma{%
- \toks@\expandafter{\the\toks@,}%
- \expandafter\KVS@@CommaComma\the\toks@\KVS@Nil
+ \expandafter\KVS@@CommaComma\the\toks@,\KVS@Nil
}
% \end{macrocode}
% \end{macro}
@@ -801,8 +798,7 @@ $ \expandafter\endgroup
% Removes spaces before the equals sign.
% \begin{macrocode}
\def\KVS@SpaceEquals#1{%
- \toks@\expandafter{\the\toks@#1=}%
- \expandafter\KVS@@SpaceEquals\the\toks@\KVS@Nil
+ \expandafter\KVS@@SpaceEquals\the\toks@#1=\KVS@Nil
}
% \end{macrocode}
% \end{macro}
@@ -822,8 +818,7 @@ $ \expandafter\endgroup
% Removes spaces after the equals sign.
% \begin{macrocode}
\def\KVS@EqualsSpace{%
- \toks@\expandafter{\the\toks@= }%
- \expandafter\KVS@@EqualsSpace\the\toks@\KVS@Nil
+ \expandafter\KVS@@EqualsSpace\the\toks@= \KVS@Nil
}
% \end{macrocode}
% \end{macro}
@@ -1145,7 +1140,7 @@ $ \expandafter\ifx\csname KV@#1@#2@default\endcsname\relax
\makeatletter
\chardef\KVS@TestMode=1 %
\makeatother
-\usepackage{kvsetkeys}[2009/12/12]
+\usepackage{kvsetkeys}[2009/12/22]
%<noetex>\let\unexpanded\SavedUnexpanded
\usepackage{qstest}
\IncludeTests{*}
@@ -1631,6 +1626,10 @@ $ \expandafter\ifx\csname KV@#1@#2@default\endcsname\relax
% \item
% Short info shortened.
% \end{Version}
+% \begin{Version}{2009/12/22 v1.7}
+% \item
+% Internal optimization (\cs{KVS@CommaSpace}, \dots, \cs{KVS@EqualsSpace}).
+% \end{Version}
% \end{History}
%
% \PrintIndex
diff --git a/Master/texmf-dist/source/latex/oberdiek/oberdiek.ins b/Master/texmf-dist/source/latex/oberdiek/oberdiek.ins
index 10a311b6277..0eae61c0e1b 100644
--- a/Master/texmf-dist/source/latex/oberdiek/oberdiek.ins
+++ b/Master/texmf-dist/source/latex/oberdiek/oberdiek.ins
@@ -1,5 +1,5 @@
% oberdiek.ins
-% 2009/12/18
+% 2009/12/22
%
% Copyright (C) 1999, 2001, 2006 by
% Heiko Oberdiek <oberdiek@uni-freiburg.de>
diff --git a/Master/texmf-dist/source/latex/oberdiek/oberdiek.tex b/Master/texmf-dist/source/latex/oberdiek/oberdiek.tex
index 9b10c864046..b8d2c64d0e0 100644
--- a/Master/texmf-dist/source/latex/oberdiek/oberdiek.tex
+++ b/Master/texmf-dist/source/latex/oberdiek/oberdiek.tex
@@ -6,7 +6,7 @@
\newcommand*{\Subject}{CTAN:\CTANdir}
\newcommand*{\Author}{Heiko Oberdiek}
\newcommand*{\Email}{oberdiek@uni-freiburg.de}
-\newcommand*{\Date}{2009/12/18}
+\newcommand*{\Date}{2009/12/22}
% Copyright (C) 2006 by
% Heiko Oberdiek <oberdiek@uni-freiburg.de>
@@ -249,7 +249,7 @@
[\entrysep]
\entry{kvoptions}{2009/12/08}{3.6}{Keyval support for \LaTeX{} options}%
[\entrysep]
-\entry{kvsetkeys}{2009/12/12}{1.6}{Key value parser}%
+\entry{kvsetkeys}{2009/12/22}{1.7}{Key value parser}%
[\entrysep]
\entry{letltxmacro}{2008/06/24}{1.3}{Let assignment for \LaTeX{} macros}%
[\entrysep]