summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/l3kernel/expl3.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/expl3.dtx')
-rw-r--r--Master/texmf-dist/source/latex/l3kernel/expl3.dtx26
1 files changed, 7 insertions, 19 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/expl3.dtx b/Master/texmf-dist/source/latex/l3kernel/expl3.dtx
index 1f7d2beed09..5dbfdd60bce 100644
--- a/Master/texmf-dist/source/latex/l3kernel/expl3.dtx
+++ b/Master/texmf-dist/source/latex/l3kernel/expl3.dtx
@@ -48,8 +48,8 @@
%<package> }
\def\ExplFileName{expl3}
\def\ExplFileDescription{L3 Experimental code bundle wrapper}
-\def\ExplFileDate{2012/02/08}
-\def\ExplFileVersion{3343}
+\def\ExplFileDate{2012/02/26}
+\def\ExplFileVersion{3471}
%</driver|package>
%<*driver>
\documentclass[full]{l3doc}
@@ -748,9 +748,6 @@
% \explpkg{l3int}{
% This implements the integer data-type \texttt{int}.
% }
-% \explpkg{l3io}{
-% A module providing low level input and output functions.
-% }
% \explpkg{l3keys}{
% For processing lists of the form
% \texttt{\{ key1=val1 , key2=val2 \}}, intended to work
@@ -843,7 +840,7 @@
% \item If in doubt, ask the team via the LaTeX-L list: someone will
% soon get back to you!
% \end{itemize}
-%
+%
% \section{Load-time options for \pkg{expl3}}
%
% To support code authors, the \pkg{expl3} package for \LaTeXe{} includes
@@ -851,7 +848,7 @@
% sense, recognising the \texttt{true} and \texttt{false} values. Giving
% the option name alone is equivalent to using the option with the
% \texttt{true} value.
-%
+%
% \DescribeOption{check-declarations}
% All variables used in \LaTeX3 code should be declared. This is enforced
% by \TeX{} for variable types based on \TeX{} registers, but not for those
@@ -859,14 +856,14 @@
% \texttt{check-declarations} option enables checking for all variable
% assignments, issuing an error if any variables are assigned without being
% initialised.
-%
+%
% \DescribeOption{log-functions}
% The \texttt{log-functions} option is used to enable recording of every new
% function name in the \texttt{.log} file. This is useful for debugging
% purposes, as it means that there is a complete list of all functions
% created by each module loaded (with the exceptions of a very small number
% required by he bootstrap code for \LaTeX3).
-%
+%
% \DescribeOption{native-drivers}
% The \texttt{native-drivers} option instructs \LaTeX3 not to use the \LaTeXe{}
% graphics and colour driver code. Setting this option \texttt{true} uses the
@@ -1077,19 +1074,11 @@
\cs_check_exists:N #1
\cs_set_eq:NN #1
}
- \cs_undefine:N \bool_set_eq:cN
- \cs_undefine:N \bool_set_eq:Nc
- \cs_undefine:N \bool_set_eq:cc
- \cs_generate_variant:Nn \bool_set_eq:NN { c , Nc , cc }
\cs_set_protected:Npn \bool_gset_eq:NN #1
{
\cs_check_exists:N #1
- \cs_set_eq:NN #1
+ \cs_gset_eq:NN #1
}
- \cs_undefine:N \bool_gset_eq:cN
- \cs_undefine:N \bool_gset_eq:Nc
- \cs_undefine:N \bool_gset_eq:cc
- \cs_generate_variant:Nn \bool_gset_eq:NN { c , Nc , cc }
\cs_set_protected:Npn \bool_set:Nn #1#2
{
\cs_check_exists:N #1
@@ -1109,7 +1098,6 @@
l3token,
l3prop,
l3msg,
- l3io,
l3file,
l3skip,
l3keys,