diff options
author | brianp <brianp@13f79535-47bb-0310-9956-ffa450edef68> | 2002-07-12 22:10:38 +0000 |
---|---|---|
committer | brianp <brianp@13f79535-47bb-0310-9956-ffa450edef68> | 2002-07-12 22:10:38 +0000 |
commit | d4d978655eb1313e487a966749dded8eab236d5e (patch) | |
tree | 1c5dbee4e106fa5b7ecf131ce1648b25064c278e /STATUS | |
parent | 96e20a9840735c56cf1e5ea55062d6c41db64c29 (diff) | |
download | libapr-d4d978655eb1313e487a966749dded8eab236d5e.tar.gz |
Updated votes on time types
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63645 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'STATUS')
-rw-r--r-- | STATUS | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,5 +1,5 @@ APACHE PORTABLE RUNTIME (APR) LIBRARY STATUS: -*-text-*- -Last modified at [$Date: 2002/07/12 21:46:18 $] +Last modified at [$Date: 2002/07/12 22:10:38 $] Release: @@ -88,10 +88,13 @@ CURRENT VOTES: an ongoing contract with users about the type's units. +1: fielding [prefers apr_busec or simple time_t / struct tm] +0.5: wrowe, [prefers apr_time_busec_t and apr_span_busec_t] - brianp + brianp [can live with apr_time_busec_t and apr_span_busec_t] -0: striker, jerenkrantz -0.5: rbb, ianh, dreid + 4) Using time_t and struct timeval + -1: brianp + [fielding: Is APR time guaranteed to be a scalar quantity? If so, then we must include units as part of the definition of the type in order to let developers make use of that quarantee. |