Return-Path: Delivered-To: apmail-apr-cvs-archive@www.apache.org Received: (qmail 44055 invoked from network); 15 Jun 2004 10:42:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 15 Jun 2004 10:42:31 -0000 Received: (qmail 65724 invoked by uid 500); 15 Jun 2004 10:41:26 -0000 Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 65599 invoked by uid 500); 15 Jun 2004 10:41:23 -0000 Mailing-List: contact cvs-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: dev@apr.apache.org Delivered-To: mailing list cvs@apr.apache.org Received: (qmail 65437 invoked by uid 99); 15 Jun 2004 10:41:21 -0000 Date: 15 Jun 2004 10:41:19 -0000 Message-ID: <20040615104119.42838.qmail@minotaur.apache.org> From: jerenkrantz@apache.org To: apr-cvs@apache.org Subject: cvs commit: apr STATUS X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N 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: 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