summaryrefslogtreecommitdiff
path: root/STATUS
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2001-01-20 21:38:03 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2001-01-20 21:38:03 +0000
commit8291d1fc76183d67b14a9a33e98aaceda5b68e0a (patch)
tree37a16b362fbfaf6c37e485b4855d784c76d1ed5a /STATUS
parent4b517985616617fd04a0e24edea15593d43967bb (diff)
downloadlibapr-8291d1fc76183d67b14a9a33e98aaceda5b68e0a.tar.gz
The APR_FINFO_wanted declaration changes for apr_stat/lstat/getfileinfo.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61085 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'STATUS')
-rw-r--r--STATUS7
1 files changed, 6 insertions, 1 deletions
diff --git a/STATUS b/STATUS
index 5a5f9b87c..cf9818f7e 100644
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
APACHE PORTABLE RUNTIME (APR) LIBRARY STATUS: -*-text-*-
-Last modified at [$Date: 2001/01/19 03:13:00 $]
+Last modified at [$Date: 2001/01/20 21:38:03 $]
Release:
@@ -23,6 +23,9 @@ RELEASE SHOWSTOPPERS:
RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
+ * Unix, OS2 apr_stat/lstat/getfileinfo were very fast hacks. These
+ need to be fleshed out.
+
* SysV semaphore support isn't usable by Apache when started as
root because we don't have a way to allow the semaphore to be
used by the configured User and Group. Current work-around:
@@ -38,6 +41,8 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
something similar) to direct ap_create_process to create the
process suspended. We also need a call to wake up the suspended
process This may not be able to be implemented everywhere though.
+ Status: OtherBill asks, why? What is the benefit, how is it
+ portably implemented?
* Replace tables with a proper opaque ADT that has pluggable
implementations (including something like the existing data type,