[latex3-commits] [git/LaTeX3-latex3-latex3] master: Update l3names following recent XeTeX primitive update (a1af476)
Joseph Wright
joseph.wright at morningstar2.co.uk
Mon Nov 19 08:45:08 CET 2018
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/a1af4762affdc082057723e486cd49ee6c32859d
>---------------------------------------------------------------
commit a1af4762affdc082057723e486cd49ee6c32859d
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Mon Nov 19 07:45:08 2018 +0000
Update l3names following recent XeTeX primitive update
>---------------------------------------------------------------
a1af4762affdc082057723e486cd49ee6c32859d
l3kernel/l3names.dtx | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/l3kernel/l3names.dtx b/l3kernel/l3names.dtx
index c4ad2e4..ae4113c 100644
--- a/l3kernel/l3names.dtx
+++ b/l3kernel/l3names.dtx
@@ -615,6 +615,7 @@
\@@_primitive:NN \pdfeachlinedepth \tex_eachlinedepth:D
\@@_primitive:NN \pdfeachlineheight \tex_eachlineheight:D
\@@_primitive:NN \pdfelapsedtime \tex_elapsedtime:D
+ \@@_primitive:NN \pdffiledump \tex_filedump:D
\@@_primitive:NN \pdffilemoddate \tex_filemoddate:D
\@@_primitive:NN \pdffilesize \tex_filesize:D
\@@_primitive:NN \pdffirstlineheight \tex_firstlineheight:D
@@ -758,7 +759,11 @@
% Primitives from \pdfTeX{} that \XeTeX{} renames: also helps with
% \LuaTeX{}.
% \begin{macrocode}
+ \@@_primitive:NN \creationdate \tex_creationdate:D
\@@_primitive:NN \elapsedtime \tex_elapsedtime:D
+ \@@_primitive:NN \filedump \tex_filedump:D
+ \@@_primitive:NN \filemoddate \tex_filemoddate:D
+ \@@_primitive:NN \filesize \tex_filesize:D
\@@_primitive:NN \mdfivesum \tex_mdfivesum:D
\@@_primitive:NN \ifprimitive \tex_ifprimitive:D
\@@_primitive:NN \primitive \tex_primitive:D
More information about the latex3-commits
mailing list