summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/expl3
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-01-26 23:21:07 +0000
committerKarl Berry <karl@freefriends.org>2011-01-26 23:21:07 +0000
commit60e55e3300d53b2692b076e1eed63de0d390f50d (patch)
tree6d53c921426d4ec5dd3b18e0e656d82df2e003e6 /Master/texmf-dist/tex/latex/expl3
parentb47db3c140fe93b5deb16f3a7ad16be2134e81e7 (diff)
expl3 2138 (26jan11)
git-svn-id: svn://tug.org/texlive/trunk@21185 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/expl3')
-rw-r--r--Master/texmf-dist/tex/latex/expl3/l3fp.sty2
-rw-r--r--Master/texmf-dist/tex/latex/expl3/l3tl.sty12
2 files changed, 6 insertions, 8 deletions
diff --git a/Master/texmf-dist/tex/latex/expl3/l3fp.sty b/Master/texmf-dist/tex/latex/expl3/l3fp.sty
index 73dac125835..6ac5741afb0 100644
--- a/Master/texmf-dist/tex/latex/expl3/l3fp.sty
+++ b/Master/texmf-dist/tex/latex/expl3/l3fp.sty
@@ -48,7 +48,7 @@
%%
%% -----------------------------------------------------------------------
\RequirePackage{l3names}
-\GetIdInfo$Id: l3fp.dtx 2128 2011-01-10 22:44:33Z joseph $
+\GetIdInfo$Id: l3fp.dtx 2129 2011-01-10 22:58:48Z joseph $
{L3 Experimental floating-point operations}
\ProvidesExplPackage
{\filename}{\filedate}{\fileversion}{\filedescription}
diff --git a/Master/texmf-dist/tex/latex/expl3/l3tl.sty b/Master/texmf-dist/tex/latex/expl3/l3tl.sty
index cd8125b8d1b..e334d246130 100644
--- a/Master/texmf-dist/tex/latex/expl3/l3tl.sty
+++ b/Master/texmf-dist/tex/latex/expl3/l3tl.sty
@@ -48,7 +48,7 @@
%%
%% -----------------------------------------------------------------------
\RequirePackage{l3names}
-\GetIdInfo$Id: l3tl.dtx 2103 2010-12-18 07:40:03Z joseph $
+\GetIdInfo$Id: l3tl.dtx 2138 2011-01-26 08:15:27Z joseph $
{L3 Experimental Token Lists}
\ProvidesExplPackage
{\filename}{\filedate}{\fileversion}{\filedescription}
@@ -282,13 +282,11 @@
}
\prg_new_conditional:Nnn \tl_if_single:N {p,TF,T,F} {
\tl_if_empty:NTF #1
- {\prg_return_false:}
+ { \prg_return_false: }
{
- \exp_after:wN \tl_if_blank:nTF #1
- {\prg_return_true:}
- {
- \exp_after:wN \_tl_if_single_aux:w #1 \q_stop
- }
+ \tl_if_blank:oTF {#1}
+ { \prg_return_true: }
+ { \exp_after:wN \_tl_if_single_aux:w #1 \q_stop }
}
}
\cs_new:Npn \_tl_if_single_aux:w #1#2 \q_stop {