dougm       02/04/05 16:40:00

  Modified:    xs/tables/current/Apache ConstantsTable.pm FunctionTable.pm
                        StructureTable.pm
               xs/tables/current/ModPerl FunctionTable.pm
  Log:
  sync
  
  Revision  Changes    Path
  1.24      +2 -1      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.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- ConstantsTable.pm 29 Mar 2002 16:16:20 -0000      1.23
  +++ ConstantsTable.pm 6 Apr 2002 00:39:59 -0000       1.24
  @@ -2,7 +2,7 @@
   
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   # ! WARNING: generated by Apache::ParseSource/0.02
  -# !          Fri Mar 29 06:55:58 2002
  +# !          Fri Apr  5 13:00:31 2002
   # !          do NOT edit, any changes will be lost !
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   
  @@ -240,6 +240,7 @@
         'APR_LOCK_FLOCK',
         'APR_LOCK_SYSVSEM',
         'APR_LOCK_PROC_PTHREAD',
  +      'APR_LOCK_POSIXSEM',
         'APR_LOCK_DEFAULT'
       ],
       'limit' => [
  
  
  
  1.36      +1 -6      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.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- FunctionTable.pm  29 Mar 2002 16:16:20 -0000      1.35
  +++ FunctionTable.pm  6 Apr 2002 00:39:59 -0000       1.36
  @@ -2,7 +2,7 @@
   
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   # ! WARNING: generated by Apache::ParseSource/0.02
  -# !          Fri Mar 29 06:55:29 2002
  +# !          Fri Apr  5 13:00:37 2002
   # !          do NOT edit, any changes will be lost !
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   
  @@ -5139,11 +5139,6 @@
           'name' => 'bb'
         }
       ]
  -  },
  -  {
  -    'return_type' => 'void',
  -    'name' => 'ap_sync_scoreboard_image',
  -    'args' => []
     },
     {
       'return_type' => 'void',
  
  
  
  1.32      +24 -3     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.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- StructureTable.pm 29 Mar 2002 16:16:20 -0000      1.31
  +++ StructureTable.pm 6 Apr 2002 00:39:59 -0000       1.32
  @@ -2,7 +2,7 @@
   
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   # ! WARNING: generated by Apache::ParseSource/0.02
  -# !          Fri Mar 29 06:56:05 2002
  +# !          Fri Apr  5 13:00:38 2002
   # !          do NOT edit, any changes will be lost !
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   
  @@ -1144,7 +1144,7 @@
       'type' => 'apr_bucket',
       'elts' => [
         {
  -        'type' => '_ANON 69',
  +        'type' => '_ANON 70',
           'name' => 'link'
         },
         {
  @@ -1276,6 +1276,10 @@
       ]
     },
     {
  +    'type' => 'apr_bucket_structs',
  +    'elts' => []
  +  },
  +  {
       'type' => 'apr_bucket_type_t',
       'elts' => [
         {
  @@ -1655,7 +1659,24 @@
     },
     {
       'type' => 'apr_memnode_t',
  -    'elts' => []
  +    'elts' => [
  +      {
  +        'type' => 'apr_memnode_t *',
  +        'name' => 'next'
  +      },
  +      {
  +        'type' => 'apr_uint32_t',
  +        'name' => 'index'
  +      },
  +      {
  +        'type' => 'char *',
  +        'name' => 'first_avail'
  +      },
  +      {
  +        'type' => 'char *',
  +        'name' => 'endp'
  +      }
  +    ]
     },
     {
       'type' => 'apr_mmap_t',
  
  
  
  1.61      +5 -1      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.60
  retrieving revision 1.61
  diff -u -r1.60 -r1.61
  --- FunctionTable.pm  29 Mar 2002 16:16:20 -0000      1.60
  +++ FunctionTable.pm  6 Apr 2002 00:40:00 -0000       1.61
  @@ -2,7 +2,7 @@
   
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   # ! WARNING: generated by ModPerl::ParseSource/0.01
  -# !          Fri Mar 29 06:56:16 2002
  +# !          Fri Apr  5 13:00:51 2002
   # !          do NOT edit, any changes will be lost !
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   
  @@ -5074,6 +5074,10 @@
         {
           'type' => 'apr_pool_t *',
           'name' => 'p'
  +      },
  +      {
  +        'type' => 'apr_bucket_alloc_t *',
  +        'name' => 'ba'
         }
       ]
     },
  
  
  


Reply via email to