gstein 00/12/14 03:10:26
Modified: . STATUS
Log:
one little kick from Gohan and the baby Cell was destroyed...
Revision Changes Path
1.9 +10 -1 apr/STATUS
Index: STATUS
===================================================================
RCS file: /home/cvs/apr/STATUS,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -u -r1.8 -r1.9
--- STATUS 2000/12/12 12:01:12 1.8
+++ STATUS 2000/12/14 11:10:05 1.9
@@ -1,5 +1,5 @@
-Apache 2.0 STATUS:
-Last modified at [$Date: 2000/12/12 12:01:12 $]
+APACHE PORTABLE RUNTIME (APR) LIBRARY STATUS:
-*-text-*-
+Last modified at [$Date: 2000/12/14 11:10:05 $]
Release:
@@ -58,6 +58,15 @@
crypt() function is available, and a way to call it (whether it is
located in libc, libcrypt, or libufc)
Status: Greg +1 (volunteers)
+
+ * apr_dso_load() should (uniformly) add a cleanup to unload the DSO.
+ Currently, the per-platform DSO loading is inconsistent in this
+ regard.
+
+ * apr_create_lock() changes:
+ - It ignores the "type" parameter, so toss it.
+ - The fname param is allowed to be NULL on the Unix platform.
+ Change it to always use the passed value, and check callers.
Documentation that needs writing: