summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/base/latexrelease.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/base/latexrelease.sty')
-rw-r--r--Master/texmf-dist/tex/latex/base/latexrelease.sty22
1 files changed, 21 insertions, 1 deletions
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