Return-Path: Delivered-To: apmail-perl-modperl-cvs-archive@www.apache.org Received: (qmail 94464 invoked from network); 4 Jun 2004 03:20:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 4 Jun 2004 03:20:49 -0000 Received: (qmail 71018 invoked by uid 500); 4 Jun 2004 03:21:10 -0000 Delivered-To: apmail-perl-modperl-cvs-archive@perl.apache.org Received: (qmail 70979 invoked by uid 500); 4 Jun 2004 03:21:09 -0000 Mailing-List: contact modperl-cvs-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@perl.apache.org Delivered-To: mailing list modperl-cvs@perl.apache.org Received: (qmail 70962 invoked by uid 500); 4 Jun 2004 03:21:09 -0000 Delivered-To: apmail-modperl-2.0-cvs@apache.org Date: 4 Jun 2004 03:20:46 -0000 Message-ID: <20040604032046.94448.qmail@minotaur.apache.org> From: stas@apache.org To: modperl-2.0-cvs@apache.org Subject: cvs commit: modperl-2.0/xs/maps apache_functions.map apache_structures.map apr_functions.map modperl_functions.map X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N stas 2004/06/03 20:20:46 Modified: xs/maps apache_functions.map apache_structures.map apr_functions.map modperl_functions.map Log: - fix the map files to use ~ instead of - when a function is not autogenerated, but implemented elsewhere - tidy up Revision Changes Path 1.83 +4 -3 modperl-2.0/xs/maps/apache_functions.map Index: apache_functions.map =================================================================== RCS file: /home/cvs/modperl-2.0/xs/maps/apache_functions.map,v retrieving revision 1.82 retrieving revision 1.83 diff -u -u -r1.82 -r1.83 --- apache_functions.map 2 Jun 2004 18:50:05 -0000 1.82 +++ apache_functions.map 4 Jun 2004 03:20:46 -0000 1.83 @@ -33,6 +33,7 @@ # function names that do not begin with /^\w/ are skipped # for details see: %ModPerl::MapUtil::disabled_map +# in lib/ModPerl/MapUtil.pm MODULE=Apache::RequestUtil PACKAGE=guess >ap_finalize_request_protocol @@ -221,12 +222,12 @@ -ap_add_output_filter_handle -ap_get_output_filter_handle >ap_add_ouput_filters_by_type --ap_get_brigade +~ap_get_brigade mpxs_Apache__Filter_get_brigade | | \ f, bb, mode=AP_MODE_READBYTES, \ block=APR_BLOCK_READ, \ readbytes=8192 --ap_pass_brigade +~ap_pass_brigade mpxs_Apache__Filter_pass_brigade !ap_register_input_filter !ap_register_output_filter @@ -234,7 +235,7 @@ -ap_remove_input_filter !ap_save_brigade ap_filter_flush --ap_fflush +~ap_fflush mpxs_Apache__Filter_fflush -ap_fputstrs #int:DEFINE_ap_fputs | | \ 1.27 +1 -1 modperl-2.0/xs/maps/apache_structures.map Index: apache_structures.map =================================================================== RCS file: /home/cvs/modperl-2.0/xs/maps/apache_structures.map,v retrieving revision 1.26 retrieving revision 1.27 diff -u -u -r1.26 -r1.27 --- apache_structures.map 31 May 2004 23:42:49 -0000 1.26 +++ apache_structures.map 4 Jun 2004 03:20:46 -0000 1.27 @@ -173,7 +173,7 @@ < frec -- ctx +~ ctx next r c 1.80 +46 -43 modperl-2.0/xs/maps/apr_functions.map Index: apr_functions.map =================================================================== RCS file: /home/cvs/modperl-2.0/xs/maps/apr_functions.map,v retrieving revision 1.79 retrieving revision 1.80 diff -u -u -r1.79 -r1.80 --- apr_functions.map 24 May 2004 19:55:14 -0000 1.79 +++ apr_functions.map 4 Jun 2004 03:20:46 -0000 1.80 @@ -1,5 +1,8 @@ ########## APR Functions ########## +# for mapping see %ModPerl::MapUtil::disabled_map in +# lib/ModPerl/MapUtil.pm + !MODULE=APR::Poll apr_poll_socket_add apr_poll_socket_clear @@ -44,7 +47,7 @@ !apr_socket_accept apr_socket_listen apr_socket_connect --apr_socket_recv +~apr_socket_recv mpxs_APR__Socket_recv apr_socket_recvfrom apr_socket_send | mpxs_ | sock, SV *:buf, SV *:len=Nullsv @@ -59,12 +62,12 @@ !apr_socket_addr_get !apr_socket_data_get !apr_socket_data_set --apr_socket_opt_get +~apr_socket_opt_get mpxs_APR__Socket_opt_get --apr_socket_opt_set +~apr_socket_opt_set mpxs_APR__Socket_opt_set apr_socket_timeout_get | mpxs_ | ... --apr_socket_timeout_set +~apr_socket_timeout_set mpxs_APR__Socket_timeout_set -apr_socket_sendfile -apr_socket_sendv @@ -77,7 +80,7 @@ MODULE=APR::Brigade apr_brigade_create | mpxs_ | SV *:CLASS, p, list | new --apr_brigade_destroy +~apr_brigade_destroy mpxs_APR__Brigade_destroy !apr_brigade_partition !apr_brigade_printf @@ -116,50 +119,50 @@ mpxs_APR__Bucket_read | | bucket, block=APR_BLOCK_READ #modperl_bucket_sv_create mpxs_APR__Bucket_new | | classname, sv, offset=0, len=0 - >apr_bucket_alloc - >apr_bucket_alloc_create - >apr_bucket_alloc_destroy - >apr_bucket_free - !apr_bucket_copy_notimpl - !apr_bucket_shared_copy +>apr_bucket_alloc +>apr_bucket_alloc_create +>apr_bucket_alloc_destroy +>apr_bucket_free +!apr_bucket_copy_notimpl +!apr_bucket_shared_copy apr_bucket_eos_create - !apr_bucket_file_create - !apr_bucket_file_enable_mmap +!apr_bucket_file_create +!apr_bucket_file_enable_mmap apr_bucket_flush_create - !apr_bucket_heap_create - !apr_bucket_immortal_create - !apr_bucket_mmap_create - !apr_bucket_pipe_create - !apr_bucket_pool_create - !apr_bucket_socket_create - !apr_bucket_transient_create - !apr_bucket_shared_destroy - !apr_bucket_eos_make - !apr_bucket_file_make - !apr_bucket_flush_make - !apr_bucket_heap_make - !apr_bucket_immortal_make - !apr_bucket_mmap_make - !apr_bucket_pipe_make - !apr_bucket_pool_make - !apr_bucket_shared_make - !apr_bucket_socket_make - !apr_bucket_transient_make - !apr_bucket_setaside_notimpl - !apr_bucket_split_notimpl - !apr_bucket_shared_split - !apr_bucket_simple_split - !apr_bucket_simple_copy - !apr_bucket_destroy_noop - !apr_bucket_setaside_noop +!apr_bucket_heap_create +!apr_bucket_immortal_create +!apr_bucket_mmap_create +!apr_bucket_pipe_create +!apr_bucket_pool_create +!apr_bucket_socket_create +!apr_bucket_transient_create +!apr_bucket_shared_destroy +!apr_bucket_eos_make +!apr_bucket_file_make +!apr_bucket_flush_make +!apr_bucket_heap_make +!apr_bucket_immortal_make +!apr_bucket_mmap_make +!apr_bucket_pipe_make +!apr_bucket_pool_make +!apr_bucket_shared_make +!apr_bucket_socket_make +!apr_bucket_transient_make +!apr_bucket_setaside_notimpl +!apr_bucket_split_notimpl +!apr_bucket_shared_split +!apr_bucket_simple_split +!apr_bucket_simple_copy +!apr_bucket_destroy_noop +!apr_bucket_setaside_noop MODULE=APR::Pool -apr_pool_num_bytes | | p, recurse=0 #only available with -DAPR_POOL_DEBUG apr_pool_cleanup_for_exec --apr_pool_clear +~apr_pool_clear mpxs_APR__Pool_clear >apr_pool_clear_debug --apr_pool_destroy +~apr_pool_destroy DEFINE_destroy | mpxs_apr_pool_DESTROY | SV *:obj DEFINE_DESTROY | mpxs_apr_pool_DESTROY | SV *:obj >apr_pool_destroy_debug @@ -309,7 +312,7 @@ MODULE=APR::Finfo -apr_lstat --apr_stat +~apr_stat mpxs_APR__Finfo_stat !MODULE=APR::String @@ -461,7 +464,7 @@ -apr_generate_random_bytes MODULE=APR::Error --apr_strerror +~apr_strerror char *:DEFINE_strerror | | apr_status_t:rc !MODULE=APR::General 1.74 +4 -1 modperl-2.0/xs/maps/modperl_functions.map Index: modperl_functions.map =================================================================== RCS file: /home/cvs/modperl-2.0/xs/maps/modperl_functions.map,v retrieving revision 1.73 retrieving revision 1.74 diff -u -u -r1.73 -r1.74 --- modperl_functions.map 24 May 2004 19:56:52 -0000 1.73 +++ modperl_functions.map 4 Jun 2004 03:20:46 -0000 1.74 @@ -1,4 +1,7 @@ -#modperl specfic functions +########## mod_perl specific functions ########## + +# for mapping see %ModPerl::MapUtil::disabled_map in +# lib/ModPerl/MapUtil.pm MODULE=ModPerl::Util mpxs_ModPerl__Util_untaint | | ...