diff options
author | Karl Berry <karl@freefriends.org> | 2016-05-13 21:31:18 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-05-13 21:31:18 +0000 |
commit | 5f3fb5495c302e1763dddd4711b02aa8afd54174 (patch) | |
tree | f4fbd66dbe1ab17dbfcea2990992d971f0ed3fd4 /Master/texmf-dist/scripts/oberdiek/oberdiek.pdftexcmds.lua | |
parent | 034a0a8f8c4b9a2a3566558fb7c06882c28d52b1 (diff) |
oberdiek (13may16)
git-svn-id: svn://tug.org/texlive/trunk@41097 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/oberdiek/oberdiek.pdftexcmds.lua')
-rw-r--r-- | Master/texmf-dist/scripts/oberdiek/oberdiek.pdftexcmds.lua | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/texmf-dist/scripts/oberdiek/oberdiek.pdftexcmds.lua b/Master/texmf-dist/scripts/oberdiek/oberdiek.pdftexcmds.lua index 2ebf1179d98..f2855cc4513 100644 --- a/Master/texmf-dist/scripts/oberdiek/oberdiek.pdftexcmds.lua +++ b/Master/texmf-dist/scripts/oberdiek/oberdiek.pdftexcmds.lua @@ -9,7 +9,7 @@ -- This is a generated file. -- -- Project: pdftexcmds --- Version: 2011/11/29 v0.20 +-- Version: 2016/05/10 v0.21 -- -- Copyright (C) 2007, 2009-2011 by -- Heiko Oberdiek <heiko.oberdiek at googlemail.com> @@ -41,7 +41,7 @@ module("oberdiek.pdftexcmds", package.seeall) local systemexitstatus function getversion() - tex.write("2011/11/29 v0.20") + tex.write("2016/05/10 v0.21") end function strcmp(A, B) if A == B then @@ -150,6 +150,7 @@ function unescapehex(str, mode, patch) end result = utf8 end + local unpack = _G["unpack"] or table.unpack tex.settoks(toks, string.char(unpack(result))) end function escapestring(str, mode) |