summaryrefslogtreecommitdiff
path: root/Build/source/texk/dtl
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-06-10 13:38:25 +0000
committerKarl Berry <karl@freefriends.org>2009-06-10 13:38:25 +0000
commit160efd3ebc2d267b9be38be1e775ac2ebbf34999 (patch)
tree7550178aa0ef33997c2838143e8be0761d79fc9d /Build/source/texk/dtl
parentea3b0fa427c9a65fd076b411a362f2bacca32028 (diff)
do not output timestamp in binary
git-svn-id: svn://tug.org/texlive/trunk@13696 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dtl')
-rw-r--r--Build/source/texk/dtl/ChangeLog4
-rw-r--r--Build/source/texk/dtl/dt2dv.c11
2 files changed, 11 insertions, 4 deletions
diff --git a/Build/source/texk/dtl/ChangeLog b/Build/source/texk/dtl/ChangeLog
index df83e827c67..0b554c21481 100644
--- a/Build/source/texk/dtl/ChangeLog
+++ b/Build/source/texk/dtl/ChangeLog
@@ -1,3 +1,7 @@
+2009-06-10 Karl Berry <karl@tug.org>
+
+ * dt2dv.c: do not include timestamp in binary.
+
2009-05-27 Peter Breitenlohner <peb@mppmu.mpg.de>
Adapt to TL2009 build system.
diff --git a/Build/source/texk/dtl/dt2dv.c b/Build/source/texk/dtl/dt2dv.c
index 3bc817066f3..1b49875d331 100644
--- a/Build/source/texk/dtl/dt2dv.c
+++ b/Build/source/texk/dtl/dt2dv.c
@@ -3,8 +3,11 @@
This file is public domain.
Originally written 1995, Geoffrey Tobin.
- The author has expressed the hope that any modification will retain enough content to remain useful. He would also appreciate being acknowledged as the original author in the documentation.
- This declaration added 2008/11/14 by Clea F. Rees with the permission of Geoffrey Tobin.
+ The author has expressed the hope that any modification will retain
+ enough content to remain useful. He would also appreciate being
+ acknowledged as the original author in the documentation.
+ This declaration added 2008/11/14 by Clea F. Rees with the permission
+ of Geoffrey Tobin.
- version 0.6.1 - 14:38 GMT +11 Thu 9 March 1995
- Geoffrey Tobin G.Tobin@ee.latrobe.edu.au
@@ -366,8 +369,8 @@ main
fprintf (stderr, "\n");
fprintf (stderr,
- "Program \"%s\" version %s compiled %s %s in %sstandard C.\n",
- progname, VERSION, __DATE__, __TIME__, C_LEVEL);
+ "Program \"%s\" version %s compiled in %sstandard C.\n",
+ progname, VERSION, C_LEVEL);
/* interpret command line arguments */