gstein 01/02/17 16:32:16
Modified: . STATUS
Log:
"Bring it on, Fly Boy!"
Revision Changes Path
1.35 +6 -1 apr/STATUS
Index: STATUS
===================================================================
RCS file: /home/cvs/apr/STATUS,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -u -r1.34 -r1.35
--- STATUS 2001/02/04 21:37:49 1.34
+++ STATUS 2001/02/18 00:32:16 1.35
@@ -1,5 +1,5 @@
APACHE PORTABLE RUNTIME (APR) LIBRARY STATUS:
-*-text-*-
-Last modified at [$Date: 2001/02/04 21:37:49 $]
+Last modified at [$Date: 2001/02/18 00:32:16 $]
Release:
@@ -115,6 +115,11 @@
* I think apr_open_stderr() and friends dup() the descriptor. That
would allow the new/returned file to be closed (via pool cleanup
or manually) without accidentally closing stderr/out.
+
+ * need to export the shared library extension (e.g. ".so") for the
+ platform. clients need to use this to construct filenames to
+ pass to apr_dso_load()
+
Documentation that needs writing: