summaryrefslogtreecommitdiff
path: root/STATUS
diff options
context:
space:
mode:
authorfielding <fielding@13f79535-47bb-0310-9956-ffa450edef68>2002-07-13 01:49:35 +0000
committerfielding <fielding@13f79535-47bb-0310-9956-ffa450edef68>2002-07-13 01:49:35 +0000
commit0fd642d714fda771073b007b44b34da4de0e072c (patch)
treeed44573390993a8e81b36e35ac63d6fac64aac40 /STATUS
parentd18fc6636abd4649d3d965c62e8ca87a1c5f8639 (diff)
downloadlibapr-0fd642d714fda771073b007b44b34da4de0e072c.tar.gz
more votes
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63647 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'STATUS')
-rw-r--r--STATUS11
1 files changed, 6 insertions, 5 deletions
diff --git a/STATUS b/STATUS
index cd827f03d..0e579f3c5 100644
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
APACHE PORTABLE RUNTIME (APR) LIBRARY STATUS: -*-text-*-
-Last modified at [$Date: 2002/07/12 22:26:59 $]
+Last modified at [$Date: 2002/07/13 01:49:35 $]
Release:
@@ -78,7 +78,8 @@ CURRENT VOTES:
2) Renaming the function to get rid of apr_time_t vs time_t confusion,
but keep it ambigious and make no contract with the user about the
units represented. Needs a better suggestion than apr_timeval_t.
- +1: aaron, brianp, ianh
+ +1: aaron, brianp, ianh,
+ fielding [prefers apr_time and apr_span (_t is half the problem)]
-0: jerenkrantz, striker, dreid
-0.5: rbb
wrowe [prefers apr_utime_t and apr_uspan_t where u==undefined]
@@ -86,14 +87,14 @@ CURRENT VOTES:
3) Renaming the function to get rid of apr_time_t vs time_t confusion,
and strongly identify the type as apr_busec_t or apr_butime_t, with
an ongoing contract with users about the type's units.
- +1: fielding [prefers apr_busec]
+0.5: wrowe, [prefers apr_time_busec_t and apr_span_busec_t]
- brianp [can live with apr_time_busec_t and apr_span_busec_t]
+ brianp, [can live with apr_time_busec_t and apr_span_busec_t]
+ fielding [me too]
-0: striker, jerenkrantz
-0.5: rbb, ianh, dreid
4) Using time_t and struct timeval/tm
- +1: fielding
+ +1: fielding (if apr_time is not an ADT)
-1: brianp, wrowe
[fielding: Is APR time guaranteed to be a scalar quantity? If so,