summaryrefslogtreecommitdiff
path: root/STATUS
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2002-03-15 20:13:34 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2002-03-15 20:13:34 +0000
commit49751a5168c5b40e3b9c039baa46865be24daeef (patch)
treecbdd51f6d3c4e02fa19a3fc7d8bf1d3789598d25 /STATUS
parent01fdd1e882fbe1ecf6bfc08313ccfa93dd383590 (diff)
downloadlibapr-49751a5168c5b40e3b9c039baa46865be24daeef.tar.gz
note some possible namespace protection issues found with a
casual browse of public header files git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63138 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'STATUS')
-rw-r--r--STATUS12
1 files changed, 11 insertions, 1 deletions
diff --git a/STATUS b/STATUS
index 3abb6ffa8..a6159a3a5 100644
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
APACHE PORTABLE RUNTIME (APR) LIBRARY STATUS: -*-text-*-
-Last modified at [$Date: 2002/03/15 15:51:23 $]
+Last modified at [$Date: 2002/03/15 20:13:34 $]
Release:
@@ -20,6 +20,16 @@ RELEASE SHOWSTOPPERS:
Message-ID: <20020128100116.A4288@covalent.net>
(Those problems have been fixed, but it is a good example of
what to look for.)
+ Some headers with issues:
+ apr_fnmatch.h (FNM_foo)
+ apr_general.h (MAXIMUM_WAIT_OBJECTS)
+ apr_md5.h (MD5_DIGESTSIZE)
+ apr_network_io.h (MAX_SECONDS_TO_LINGER)
+ apr.hnw (READDIR_IS_THREAD_SAFE, ENUM_BITFIELD,
+ _POSIX_THREAD_SAFE_FUNCTIONS (?),
+ nuint8, nuint16, NGetLo8, NGetHi8,
+ HIBYTE, LOBYTE)
+ apr.hw (NO_USE_SIGACTION)
* complete the efforts started by DougM for cleaner fn naming
conventions: see proposed name changes in renames_pending