summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/luatex/luatexbase
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-10-03 23:10:26 +0000
committerKarl Berry <karl@freefriends.org>2015-10-03 23:10:26 +0000
commit1d864db4b9bf32da99c0166a256ef52b08c8f132 (patch)
tree76f117fe3d02ca3893a45c998cd516d1f7cd2764 /Master/texmf-dist/source/luatex/luatexbase
parent502742d47c3d0cf25164c9121fcb2592cd272109 (diff)
luatexbase (3oct15)
git-svn-id: svn://tug.org/texlive/trunk@38539 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/luatex/luatexbase')
-rw-r--r--Master/texmf-dist/source/luatex/luatexbase/luatexbase.dtx24
-rw-r--r--Master/texmf-dist/source/luatex/luatexbase/luatexbase.ins2
2 files changed, 23 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/luatex/luatexbase/luatexbase.dtx b/Master/texmf-dist/source/luatex/luatexbase/luatexbase.dtx
index 9e1c907cd3c..5dc0e37e520 100644
--- a/Master/texmf-dist/source/luatex/luatexbase/luatexbase.dtx
+++ b/Master/texmf-dist/source/luatex/luatexbase/luatexbase.dtx
@@ -30,7 +30,7 @@
\ProvidesFile{luatexbase.dtx}
%</driver>
%<*tex,sty>
-[2015/10/02 v1.1
+[2015/10/03 v1.2
%</tex,sty>
%<emu> luatexbase interface to LuaTeX
%<emu-cmp> luatexbase interface to LuaTeX (legacy subpackage)
@@ -205,7 +205,7 @@
%
% \noindent
% \DescribeMacro{add\_to\_callback}\meta{name}\meta{function}\meta{description}\meta{priority}\\%
-% This function is defined as a wraper around the kernel-level
+% This function is defined as a wrapper around the kernel-level
% implementation, which does not have the fourth \meta{priority}
% argument.
%
@@ -588,7 +588,6 @@ end
%<*whatsit>
\directlua{%
% \end{macrocode}
-
%
% \begin{macrocode}
local user_whatsits = { __unassociated = { } }
@@ -824,4 +823,23 @@ luatexbase.dumpregisteredwhatsits = dump_registered_whatsits
%</emu-cmp,emu-mod,emu-loa,emu-reg,emu-att,emu-cct,emu-mcb>
% \end{macrocode}
%
+% \subsection{Legacy Lua code}
+%
+% \changes{v1.2}{2015/10/03}{Provide \texttt{luatexbase.loader.lua}}
+%
+% The original \textsf{luatexbase} included a file |luatexbase.loader.lua|
+% that could be loaded independently of the rest of the package. This really
+% doesn't need to do anything!
+% \begin{macrocode}
+%<*emu-lua>
+% \end{macrocode}
+%
+% \begin{macrocode}
+luatexbase = luatexbase or { }
+% \end{macrocode}
+%
+% \begin{macrocode}
+%</emu-lua>
+% \end{macrocode}
+%
% \Finale
diff --git a/Master/texmf-dist/source/luatex/luatexbase/luatexbase.ins b/Master/texmf-dist/source/luatex/luatexbase/luatexbase.ins
index 5ebba2f69e4..9730a753317 100644
--- a/Master/texmf-dist/source/luatex/luatexbase/luatexbase.ins
+++ b/Master/texmf-dist/source/luatex/luatexbase/luatexbase.ins
@@ -14,4 +14,6 @@
\generate{\file{luatexbase-cctb.sty}{\from{luatexbase.dtx}{sty,emu-cct}}}
\generate{\file{luatexbase-mcb.sty}{\from{luatexbase.dtx}{sty,emu-mcb}}}
+\generate{\file{luatexbase.loader.lua}{\from{luatexbase.dtx}{emu-lua}}}
+
\endbatchfile