[latex3-commits] [git/LaTeX3-latex3-latex3] master: Add timer primitives to l3names (e2a755f)
Joseph Wright
joseph.wright at morningstar2.co.uk
Wed Oct 24 17:23:40 CEST 2018
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/e2a755f478d27652f6ba5ad260b5608a55fbec4f
>---------------------------------------------------------------
commit e2a755f478d27652f6ba5ad260b5608a55fbec4f
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Wed Oct 24 16:23:40 2018 +0100
Add timer primitives to l3names
>---------------------------------------------------------------
e2a755f478d27652f6ba5ad260b5608a55fbec4f
l3kernel/l3names.dtx | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/l3kernel/l3names.dtx b/l3kernel/l3names.dtx
index 94e3339..b72881d 100644
--- a/l3kernel/l3names.dtx
+++ b/l3kernel/l3names.dtx
@@ -614,6 +614,7 @@
\@@_primitive:NN \pdfdraftmode \tex_draftmode:D
\@@_primitive:NN \pdfeachlinedepth \tex_eachlinedepth:D
\@@_primitive:NN \pdfeachlineheight \tex_eachlineheight:D
+ \@@_primitive:NN \pdfelapsedtime \tex_elapsedtime:D
\@@_primitive:NN \pdffilemoddate \tex_filemoddate:D
\@@_primitive:NN \pdffilesize \tex_filesize:D
\@@_primitive:NN \pdffirstlineheight \tex_firstlineheight:D
@@ -637,6 +638,7 @@
\@@_primitive:NN \pdfprotrudechars \tex_protrudechars:D
\@@_primitive:NN \pdfpxdimen \tex_pxdimen:D
\@@_primitive:NN \pdfrandomseed \tex_randomseed:D
+ \@@_primitive:NN \pdfresettimer \tex_resettimer:D
\@@_primitive:NN \pdfsavepos \tex_savepos:D
\@@_primitive:NN \pdfstrcmp \tex_strcmp:D
\@@_primitive:NN \pdfsetrandomseed \tex_setrandomseed:D
@@ -756,9 +758,11 @@
% Primitives from \pdfTeX{} that \XeTeX{} renames: also helps with
% \LuaTeX{}.
% \begin{macrocode}
+ \@@_primitive:NN \elapsedtime \tex_elapsedtime:D
\@@_primitive:NN \mdfivesum \tex_mdfivesum:D
\@@_primitive:NN \ifprimitive \tex_ifprimitive:D
\@@_primitive:NN \primitive \tex_primitive:D
+ \@@_primitive:NN \resettimer \tex_resettimer:D
\@@_primitive:NN \shellescape \tex_shellescape:D
% \end{macrocode}
% Primitives from \LuaTeX{}, some of which have been ported back to
More information about the latex3-commits
mailing list