dougm       01/12/15 15:51:43

  Modified:    xs/tables/current/Apache ConstantsTable.pm FunctionTable.pm
                        StructureTable.pm
               xs/tables/current/ModPerl FunctionTable.pm
  Log:
  sync
  
  Revision  Changes    Path
  1.19      +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.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- ConstantsTable.pm 2001/11/19 22:40:12     1.18
  +++ ConstantsTable.pm 2001/12/15 23:51:43     1.19
  @@ -2,7 +2,7 @@
   
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   # ! WARNING: generated by Apache::ParseSource/0.02
  -# !          Mon Nov 19 14:57:24 2001
  +# !          Sat Dec 15 15:39:22 2001
   # !          do NOT edit, any changes will be lost !
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   
  @@ -291,6 +291,7 @@
         'APR_APPEND',
         'APR_TRUNCATE',
         'APR_BINARY',
  +      'APR_EXCL',
         'APR_BUFFERED',
         'APR_DELONCLOSE'
       ],
  @@ -346,7 +347,6 @@
         'APR_ENETUNREACH',
         'APR_EFTYPE',
         'APR_EPIPE',
  -      'APR_EXCL',
         'APR_END'
       ],
       'common' => [
  
  
  
  1.28      +168 -61   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.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- FunctionTable.pm  2001/11/19 22:40:12     1.27
  +++ FunctionTable.pm  2001/12/15 23:51:43     1.28
  @@ -2,7 +2,7 @@
   
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   # ! WARNING: generated by Apache::ParseSource/0.02
  -# !          Mon Nov 19 14:57:32 2001
  +# !          Sat Dec 15 15:39:32 2001
   # !          do NOT edit, any changes will be lost !
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   
  @@ -1041,6 +1041,11 @@
       ]
     },
     {
  +    'return_type' => 'global_score *',
  +    'name' => 'ap_get_global_scoreboard',
  +    'args' => []
  +  },
  +  {
       'return_type' => 'unsigned long',
       'name' => 'ap_get_limit_req_body',
       'args' => [
  @@ -3718,6 +3723,28 @@
     },
     {
       'return_type' => 'int',
  +    'name' => 'ap_rgetline',
  +    'args' => [
  +      {
  +        'type' => 'char **',
  +        'name' => 's'
  +      },
  +      {
  +        'type' => 'int',
  +        'name' => 'n'
  +      },
  +      {
  +        'type' => 'request_rec *',
  +        'name' => 'r'
  +      },
  +      {
  +        'type' => 'int',
  +        'name' => 'fold'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'int',
       'name' => 'ap_rind',
       'args' => [
         {
  @@ -3999,7 +4026,7 @@
       ]
     },
     {
  -    'return_type' => 'void',
  +    'return_type' => 'int',
       'name' => 'ap_run_open_logs',
       'args' => [
         {
  @@ -4026,7 +4053,7 @@
       'args' => []
     },
     {
  -    'return_type' => 'void',
  +    'return_type' => 'int',
       'name' => 'ap_run_post_config',
       'args' => [
         {
  @@ -6258,6 +6285,32 @@
       ]
     },
     {
  +    'return_type' => 'void',
  +    'name' => 'apr_dbm_get_usednames_ex',
  +    'args' => [
  +      {
  +        'type' => 'apr_pool_t *',
  +        'name' => 'pool'
  +      },
  +      {
  +        'type' => 'const char *',
  +        'name' => 'type'
  +      },
  +      {
  +        'type' => 'const char *',
  +        'name' => 'pathname'
  +      },
  +      {
  +        'type' => 'const char **',
  +        'name' => 'used1'
  +      },
  +      {
  +        'type' => 'const char **',
  +        'name' => 'used2'
  +      }
  +    ]
  +  },
  +  {
       'return_type' => 'char *',
       'name' => 'apr_dbm_geterror',
       'args' => [
  @@ -6321,6 +6374,36 @@
     },
     {
       'return_type' => 'apr_status_t',
  +    'name' => 'apr_dbm_open_ex',
  +    'args' => [
  +      {
  +        'type' => 'apr_dbm_t **',
  +        'name' => 'dbm'
  +      },
  +      {
  +        'type' => 'const char*',
  +        'name' => 'type'
  +      },
  +      {
  +        'type' => 'const char *',
  +        'name' => 'name'
  +      },
  +      {
  +        'type' => 'apr_int32_t',
  +        'name' => 'mode'
  +      },
  +      {
  +        'type' => 'apr_fileperms_t',
  +        'name' => 'perm'
  +      },
  +      {
  +        'type' => 'apr_pool_t *',
  +        'name' => 'cntxt'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'apr_status_t',
       'name' => 'apr_dbm_store',
       'args' => [
         {
  @@ -7265,6 +7348,24 @@
     },
     {
       'return_type' => 'apr_status_t',
  +    'name' => 'apr_get_groupid',
  +    'args' => [
  +      {
  +        'type' => 'apr_gid_t *',
  +        'name' => 'groupid'
  +      },
  +      {
  +        'type' => 'const char *',
  +        'name' => 'groupname'
  +      },
  +      {
  +        'type' => 'apr_pool_t *',
  +        'name' => 'p'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'apr_status_t',
       'name' => 'apr_get_groupname',
       'args' => [
         {
  @@ -8194,6 +8295,28 @@
     },
     {
       'return_type' => 'apr_status_t',
  +    'name' => 'apr_mmap_dup',
  +    'args' => [
  +      {
  +        'type' => 'apr_mmap_t **',
  +        'name' => 'new_mmap'
  +      },
  +      {
  +        'type' => 'apr_mmap_t *',
  +        'name' => 'old_mmap'
  +      },
  +      {
  +        'type' => 'apr_pool_t *',
  +        'name' => 'p'
  +      },
  +      {
  +        'type' => 'int',
  +        'name' => 'transfer_ownership'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'apr_status_t',
       'name' => 'apr_mmap_offset',
       'args' => [
         {
  @@ -8623,7 +8746,7 @@
       'args' => [
         {
           'type' => 'apr_pool_t *',
  -        'name' => 'c'
  +        'name' => 'p'
         },
         {
           'type' => 'apr_size_t',
  @@ -8880,26 +9003,6 @@
       ]
     },
     {
  -    'return_type' => 'apr_status_t',
  -    'name' => 'apr_pool_alloc_init',
  -    'args' => [
  -      {
  -        'type' => 'apr_pool_t *',
  -        'name' => 'globalp'
  -      }
  -    ]
  -  },
  -  {
  -    'return_type' => 'void',
  -    'name' => 'apr_pool_alloc_term',
  -    'args' => [
  -      {
  -        'type' => 'apr_pool_t *',
  -        'name' => 'globalp'
  -      }
  -    ]
  -  },
  -  {
       'return_type' => 'void',
       'name' => 'apr_pool_child_cleanup_set',
       'args' => [
  @@ -8912,11 +9015,11 @@
           'name' => 'data'
         },
         {
  -        'type' => 'apr_status_t (*plain_cleanup) (void *)',
  +        'type' => 'apr_status_t (*plain_cleanup)(void *)',
           'name' => 'arg2'
         },
         {
  -        'type' => 'apr_status_t (*child_cleanup) (void *)',
  +        'type' => 'apr_status_t (*child_cleanup)(void *)',
           'name' => 'arg3'
         }
       ]
  @@ -9006,15 +9109,23 @@
     },
     {
       'return_type' => 'apr_status_t',
  -    'name' => 'apr_pool_create',
  +    'name' => 'apr_pool_create_ex',
       'args' => [
         {
           'type' => 'apr_pool_t **',
  -        'name' => 'newcont'
  +        'name' => 'newpool'
         },
         {
           'type' => 'apr_pool_t *',
  -        'name' => 'cont'
  +        'name' => 'parent'
  +      },
  +      {
  +        'type' => 'apr_abortfunc_t',
  +        'name' => 'abort_fn'
  +      },
  +      {
  +        'type' => 'apr_uint32_t',
  +        'name' => 'flags'
         }
       ]
     },
  @@ -9049,6 +9160,11 @@
       ]
     },
     {
  +    'return_type' => 'apr_status_t',
  +    'name' => 'apr_pool_initialize',
  +    'args' => []
  +  },
  +  {
       'return_type' => 'int',
       'name' => 'apr_pool_is_ancestor',
       'args' => [
  @@ -9064,20 +9180,6 @@
     },
     {
       'return_type' => 'void',
  -    'name' => 'apr_pool_lock',
  -    'args' => [
  -      {
  -        'type' => 'apr_pool_t *',
  -        'name' => 'p'
  -      },
  -      {
  -        'type' => 'int',
  -        'name' => 'writeprotect'
  -      }
  -    ]
  -  },
  -  {
  -    'return_type' => 'void',
       'name' => 'apr_pool_note_subprocess',
       'args' => [
         {
  @@ -9110,21 +9212,8 @@
     },
     {
       'return_type' => 'void',
  -    'name' => 'apr_pool_sub_make',
  -    'args' => [
  -      {
  -        'type' => 'apr_pool_t **',
  -        'name' => 'p'
  -      },
  -      {
  -        'type' => 'apr_pool_t *',
  -        'name' => 'pparent'
  -      },
  -      {
  -        'type' => 'int (*apr_abort)(int retcode)',
  -        'name' => 'arg2'
  -      }
  -    ]
  +    'name' => 'apr_pool_terminate',
  +    'args' => []
     },
     {
       'return_type' => 'apr_status_t',
  @@ -9140,7 +9229,7 @@
         },
         {
           'type' => 'apr_pool_t *',
  -        'name' => 'cont'
  +        'name' => 'pool'
         }
       ]
     },
  @@ -9162,7 +9251,7 @@
         },
         {
           'type' => 'apr_pool_t *',
  -        'name' => 'cont'
  +        'name' => 'pool'
         }
       ]
     },
  @@ -9184,7 +9273,7 @@
         },
         {
           'type' => 'apr_pool_t *',
  -        'name' => 'cont'
  +        'name' => 'pool'
         }
       ]
     },
  @@ -9657,6 +9746,24 @@
         {
           'type' => 'const char *',
           'name' => 's'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'char *',
  +    'name' => 'apr_pstrmemdup',
  +    'args' => [
  +      {
  +        'type' => 'apr_pool_t *',
  +        'name' => 'p'
  +      },
  +      {
  +        'type' => 'const char *',
  +        'name' => 's'
  +      },
  +      {
  +        'type' => 'apr_size_t',
  +        'name' => 'n'
         }
       ]
     },
  
  
  
  1.25      +20 -21    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.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- StructureTable.pm 2001/11/15 17:52:00     1.24
  +++ StructureTable.pm 2001/12/15 23:51:43     1.25
  @@ -2,7 +2,7 @@
   
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   # ! WARNING: generated by Apache::ParseSource/0.02
  -# !          Thu Nov 15 09:54:02 2001
  +# !          Sat Dec 15 15:39:35 2001
   # !          do NOT edit, any changes will be lost !
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   
  @@ -1485,10 +1485,14 @@
           'name' => 'cont'
         },
         {
  -        'type' => 'int',
  -        'name' => 'err'
  +        'type' => 'apr_getopt_err_fn_t *',
  +        'name' => 'errfn'
         },
         {
  +        'type' => 'void *',
  +        'name' => 'errarg'
  +      },
  +      {
           'type' => 'int',
           'name' => 'ind'
         },
  @@ -1681,6 +1685,10 @@
         {
           'type' => 'apr_size_t',
           'name' => 'size'
  +      },
  +      {
  +        'type' => 'int',
  +        'name' => 'is_owner'
         }
       ]
     },
  @@ -2031,6 +2039,10 @@
         {
           'type' => 'char *',
           'name' => 'val'
  +      },
  +      {
  +        'type' => 'apr_uint32_t',
  +        'name' => 'key_checksum'
         }
       ]
     },
  @@ -2501,24 +2513,7 @@
     },
     {
       'type' => 'core_net_rec',
  -    'elts' => [
  -      {
  -        'type' => 'apr_socket_t *',
  -        'name' => 'client_socket'
  -      },
  -      {
  -        'type' => 'conn_rec *',
  -        'name' => 'c'
  -      },
  -      {
  -        'type' => 'core_output_filter_ctx_t *',
  -        'name' => 'out_ctx'
  -      },
  -      {
  -        'type' => 'core_ctx_t *',
  -        'name' => 'in_ctx'
  -      }
  -    ]
  +    'elts' => []
     },
     {
       'type' => 'htaccess_result',
  @@ -2870,6 +2865,10 @@
         {
           'type' => 'apr_uri_t',
           'name' => 'parsed_uri'
  +      },
  +      {
  +        'type' => 'int',
  +        'name' => 'used_path_info'
         },
         {
           'type' => 'ap_conf_vector_t *',
  
  
  
  1.53      +45 -5     modperl-2.0/xs/tables/current/ModPerl/FunctionTable.pm
  
  Index: FunctionTable.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/tables/current/ModPerl/FunctionTable.pm,v
  retrieving revision 1.52
  retrieving revision 1.53
  diff -u -r1.52 -r1.53
  --- FunctionTable.pm  2001/11/19 23:32:00     1.52
  +++ FunctionTable.pm  2001/12/15 23:51:43     1.53
  @@ -2,7 +2,7 @@
   
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   # ! WARNING: generated by ModPerl::ParseSource/0.01
  -# !          Mon Nov 19 15:11:46 2001
  +# !          Sat Dec 15 15:39:57 2001
   # !          do NOT edit, any changes will be lost !
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   
  @@ -154,7 +154,7 @@
       ]
     },
     {
  -    'return_type' => 'void',
  +    'return_type' => 'int',
       'name' => 'modperl_callback_files',
       'args' => [
         {
  @@ -2027,7 +2027,7 @@
       ]
     },
     {
  -    'return_type' => 'void',
  +    'return_type' => 'int',
       'name' => 'modperl_hook_init',
       'args' => [
         {
  @@ -2712,7 +2712,7 @@
       ]
     },
     {
  -    'return_type' => 'void',
  +    'return_type' => 'int',
       'name' => 'modperl_open_logs_handler',
       'args' => [
         {
  @@ -2972,6 +2972,20 @@
       ]
     },
     {
  +    'return_type' => 'SV *',
  +    'name' => 'modperl_perl_gensym',
  +    'args' => [
  +      {
  +        'type' => 'PerlInterpreter *',
  +        'name' => 'my_perl'
  +      },
  +      {
  +        'type' => 'char *',
  +        'name' => 'pack'
  +      }
  +    ]
  +  },
  +  {
       'return_type' => 'void',
       'name' => 'modperl_perl_global_avcv_call',
       'args' => [
  @@ -3097,7 +3111,7 @@
       ]
     },
     {
  -    'return_type' => 'void',
  +    'return_type' => 'int',
       'name' => 'modperl_post_config_handler',
       'args' => [
         {
  @@ -3413,6 +3427,19 @@
       ]
     },
     {
  +    'return_type' => 'int',
  +    'name' => 'modperl_test_run',
  +    'attr' => [
  +      'static'
  +    ],
  +    'args' => [
  +      {
  +        'type' => 'int',
  +        'name' => 'foo'
  +      }
  +    ]
  +  },
  +  {
       'return_type' => 'void',
       'name' => 'modperl_tipool_add',
       'args' => [
  @@ -4495,6 +4522,19 @@
         {
           'type' => 'int',
           'name' => 'offset'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'void',
  +    'name' => 'mpxs_Apache__ServerUtil_BOOT',
  +    'attr' => [
  +      'static'
  +    ],
  +    'args' => [
  +      {
  +        'type' => 'PerlInterpreter *',
  +        'name' => 'my_perl'
         }
       ]
     },
  
  
  


Reply via email to