wrowe 02/01/29 08:10:14
Modified: . STATUS
Log:
60 degrees last Saturday, and they suggest inches of snow by tommorow.
Mother Nature's release schedule changes almost as often as ours :)
Revision Changes Path
1.96 +14 -1 apr/STATUS
Index: STATUS
===================================================================
RCS file: /home/cvs/apr/STATUS,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- STATUS 29 Jan 2002 02:03:55 -0000 1.95
+++ STATUS 29 Jan 2002 16:10:14 -0000 1.96
@@ -1,5 +1,5 @@
APACHE PORTABLE RUNTIME (APR) LIBRARY STATUS:
-*-text-*-
-Last modified at [$Date: 2002/01/29 02:03:55 $]
+Last modified at [$Date: 2002/01/29 16:10:14 $]
Release:
@@ -15,6 +15,10 @@
RELEASE SHOWSTOPPERS:
+ * Must namespace protect all include/apr_foo.h headers. Jon Travis
+ has especially observed these including apr and Apache-1.3.
+ Message-ID: <[EMAIL PROTECTED]>
+
* complete the efforts started by DougM for cleaner fn naming
conventions: see proposed name changes in renames_pending
and offer up any additions/vetos/clarifications.
@@ -45,6 +49,15 @@
apr_proc_mutex_*() (Is proc_mutex unnecessary on Win32?)
RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
+
+ * Need to contemplate apr_strftime... platforms vary. OtherBill
+ suggested this solution (but has no time to implement):
+ Document our list of 'supported' escapes.
+ Run some autoconf/m4 magic against the complete list we support.
+ Move the strftime re-implementation from time/win32 to time/unix.
+ Add some APR_HAVE_STRFTIME magic to use the system fn, or fail
+ over to time/unix/strftime.c.
+ Message-ID: <[EMAIL PROTECTED]>
* Using reentrant libraries with non-threaded APR
- Anecdotal evidence exists that suggests it is bad to