Return-Path: Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 3792 invoked by uid 500); 30 May 2002 09:51:03 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 3764 invoked from network); 30 May 2002 09:51:02 -0000 Date: Thu, 30 May 2002 10:44:26 +0100 From: Thom May To: Sander Striker Cc: dev@httpd.apache.org, dev@apr.apache.org Subject: Re: Renames pending, WAS: RE: cvs commit: httpd-2.0/server/mpm/worker worker.c Message-ID: <20020530094426.GA29904@eustasy> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.28i X-Operating-System: Linux/2.4.19-pre612.00 (i686) X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N * Sander Striker (striker@apache.org) wrote : > > From: Cliff Woolley [mailto:jwoolley@virginia.edu] > > Sent: 30 May 2002 02:41 > > [...] > > > Log: > > > Catch up with the apr_allocator_set_owner -> apr_allocator_owner_set renames > > > in APR. > > > > This requires an MMN bump (which is fine with me, since we've already done > > one in 2.0.37-dev, and I'm starting to see little point in going back > > now). If there are other renames of this sort, we should get them in all > > at once. > > What about these: > > apr_pool_set_abort > apr_pool_get_abort > apr_pool_get_parent > > And the ones left in renames_pending? Also, Thom May posted a long list > of suggestions a while back. Noone seems to have responded to that. > Attached. -- Thom May -> thom@planetarytramp.net "pants" is like "fuck". It can be good or bad. Index: renames_pending =================================================================== RCS file: /home/cvspublic/apr/renames_pending,v retrieving revision 1.9 diff -u -u -r1.9 renames_pending --- renames_pending 22 Apr 2002 10:24:40 -0000 1.9 +++ renames_pending 30 May 2002 09:46:38 -0000 @@ -4,3 +4,51 @@ apr_user_id_get from apr_get_userid apr_user_name_get from apr_get_username +---------------------------------------------------------- +apr_time_exp_gmt_get from apr_implode_gmt +apr_time_interval_t from apr_interval_time_t +apr_time_interval_short_t from apr_short_interval_time_t +apr_file_info_t from apr_finfo_t +apr_file_stat from apr_stat +apr_file_lstat from apr_lstat +apr_file_path_root from apr_filepath_root +apr_file_path_merge from apr_file_path_merge +apr_file_path_set from apr_filepath_set +apr_file_path_get from apr_filepath_get +apr_file_attrs_t from apr_fileattrs_t +apr_file_seek_where_t from apr_seek_where_t + +apr_fnmatch_test from apr_is_fnmatch + +apr_lock_scope_e from apr_lockscope_e +apr_lock_type_e from apr_locktype_e +apr_lock_mech_e from apr_lockmech_e +apr_lock_readerwriter_e from apr_readerwriter_e + +apr_socket_shutdown from apr_shutdown +apr_socket_bind from apr_bind +apr_socket_listen from apr_listen +apr_socket_accept from apr_accept +apr_socket_connect from apr_connect +apr_sockaddr_name_info_get from apr_getnameinfo +apr_port_addr_parse from apr_parse_addr_port +apr_hostname_get from apr_gethostname +apr_socket_send from apr_send +apr_socket_sendv from apr_sendv +apr_socket_sendto from apr_sendto +apr_socket_recv_from from apr_recvfrom +apr_socket_file_send from apr_sendfile +apr_socket_recv from apr_recv +apr_socket_opt_set from apr_setsocketopt +apr_socket_opt_get from apr_getsocketopt +apr_socket_file_create from apr_socket_from_file +apr_service_byname_get from apr_getservbyname +apr_socket_filter_accept from apr_socket_accept_filter +apr_socket_inherit_set from apr_socket_set_inherit +apr_socket_inherit_unset from apr_socket_unset_inherit + +apr_user_id_current from apr_current_userid +apr_user_compare from apr_compare_users +apr_group_id_get from apr_get_groupid +apr_group_compare from apr_compare_groups +