From 62dc21dca323332bda93337de3b60e146c68cf66 Mon Sep 17 00:00:00 2001 From: Akira Kakuto Date: Sun, 30 Oct 2016 13:44:27 +0000 Subject: eptexdir: Use initstarttime() to improve CreationDate (patch by H. Kitagawa) git-svn-id: svn://tug.org/texlive/trunk@42381 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/eptexdir/ChangeLog | 5 +++++ Build/source/texk/web2c/eptexdir/eptex.defines | 1 + Build/source/texk/web2c/eptexdir/eptex.ech | 2 +- Build/source/texk/web2c/eptexdir/eptex_version.h | 2 +- Build/source/texk/web2c/eptexdir/pdfutils.ch | 3 +++ 5 files changed, 11 insertions(+), 2 deletions(-) (limited to 'Build/source/texk/web2c') diff --git a/Build/source/texk/web2c/eptexdir/ChangeLog b/Build/source/texk/web2c/eptexdir/ChangeLog index 4d46f7a2f26..42374f480ef 100644 --- a/Build/source/texk/web2c/eptexdir/ChangeLog +++ b/Build/source/texk/web2c/eptexdir/ChangeLog @@ -1,3 +1,8 @@ +2016-10-30 Hironori Kitagawa + + * eptex.defines, eptex.ech, eptex_version.h, pdfutils.ch: + Use initstarttime() to improve CreationDate. + 2016-09-12 Hironori Kitagawa * eptex.ech, pdfutils.ch: Realize better box in math mode. diff --git a/Build/source/texk/web2c/eptexdir/eptex.defines b/Build/source/texk/web2c/eptexdir/eptex.defines index 1878238fd56..8af65b6678e 100644 --- a/Build/source/texk/web2c/eptexdir/eptex.defines +++ b/Build/source/texk/web2c/eptexdir/eptex.defines @@ -39,6 +39,7 @@ @define function getintone (); @define procedure setintone (); +@define procedure initstarttime; @define procedure getcreationdate; @define procedure getfilemoddate(); @define procedure getfilesize(); diff --git a/Build/source/texk/web2c/eptexdir/eptex.ech b/Build/source/texk/web2c/eptexdir/eptex.ech index 767915ec960..d0b64890b40 100644 --- a/Build/source/texk/web2c/eptexdir/eptex.ech +++ b/Build/source/texk/web2c/eptexdir/eptex.ech @@ -19,7 +19,7 @@ @y @d eTeX_version_string=='-2.6' {current \eTeX\ version} @# -@d epTeX_version_string=='-160201' +@d epTeX_version_string=='-161030' @z @x e-pTeX: banner diff --git a/Build/source/texk/web2c/eptexdir/eptex_version.h b/Build/source/texk/web2c/eptexdir/eptex_version.h index 1d2fcdbb37d..4e61c008190 100644 --- a/Build/source/texk/web2c/eptexdir/eptex_version.h +++ b/Build/source/texk/web2c/eptexdir/eptex_version.h @@ -1 +1 @@ -#define EPTEX_VERSION "160201" +#define EPTEX_VERSION "161030" diff --git a/Build/source/texk/web2c/eptexdir/pdfutils.ch b/Build/source/texk/web2c/eptexdir/pdfutils.ch index 9640f01cec5..97ccb6f29e1 100644 --- a/Build/source/texk/web2c/eptexdir/pdfutils.ch +++ b/Build/source/texk/web2c/eptexdir/pdfutils.ch @@ -1061,5 +1061,8 @@ begin flush_string; end; +@ @= + init_start_time; + @* \[54] System-dependent changes. @z -- cgit v1.2.3