From f4bd18b768f9b15d0cd4c49b5f926a108889ae1c Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 11 Sep 2018 21:39:27 +0000 Subject: oberdiek (11sep18) git-svn-id: svn://tug.org/texlive/trunk@48642 c570f23f-e606-0410-a88d-b1316a301751 --- .../source/latex/oberdiek/pdftexcmds.dtx | 23 +++++++++++++--------- .../source/latex/oberdiek/readme-ctan.txt | 2 +- 2 files changed, 15 insertions(+), 10 deletions(-) (limited to 'Master/texmf-dist/source/latex/oberdiek') diff --git a/Master/texmf-dist/source/latex/oberdiek/pdftexcmds.dtx b/Master/texmf-dist/source/latex/oberdiek/pdftexcmds.dtx index 62e6f0151f8..bb0d57362fc 100644 --- a/Master/texmf-dist/source/latex/oberdiek/pdftexcmds.dtx +++ b/Master/texmf-dist/source/latex/oberdiek/pdftexcmds.dtx @@ -1,7 +1,7 @@ % \iffalse meta-comment % % File: pdftexcmds.dtx -% Version: 2018/09/07 v0.28 +% Version: 2018/09/10 v0.29 % Info: Utility functions of pdfTeX for LuaTeX % % Copyright (C) 2007, 2009-2011 by @@ -88,7 +88,7 @@ \input docstrip.tex \Msg{************************************************************************} \Msg{* Installation} -\Msg{* Package: pdftexcmds 2018/09/07 v0.28 Utility functions of pdfTeX for LuaTeX (HO)} +\Msg{* Package: pdftexcmds 2018/09/10 v0.29 Utility functions of pdfTeX for LuaTeX (HO)} \Msg{************************************************************************} \keepsilent @@ -100,7 +100,7 @@ This is a generated file. Project: pdftexcmds -Version: 2018/09/07 v0.28 +Version: 2018/09/10 v0.29 Copyright (C) 2007, 2009-2011 by Heiko Oberdiek @@ -201,7 +201,7 @@ and the derived files %<*driver> \NeedsTeXFormat{LaTeX2e} \ProvidesFile{pdftexcmds.drv}% - [2018/09/07 v0.28 Utility functions of pdfTeX for LuaTeX (HO)]% + [2018/09/10 v0.29 Utility functions of pdfTeX for LuaTeX (HO)]% \documentclass{ltxdoc} \usepackage{holtxdoc}[2011/11/22] \usepackage{paralist} @@ -239,7 +239,7 @@ and the derived files % \GetFileInfo{pdftexcmds.drv} % % \title{The \xpackage{pdftexcmds} package} -% \date{2018/09/07 v0.28} +% \date{2018/09/10 v0.29} % \author{Heiko Oberdiek\thanks % {Please report any issues at https://github.com/ho-tex/oberdiek/issues}\\ % \xemail{heiko.oberdiek at googlemail.com}} @@ -618,7 +618,7 @@ and the derived files \fi \expandafter\x\csname ver@pdftexcmds.sty\endcsname \ProvidesPackage{pdftexcmds}% - [2018/09/07 v0.28 Utility functions of pdfTeX for LuaTeX (HO)]% + [2018/09/10 v0.29 Utility functions of pdfTeX for LuaTeX (HO)]% % \end{macrocode} % % \subsection{Catcodes} @@ -1174,7 +1174,7 @@ and the derived files \fi \fi \begingroup - \def\x{2018/09/07 v0.28}% + \def\x{2018/09/10 v0.29}% \ltx@onelevel@sanitize\x \edef\y{% \pdftexcmds@directlua{% @@ -1502,7 +1502,8 @@ and the derived files \ifnum\luatexversion<68 % \else \protected\edef\pdf@shellescape{% - \numexpr\directlua{tex.sprint(status.shell_escape)}\relax} + \numexpr\directlua{tex.sprint(% + \number\catcodetable@string,status.shell_escape)}\relax} \fi % \end{macrocode} % \end{macro} @@ -1578,7 +1579,7 @@ and the derived files module("oberdiek.pdftexcmds", package.seeall) local systemexitstatus function getversion() - tex.write("2018/09/07 v0.28") + tex.write("2018/09/10 v0.29") end % \end{macrocode} % @@ -2713,6 +2714,10 @@ end % \item % Fix catcode regime in luatex sprint for \cs{pdf@shellescape} GH issue 45 % \end{Version} +% \begin{Version}{2018/09/10 v0.29} +% \item +% Actually do the fix described above in the code, not just document it. +% \end{Version} % \end{History} % % \PrintIndex diff --git a/Master/texmf-dist/source/latex/oberdiek/readme-ctan.txt b/Master/texmf-dist/source/latex/oberdiek/readme-ctan.txt index e6ea1a799f2..9db9a5dca89 100644 --- a/Master/texmf-dist/source/latex/oberdiek/readme-ctan.txt +++ b/Master/texmf-dist/source/latex/oberdiek/readme-ctan.txt @@ -1,4 +1,4 @@ -README 2018/09/07 +README 2018/09/10 This file describes the directory CTAN:macros/latex/contrib/oberdiek/ -- cgit v1.2.3