rbb 01/09/19 08:27:16
Modified: . STATUS
Log:
With the new locking API, this issue is solved.
Revision Changes Path
1.63 +1 -14 apr/STATUS
Index: STATUS
===================================================================
RCS file: /home/cvs/apr/STATUS,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- STATUS 2001/09/11 01:06:13 1.62
+++ STATUS 2001/09/19 15:27:16 1.63
@@ -1,5 +1,5 @@
APACHE PORTABLE RUNTIME (APR) LIBRARY STATUS:
-*-text-*-
-Last modified at [$Date: 2001/09/11 01:06:13 $]
+Last modified at [$Date: 2001/09/19 15:27:16 $]
Release:
@@ -83,19 +83,6 @@
Justin says: Should apr_crypt() be in apr-util?
Status: Greg +1 (volunteers)
-
- * 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.
- rbb says: The type parameter is supposed to be used to determine
- if we are working with a read/write lock or a mutex.
- The fname parameter is essentially required if you
- want to be portable, but I dislike wasting cycles to
- outsmart the programmer.
- Justin says: The type parameter is now used.
- Status: david +1
- rbb -1
* configure.in does post-processing on the AC_OUTPUT files (for
VPATH support). This means that config.status doesn't do the