jerenkrantz 2004/06/15 03:41:19
Modified: . STATUS
Log:
Continue campaign to kill showstoppers.
Revision Changes Path
1.203 +8 -2 apr/STATUS
Index: STATUS
===================================================================
RCS file: /home/cvs/apr/STATUS,v
retrieving revision 1.202
retrieving revision 1.203
diff -u -u -r1.202 -r1.203
--- STATUS 15 Jun 2004 10:32:16 -0000 1.202
+++ STATUS 15 Jun 2004 10:41:19 -0000 1.203
@@ -62,6 +62,8 @@
apr.hnw (READDIR_IS_THREAD_SAFE, ENUM_BITFIELD,
_POSIX_THREAD_SAFE_FUNCTIONS (?))
+ Not a showstopper: Justin
+
* Flush out the test suite and make sure it passes on all platforms.
We currently have about 450 functions in APR and 147 tests. That
@@ -70,11 +72,15 @@
unified test suite, and adding more tests to make the suite
comprehensive.
+ Not a showstopper: Justin
+
* Eliminate the TODO's and XXX's by using the doxygen @bug feature
to allow us to better track the open issues, and provide historical
bug lists that help porters understand what was wrong in the old
versions of APR that they would be upgrading from.
+ Not a showstopper: Justin
+
CURRENT VOTES:
@@ -119,7 +125,7 @@
as apr_thread_exit().
See Message-Id: <[EMAIL PROTECTED]> for thread
discussing this.
- +1: BrianH, Aaron, david
+ +1: BrianH, Aaron, david, jerenkrantz
* Need some architecture/OS specific versions of the atomic operations.
progress: generic, solaris Sparc, FreeBSD5, linux, and OS/390 done