summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-05-07 20:36:17 +0000
committerKarl Berry <karl@freefriends.org>2014-05-07 20:36:17 +0000
commitb9495b74cf5cd5aa7b87dbcb29d42908bfcc037e (patch)
tree3fa0492fc4645b3fb3fb58a412e8e81e393c2f40 /Master/texmf-dist/source
parente3ee374de9d7f8a3b3e71651c1ae021102fe5928 (diff)
l3kernel (7may14)
git-svn-id: svn://tug.org/texlive/trunk@33901 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r--Master/texmf-dist/source/latex/l3kernel/expl3.dtx6
-rw-r--r--Master/texmf-dist/source/latex/l3kernel/l3bootstrap.dtx6
-rw-r--r--Master/texmf-dist/source/latex/l3kernel/l3drivers.dtx4
-rw-r--r--Master/texmf-dist/source/latex/l3kernel/l3fp-round.dtx2
4 files changed, 8 insertions, 10 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/expl3.dtx b/Master/texmf-dist/source/latex/l3kernel/expl3.dtx
index 5acf857be21..85a95511ca2 100644
--- a/Master/texmf-dist/source/latex/l3kernel/expl3.dtx
+++ b/Master/texmf-dist/source/latex/l3kernel/expl3.dtx
@@ -36,8 +36,8 @@
%<*driver|generic|package>
\def\ExplFileName{expl3}
\def\ExplFileDescription{L3 programming layer}
-\def\ExplFileDate{2014/05/05}
-\def\ExplFileVersion{4742}
+\def\ExplFileDate{2014/05/06}
+\def\ExplFileVersion{4751}
%</driver|generic|package>
%<*driver>
\documentclass[full]{l3doc}
@@ -1615,7 +1615,7 @@
% \begin{macrocode}
\input expl3-code.tex %
% \end{macrocode}
-%
+%
% \begin{macro}{\__iow_wrap_set:Nx}
% Without \LaTeXe{} there is no \cs{protected@edef} so the more risky
% direct use of \cs{tl_set:Nx} is required.
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3bootstrap.dtx b/Master/texmf-dist/source/latex/l3kernel/l3bootstrap.dtx
index a5916afd225..212e9ff56dc 100644
--- a/Master/texmf-dist/source/latex/l3kernel/l3bootstrap.dtx
+++ b/Master/texmf-dist/source/latex/l3kernel/l3bootstrap.dtx
@@ -145,7 +145,7 @@
% \end{macro}
% \end{macro}
% \end{macro}
-\GetIdInfo$Id: l3bootstrap.dtx 4741 2014-05-05 14:16:57Z joseph $
+\GetIdInfo$Id: l3bootstrap.dtx 4750 2014-05-06 16:56:59Z joseph $
{L3 Bootstrap code}
%</driver|package>
%<*driver>
@@ -348,8 +348,6 @@
{%
l3kernel = { }
function l3kernel.strcmp (A, B)
- A = A or ""
- B = B or ""
if A == B then
tex.write ("0")
elseif A < B then
@@ -366,7 +364,7 @@
\expandafter\luatex_directlua:D\expandafter{\tempa}%
}
%</initex>
- \gdef\expl_pdfstrcmp#1#2%
+ \long\gdef\expl_pdfstrcmp#1#2%
{%
\luatex_directlua:D
{%
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3drivers.dtx b/Master/texmf-dist/source/latex/l3kernel/l3drivers.dtx
index 0347a9625ed..9a4bdfece5e 100644
--- a/Master/texmf-dist/source/latex/l3kernel/l3drivers.dtx
+++ b/Master/texmf-dist/source/latex/l3kernel/l3drivers.dtx
@@ -38,7 +38,7 @@
\documentclass[full]{l3doc}
%</driver>
%<*driver|package>
-\GetIdInfo$Id: l3drivers.dtx 4735 2014-05-05 06:25:42Z joseph $
+\GetIdInfo$Id: l3drivers.dtx 4748 2014-05-06 10:57:07Z joseph $
{L3 Experimental drivers}
%</driver|package>
%<*driver>
@@ -100,7 +100,7 @@
% such that any material outside of the bounding box will not be displayed
% by the driver. The material in the \meta{box} is still placed in the
% output stream: the clipping takes place at a driver level.
-%
+%
% This function should only be used within a surrounding horizontal
% box construct.
% \end{function}
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3fp-round.dtx b/Master/texmf-dist/source/latex/l3kernel/l3fp-round.dtx
index 78ffdfb48de..aaa4ee728da 100644
--- a/Master/texmf-dist/source/latex/l3kernel/l3fp-round.dtx
+++ b/Master/texmf-dist/source/latex/l3kernel/l3fp-round.dtx
@@ -36,7 +36,7 @@
%
%<*driver>
\documentclass[full]{l3doc}
-\GetIdInfo$Id: l3fp-round.dtx 3549 2012-03-13 20:54:30Z bruno $
+\GetIdInfo$Id: l3fp-round.dtx 4744 2014-05-06 10:35:53Z joseph $
{L3 Floating-point rounding}
\begin{document}
\DocInput{\jobname.dtx}