From commits-return-6971-apmail-apr-commits-archive=apr.apache.org@apr.apache.org Fri Sep 02 12:03:25 2005 Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 92704 invoked from network); 2 Sep 2005 12:03:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Sep 2005 12:03:25 -0000 Received: (qmail 15291 invoked by uid 500); 2 Sep 2005 12:03:24 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 15260 invoked by uid 500); 2 Sep 2005 12:03:24 -0000 Mailing-List: contact commits-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: dev@apr.apache.org List-Id: Delivered-To: mailing list commits@apr.apache.org Received: (qmail 15244 invoked by uid 99); 2 Sep 2005 12:03:23 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 02 Sep 2005 05:03:22 -0700 Received: (qmail 92676 invoked by uid 65534); 2 Sep 2005 12:03:22 -0000 Message-ID: <20050902120322.92675.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r267189 - in /apr/apr/trunk: STATUS renames_pending Date: Fri, 02 Sep 2005 12:03:22 -0000 To: commits@apr.apache.org From: jorton@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: jorton Date: Fri Sep 2 05:03:19 2005 New Revision: 267189 URL: http://svn.apache.org/viewcvs?rev=267189&view=rev Log: Move remaining suggested type renames to STATUS. Removed: apr/apr/trunk/renames_pending Modified: apr/apr/trunk/STATUS Modified: apr/apr/trunk/STATUS URL: http://svn.apache.org/viewcvs/apr/apr/trunk/STATUS?rev=267189&r1=267188&r2=267189&view=diff ============================================================================== --- apr/apr/trunk/STATUS (original) +++ apr/apr/trunk/STATUS Fri Sep 2 05:03:19 2005 @@ -405,6 +405,15 @@ * apr_ino_t should be an ino64_t in LFS builds. + * possible type renames: + + apr_file_info_t from apr_finfo_t + apr_file_attrs_t from apr_fileattrs_t + apr_file_seek_where_t from apr_seek_where_t + apr_lock_mech_e from apr_lockmech_e + apr_time_interval_t from apr_interval_time_t + apr_time_interval_short_t from apr_short_interval_time_t + Stuff for post 1.0: * Almost every API in APR depends on pools, but pool semantics