Return-Path: Delivered-To: apmail-modperl-cvs-archive@apache.org Received: (qmail 36202 invoked by uid 500); 12 Nov 2001 22:29:54 -0000 Mailing-List: contact modperl-cvs-help@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@apache.org Received: (qmail 36191 invoked by uid 500); 12 Nov 2001 22:29:53 -0000 Delivered-To: apmail-modperl-2.0-cvs@apache.org Date: 12 Nov 2001 22:17:02 -0000 Message-ID: <20011112221702.53672.qmail@icarus.apache.org> From: dougm@apache.org To: modperl-2.0-cvs@apache.org Subject: cvs commit: modperl-2.0/xs/tables/current/Apache ConstantsTable.pm FunctionTable.pm StructureTable.pm X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N dougm 01/11/12 14:17:02 Modified: xs/tables/current/Apache ConstantsTable.pm FunctionTable.pm StructureTable.pm Log: sync Revision Changes Path 1.16 +2 -2 modperl-2.0/xs/tables/current/Apache/ConstantsTable.pm Index: ConstantsTable.pm =================================================================== RCS file: /home/cvs/modperl-2.0/xs/tables/current/Apache/ConstantsTable.pm,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ConstantsTable.pm 2001/10/05 23:38:56 1.15 +++ ConstantsTable.pm 2001/11/12 22:17:02 1.16 @@ -2,7 +2,7 @@ # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! # ! WARNING: generated by Apache::ParseSource/0.02 -# ! Fri Oct 5 16:35:50 2001 +# ! Mon Nov 12 14:22:14 2001 # ! do NOT edit, any changes will be lost ! # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! @@ -290,7 +290,6 @@ 'APR_APPEND', 'APR_TRUNCATE', 'APR_BINARY', - 'APR_EXCL', 'APR_BUFFERED', 'APR_DELONCLOSE' ], @@ -346,6 +345,7 @@ 'APR_ENETUNREACH', 'APR_EFTYPE', 'APR_EPIPE', + 'APR_EXCL', 'APR_END' ], 'common' => [ 1.25 +72 -20 modperl-2.0/xs/tables/current/Apache/FunctionTable.pm Index: FunctionTable.pm =================================================================== RCS file: /home/cvs/modperl-2.0/xs/tables/current/Apache/FunctionTable.pm,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- FunctionTable.pm 2001/11/06 18:26:13 1.24 +++ FunctionTable.pm 2001/11/12 22:17:02 1.25 @@ -2,7 +2,7 @@ # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! # ! WARNING: generated by Apache::ParseSource/0.02 -# ! Tue Nov 6 10:36:44 2001 +# ! Mon Nov 12 14:22:23 2001 # ! do NOT edit, any changes will be lost ! # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! @@ -2313,12 +2313,12 @@ ] }, { - 'return_type' => 'void', + 'return_type' => 'apr_status_t', 'name' => 'ap_lingering_close', 'args' => [ { - 'type' => 'conn_rec *', - 'name' => 'arg0' + 'type' => 'void *', + 'name' => 'dummy' } ] }, @@ -5574,10 +5574,6 @@ { 'type' => 'int', 'name' => 'copy' - }, - { - 'type' => 'apr_size_t *', - 'name' => 'w' } ] }, @@ -5600,10 +5596,6 @@ { 'type' => 'int', 'name' => 'copy' - }, - { - 'type' => 'apr_size_t *', - 'name' => 'w' } ] }, @@ -6770,7 +6762,7 @@ 'name' => 'apr_file_pool_get', 'args' => [ { - 'type' => 'apr_file_t *', + 'type' => 'const apr_file_t *', 'name' => 'ob' } ] @@ -7364,6 +7356,20 @@ ] }, { + 'return_type' => 'apr_hash_t *', + 'name' => 'apr_hash_copy', + 'args' => [ + { + 'type' => 'apr_pool_t *', + 'name' => 'pool' + }, + { + 'type' => 'const apr_hash_t *', + 'name' => 'h' + } + ] + }, + { 'return_type' => 'int', 'name' => 'apr_hash_count', 'args' => [ @@ -7416,6 +7422,37 @@ ] }, { + 'return_type' => 'apr_hash_t *', + 'name' => 'apr_hash_merge', + 'args' => [ + { + 'type' => 'apr_pool_t *', + 'name' => 'p' + }, + { + 'type' => 'const apr_hash_t *', + 'name' => 'h1' + }, + { + 'type' => 'const apr_hash_t *', + 'name' => 'h2' + }, + { + 'type' => 'void * (*merger)(apr_pool_t *p, + const void *key, + apr_ssize_t klen, + const void *h1_val, + const void *h2_val, + const void *data)', + 'name' => 'arg3' + }, + { + 'type' => 'const void *', + 'name' => 'data' + } + ] + }, + { 'return_type' => 'apr_hash_index_t *', 'name' => 'apr_hash_next', 'args' => [ @@ -7448,8 +7485,8 @@ 'name' => 'apr_hash_pool_get', 'args' => [ { - 'type' => 'apr_hash_t *', - 'name' => 'hash' + 'type' => 'const apr_hash_t *', + 'name' => 'ob' } ] }, @@ -9179,7 +9216,7 @@ 'name' => 'apr_proc_mutex_pool_get', 'args' => [ { - 'type' => 'apr_proc_mutex_t *', + 'type' => 'const apr_proc_mutex_t *', 'name' => 'ob' } ] @@ -10844,7 +10881,7 @@ 'name' => 'apr_thread_cond_pool_get', 'args' => [ { - 'type' => 'apr_thread_cond_t *', + 'type' => 'const apr_thread_cond_t *', 'name' => 'ob' } ] @@ -11038,7 +11075,7 @@ 'name' => 'apr_thread_mutex_pool_get', 'args' => [ { - 'type' => 'apr_thread_mutex_t *', + 'type' => 'const apr_thread_mutex_t *', 'name' => 'ob' } ] @@ -11096,7 +11133,7 @@ 'name' => 'apr_thread_pool_get', 'args' => [ { - 'type' => 'apr_thread_t *', + 'type' => 'const apr_thread_t *', 'name' => 'ob' } ] @@ -11130,7 +11167,7 @@ 'name' => 'apr_thread_rwlock_pool_get', 'args' => [ { - 'type' => 'apr_thread_rwlock_t *', + 'type' => 'const apr_thread_rwlock_t *', 'name' => 'ob' } ] @@ -11448,6 +11485,21 @@ 'name' => 'uuid_str' } ] + }, + { + 'return_type' => 'void', + 'name' => 'apr_version', + 'args' => [ + { + 'type' => 'apr_version_t *', + 'name' => 'pvsn' + } + ] + }, + { + 'return_type' => 'const char *', + 'name' => 'apr_version_string', + 'args' => [] }, { 'return_type' => 'int', 1.23 +22 -1 modperl-2.0/xs/tables/current/Apache/StructureTable.pm Index: StructureTable.pm =================================================================== RCS file: /home/cvs/modperl-2.0/xs/tables/current/Apache/StructureTable.pm,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- StructureTable.pm 2001/10/27 16:54:20 1.22 +++ StructureTable.pm 2001/11/12 22:17:02 1.23 @@ -2,7 +2,7 @@ # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! # ! WARNING: generated by Apache::ParseSource/0.02 -# ! Sat Oct 27 10:00:46 2001 +# ! Mon Nov 12 14:22:25 2001 # ! do NOT edit, any changes will be lost ! # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! @@ -2134,6 +2134,27 @@ { 'type' => 'unsigned char[16]', 'name' => 'data' + } + ] + }, + { + 'type' => 'apr_version_t', + 'elts' => [ + { + 'type' => 'int', + 'name' => 'major' + }, + { + 'type' => 'int', + 'name' => 'minor' + }, + { + 'type' => 'int', + 'name' => 'patch' + }, + { + 'type' => 'int', + 'name' => 'is_dev' } ] },