diff options
author | Karl Berry <karl@freefriends.org> | 2016-05-11 21:38:01 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-05-11 21:38:01 +0000 |
commit | e0a2526f2f8befb2815eab43bb68ff44b35eee66 (patch) | |
tree | 0e254844aad8eb282b13b0575b264a8590a853bb /Master/texmf-dist/scripts | |
parent | 01058baf49ee1750accac90a502d1df4f4c7c2c8 (diff) |
oberdiek (10may16)
git-svn-id: svn://tug.org/texlive/trunk@41047 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts')
-rw-r--r-- | Master/texmf-dist/scripts/oberdiek/oberdiek.luatex.lua | 13 | ||||
-rw-r--r-- | Master/texmf-dist/scripts/oberdiek/pdftexcmds.lua | 12 |
2 files changed, 9 insertions, 16 deletions
diff --git a/Master/texmf-dist/scripts/oberdiek/oberdiek.luatex.lua b/Master/texmf-dist/scripts/oberdiek/oberdiek.luatex.lua index 8b933c0f577..10859f7f0f7 100644 --- a/Master/texmf-dist/scripts/oberdiek/oberdiek.luatex.lua +++ b/Master/texmf-dist/scripts/oberdiek/oberdiek.luatex.lua @@ -6,12 +6,12 @@ -- -- luatex.dtx (with options: `lua') -- --- This (was) a generated file. +-- This is a generated file. -- -- Project: luatex --- Version: 2013/04/28 v0.4-roux +-- Version: 2016/05/10 v0.5 -- --- Copyright (C) 2007, 2009, 2010, 2013, 2014 by +-- Copyright (C) 2007, 2009, 2010 by -- Heiko Oberdiek <heiko.oberdiek at googlemail.com> -- -- This work may be distributed and/or modified under the @@ -47,14 +47,11 @@ function kpse_module_loader(module) texio.write_nl("(" .. file .. ")") return loader end - return "\n\t[oberdiek.luatex.kpse_module_loader]-eroux Loading error:\n\t" + return "\n\t[oberdiek.luatex.kpse_module_loader] Loading error:\n\t" .. error end - return "\n\t[oberdiek.luatex.kpse_module_loader]-eroux Search failed" + return "\n\t[oberdiek.luatex.kpse_module_loader] Search failed" end --- following line changed to use package.searchers instead of --- package.loaders for current luatex; this is the only change in the --- code. eroux, 28apr13, (or package.loaders), 29mar14. table.insert(package.searchers or package.loaders, kpse_module_loader) -- -- End of File `oberdiek.luatex.lua'. diff --git a/Master/texmf-dist/scripts/oberdiek/pdftexcmds.lua b/Master/texmf-dist/scripts/oberdiek/pdftexcmds.lua index db03beeda95..a5aefbe514f 100644 --- a/Master/texmf-dist/scripts/oberdiek/pdftexcmds.lua +++ b/Master/texmf-dist/scripts/oberdiek/pdftexcmds.lua @@ -6,12 +6,12 @@ -- -- pdftexcmds.dtx (with options: `lua') -- --- This (was) a generated file. +-- This is a generated file. -- -- Project: pdftexcmds --- Version: 2013/04/28 v0.20-eroux +-- Version: 2016/05/10 v0.21 -- --- Copyright (C) 2007, 2009-2011, 2013 by +-- Copyright (C) 2007, 2009-2011 by -- Heiko Oberdiek <heiko.oberdiek at googlemail.com> -- -- This work may be distributed and/or modified under the @@ -41,9 +41,7 @@ module("oberdiek.pdftexcmds", package.seeall) local systemexitstatus function getversion() - tex.write("2011/11/29 v0.20") - -- could not change above version string due to runtime version checks. - -- eroux/karl, 28apr13 + tex.write("2016/05/10 v0.21") end function strcmp(A, B) if A == B then @@ -152,8 +150,6 @@ function unescapehex(str, mode, patch) end result = utf8 end - -- this next line added for current luatex; this is the only - -- change in the file. eroux, 28apr13. local unpack = _G["unpack"] or table.unpack tex.settoks(toks, string.char(unpack(result))) end |