]> granicus.if.org Git - apache/commit
Renames Pending:
authorIan Holsman <ianh@apache.org>
Sat, 6 Jul 2002 20:04:38 +0000 (20:04 +0000)
committerIan Holsman <ianh@apache.org>
Sat, 6 Jul 2002 20:04:38 +0000 (20:04 +0000)
commit5ab19d5a5a31c33e714ba000e9bad0732da3f82c
tree1b8e0d147c1cba7be6e2825bf27730f6961fd2ec
parent80646de4fb763c2da9438a8610c5233320e71af4
Renames Pending:
 This clears the list of renames pending in apr-util.
 Parts of this list was alreadu done, but the pending list hadn't been updated.

 apr_hook_debug_current     from apr_current_hooking_module
 apr_hook_debug_show        from apr_show_hook

 apr_hook_global_pool       from apr_global_hook_pool
 apr_hook_sort_all          from apr_sort_hooks

 apr_uri_port_of_scheme     from apr_uri_default_port_for_scheme
 apr_uri_unparse            from apr_uri_unparse_components
 apr_uri_parse              from apr_uri_parse_components
 apr_uri_parse_hostinfo     from apr_uri_parse_hostinfo_components

 apr_uri_t                  from apr_uri_components

 All APR_URI_*              from all APU_URI_* symbols
 All APR_UNP_*              from all UNP_* symbols

PR:
Obtained from:
Submitted by:  Thom May
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95966 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/dav/main/util.c
modules/proxy/mod_proxy.c
modules/proxy/proxy_ftp.c
modules/proxy/proxy_http.c
server/config.c
server/core.c
server/util_filter.c