Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: exim: dev

[Bug 1172] should support highres timestamps

 

 

exim dev RSS feed   Index | Next | Previous | View Threaded


jgh146exb at wizmail

May 13, 2012, 4:55 PM

Post #1 of 5 (227 views)
Permalink
[Bug 1172] should support highres timestamps

------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=1172

Jeremy Harris <jgh146exb [at] wizmail> changed:

What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|nigel [at] exim |jgh146exb [at] wizmail




--- Comment #2 from Jeremy Harris <jgh146exb [at] wizmail> 2012-05-14 00:55:41 ---
I've pushed a branch with this. Barring objections I'll push to the mainline
in a couple of days.


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email

--
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##


git at exim

May 17, 2012, 3:17 PM

Post #2 of 5 (205 views)
Permalink
[Bug 1172] should support highres timestamps [In reply to]

------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=1172

Git Commit <git [at] exim> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |git [at] exim




--- Comment #3 from Git Commit <git [at] exim> 2012-05-17 23:17:07 ---
Git commit:
http://git.exim.org/exim.git/commitdiff/f57879265211e8eee3f8e231287c71b66167afee

commit f57879265211e8eee3f8e231287c71b66167afee
Author: Jeremy Harris <jgh146exb [at] wizmail>
AuthorDate: Mon Apr 23 21:03:46 2012 +0100
Commit: Jeremy Harris <jgh146exb [at] wizmail>
CommitDate: Thu May 17 22:27:04 2012 +0100

support expansion variable for hi-res timestamp (bug 1172).
----
src/src/expand.c | 5 +++++
src/src/macros.h | 2 +-
src/src/tod.c | 13 ++++++++++++-
3 files changed, 18 insertions(+), 2 deletions(-)


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email

--
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##


pdp at exim

May 17, 2012, 3:52 PM

Post #3 of 5 (201 views)
Permalink
[Bug 1172] should support highres timestamps [In reply to]

------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=1172




--- Comment #4 from Phil Pennock <pdp [at] exim> 2012-05-17 23:52:39 ---
(don't forget ChangeLog and, for a new feature, perhaps NewStuff)


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email

--
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##


git at exim

May 17, 2012, 4:17 PM

Post #4 of 5 (202 views)
Permalink
[Bug 1172] should support highres timestamps [In reply to]

------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=1172




--- Comment #5 from Git Commit <git [at] exim> 2012-05-18 00:17:07 ---
Git commit:
http://git.exim.org/exim.git/commitdiff/2605c55b14a65002af9a51708adf212178772f80

commit 2605c55b14a65002af9a51708adf212178772f80
Author: root <jgh146exb [at] wizmail>
AuthorDate: Fri May 18 00:08:30 2012 +0100
Commit: root <jgh146exb [at] wizmail>
CommitDate: Fri May 18 00:08:30 2012 +0100

Documentation update for bug 1172.
---
doc/doc-docbook/spec.xfpt | 4 ++++
doc/doc-txt/ChangeLog | 2 ++
doc/doc-txt/NewStuff | 1 +
3 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt
index 9370f73..b650fc3 100644
--- a/doc/doc-docbook/spec.xfpt
+++ b/doc/doc-docbook/spec.xfpt
@@ -11948,6 +11948,10 @@ files, for example: Thu Oct 17 17:14:09 1995.
.vindex "&$tod_epoch$&"
The time and date as a number of seconds since the start of the Unix epoch.

+.vitem &$tod_epoch_l$&
+.vindex "&$tod_epoch_l$&"
+The time and date as a number of microseconds since the start of the Unix
epoch.
+
.vitem &$tod_full$&
.vindex "&$tod_full$&"
A full version of the time and date, for example: Wed, 16 Oct 1995 09:51:40
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 2bcdea8..aeaf2da 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -112,6 +112,8 @@ PP/26 Added EXPERIMENTAL_OCSP for OpenSSL.

PP/27 Applied dnsdb SPF support patch from Janne Snabb.

+JH/03 Added expansion variable $tod_epoch_l for a higher-precision time.
+

Exim version 4.77
-----------------
diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff
index 9421cb5..ee267c7 100644
--- a/doc/doc-txt/NewStuff
+++ b/doc/doc-txt/NewStuff
@@ -94,6 +94,7 @@ Version 4.80
13. ${lookup dnsdb{ }} supports now SPF record types. They are handled
identically to TXT record lookups.

+14. New expansion variable $tod_epoch_l for higher-precision time.

Version 4.77
------------


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email

--
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##


jgh146exb at wizmail

May 30, 2012, 1:30 PM

Post #5 of 5 (170 views)
Permalink
[Bug 1172] should support highres timestamps [In reply to]

------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=1172

Jeremy Harris <jgh146exb [at] wizmail> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED




--- Comment #6 from Jeremy Harris <jgh146exb [at] wizmail> 2012-05-30 21:30:22 ---
No complaints heard; closing.


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email

--
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##

exim dev RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.