[latex3-commits] [git/LaTeX3-latex3-latex2e] gh1008: additional . for #1008 (cde5b4cf)
David Carlisle
d.p.carlisle at gmail.com
Sat Apr 15 14:41:33 CEST 2023
Repository : https://github.com/latex3/latex2e
On branch : gh1008
Link : https://github.com/latex3/latex2e/commit/cde5b4cfe52b485a819693ca64b10f0bb16d50bf
>---------------------------------------------------------------
commit cde5b4cfe52b485a819693ca64b10f0bb16d50bf
Author: David Carlisle <d.p.carlisle at gmail.com>
Date: Sat Apr 15 13:41:33 2023 +0100
additional . for #1008
>---------------------------------------------------------------
cde5b4cfe52b485a819693ca64b10f0bb16d50bf
required/tools/changes.txt | 4 ++++
required/tools/shellesc.dtx | 13 +++++++------
2 files changed, 11 insertions(+), 6 deletions(-)
diff --git a/required/tools/changes.txt b/required/tools/changes.txt
index f41e929f..db99755b 100644
--- a/required/tools/changes.txt
+++ b/required/tools/changes.txt
@@ -5,6 +5,10 @@ completeness or accuracy and it contains some references to files that
are not part of the distribution.
=======================================================================
+2023-04-15 David Carlisle <David.Carlisle at latex-project.org>
+
+ * shellesc.dtx: Normalise use of "." in messages. github/1008
+
2023-03-30 Frank Mittelbach <Frank.Mittelbach at latex-project.org>
* multicol.dtx (subsection{The output routines}]):
diff --git a/required/tools/shellesc.dtx b/required/tools/shellesc.dtx
index 4f60ff8d..6ed22528 100644
--- a/required/tools/shellesc.dtx
+++ b/required/tools/shellesc.dtx
@@ -1,7 +1,7 @@
% \iffalse
%% Source File: shellesc.dtx
-%% Copyright (C) 2015-2022
-%%
+%% Copyright (C) 2015-2023
+%%a
%% The LaTeX Project and any individual authors listed elsewhere
%% in this file.
%%
@@ -20,7 +20,7 @@
%<driver> \ProvidesFile{shellesc.drv}
% \fi
% \ProvidesFile{shellesc.dtx}
- [2019/11/08 v1.0c unified shell escape interface for LaTeX]
+ [2023/04/15 v1.0d unified shell escape interface for LaTeX]
%
% \iffalse
%<*driver>
@@ -189,6 +189,7 @@
%
% \begin{macro}{\ShellEscape at Lua}
% \changes{v1.0a}{2019/10/13}{loging for gh/195}
+% \changes{v1.0d}{2023/04/15}{Add dots in messages gh/1008}
% Shared Lua code for \verb|\DelayedShellEscape| and \verb|\ShellEscape|.
% \begin{macrocode}
\ifx\directlua\@undefined\else
@@ -197,15 +198,15 @@ local status, msg = os.execute("\luaescapestring{#1}")%
if status == nil then
texio.write_nl("log",%
"runsystem(" .. "\luaescapestring{#1}"%
- .. ")...(" .. msg .. ")\string\n")
+ .. ")...(" .. msg .. ").\string\n")
elseif status == 0 then
texio.write_nl("log",%
"runsystem(" .. "\luaescapestring{#1}"%
- .. ")...executed\string\n")
+ .. ")...executed.\string\n")
else
texio.write_nl("log",%
"runsystem(" .. "\luaescapestring{#1}"%
- .. ")...failed " .. (msg or "") .. "\string\n")
+ .. ")...failed. " .. (msg or "") .. "\string\n")
end
}}
\fi
More information about the latex3-commits
mailing list.