summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-10-30 13:44:27 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-10-30 13:44:27 +0000
commit62dc21dca323332bda93337de3b60e146c68cf66 (patch)
treeab002494f6a315a3e818991cbd651deafeff4167 /Build
parent369c6e3b6d2e0da2d88a71bbfeddb77ca84f4199 (diff)
eptexdir: Use initstarttime() to improve CreationDate (patch by H. Kitagawa)
git-svn-id: svn://tug.org/texlive/trunk@42381 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/web2c/eptexdir/ChangeLog5
-rw-r--r--Build/source/texk/web2c/eptexdir/eptex.defines1
-rw-r--r--Build/source/texk/web2c/eptexdir/eptex.ech2
-rw-r--r--Build/source/texk/web2c/eptexdir/eptex_version.h2
-rw-r--r--Build/source/texk/web2c/eptexdir/pdfutils.ch3
5 files changed, 11 insertions, 2 deletions
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 <h_kitagawa2001@yahoo.co.jp>
+
+ * eptex.defines, eptex.ech, eptex_version.h, pdfutils.ch:
+ Use initstarttime() to improve CreationDate.
+
2016-09-12 Hironori Kitagawa <h_kitagawa2001@yahoo.co.jp>
* 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;
+@ @<Set initial values of key variables@>=
+ init_start_time;
+
@* \[54] System-dependent changes.
@z