diff options
author | Karl Berry <karl@freefriends.org> | 2015-10-02 22:15:45 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-10-02 22:15:45 +0000 |
commit | abbefcd9fbfcd8e487162ec28f349e3143914449 (patch) | |
tree | 289cbdb698c3dc477252484424234fa14da2b014 /Master/texmf-dist/tex/latex/base | |
parent | 8a03ef16f0821bc20895c680b246ead3eafa0d44 (diff) |
latex (2oct15)
git-svn-id: svn://tug.org/texlive/trunk@38531 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/base')
-rw-r--r-- | Master/texmf-dist/tex/latex/base/latex.ltx | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/base/latexrelease.sty | 22 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/base/ltluatex.lua | 9 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/base/ltluatex.tex | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/base/ltnews.cls | 2 |
5 files changed, 33 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/base/latex.ltx b/Master/texmf-dist/tex/latex/base/latex.ltx index d5e81baeb95..cb359043336 100644 --- a/Master/texmf-dist/tex/latex/base/latex.ltx +++ b/Master/texmf-dist/tex/latex/base/latex.ltx @@ -695,7 +695,7 @@ \def\fmtname{LaTeX2e} \edef\fmtversion {2015/10/01} -\def\patch@level{0} +\def\patch@level{1} \iffalse \def\reserved@a#1/#2/#3\@nil{% \count@\year diff --git a/Master/texmf-dist/tex/latex/base/latexrelease.sty b/Master/texmf-dist/tex/latex/base/latexrelease.sty index 7447ff48828..574c4706497 100644 --- a/Master/texmf-dist/tex/latex/base/latexrelease.sty +++ b/Master/texmf-dist/tex/latex/base/latexrelease.sty @@ -149,6 +149,25 @@ of this package available from CTAN} "luatex", tex.extraprimitives("core","omega", "aleph", "luatex") ) + local i + local t = { } + for _,i in pairs(tex.extraprimitives("luatex")) do + if not string.match(i,"^U") then + if not string.match(i, "^luatex") then + table.insert(t,i) + end + else + if string.match(i,"^Uchar$") then + table.insert(t,i) + end + end + end + for _,i in pairs(t) do + tex.print( + "\noexpand\\let\noexpand\\" .. i + .. "\noexpand\\undefined" + ) + end } \EndIncludeInRelease \fi @@ -2090,7 +2109,7 @@ of this package available from CTAN} \directlua{require("ltluatex")} \endgroup \EndIncludeInRelease -\IncludeInRelease{2015/09/24} +\IncludeInRelease{0000/00/00} {\newluafunction}{LuaTeX}% \let\e@alloc@attribute@count\@undefined \let\newattribute\@undefined @@ -2111,6 +2130,7 @@ of this package available from CTAN} \let\e@alloc@bytecode@count\@undefined \let\newluachunkname\@undefined \let\e@alloc@luachunk@count\@undefined +\directlua{luatexbase.uninstall()} \EndIncludeInRelease \fi %%% From File: ltfinal.dtx diff --git a/Master/texmf-dist/tex/latex/base/ltluatex.lua b/Master/texmf-dist/tex/latex/base/ltluatex.lua index 2e94204c8f0..e91286d71f2 100644 --- a/Master/texmf-dist/tex/latex/base/ltluatex.lua +++ b/Master/texmf-dist/tex/latex/base/ltluatex.lua @@ -500,3 +500,12 @@ local function callback_descriptions (name) return d end luatexbase.callback_descriptions =callback_descriptions +local function uninstall() + module_info( + "luatexbase", + "Uninstalling kernel luatexbase code" + ) + callback.register = callback_register + luatexbase = nil +end +luatexbase.uninstall = uninstall diff --git a/Master/texmf-dist/tex/latex/base/ltluatex.tex b/Master/texmf-dist/tex/latex/base/ltluatex.tex index 3505438ad7b..ca413f4a61b 100644 --- a/Master/texmf-dist/tex/latex/base/ltluatex.tex +++ b/Master/texmf-dist/tex/latex/base/ltluatex.tex @@ -47,7 +47,7 @@ #1#2[#3]{\endgroup\immediate\write-1{File: #1 #3}} \fi \ProvidesFile{ltluatex.tex} -[2015/09/24 v1.0a +[2015/10/02 v1.0e LuaTeX support for plain TeX (core) ] \edef\etatcatcode{\the\catcode`\@} diff --git a/Master/texmf-dist/tex/latex/base/ltnews.cls b/Master/texmf-dist/tex/latex/base/ltnews.cls index d4c61deb04e..2bd72b533e8 100644 --- a/Master/texmf-dist/tex/latex/base/ltnews.cls +++ b/Master/texmf-dist/tex/latex/base/ltnews.cls @@ -546,7 +546,7 @@ % Abbreviations: -\newcommand{\ctanhttp}{http://www.tex.ac.uk/tex-archive/} +\newcommand{\ctanhttp}{http://mirror.ctan.org/} % Needed for 09: |