cvs commit: modperl-2.0/t/response/TestAPI access.pm

2001-06-07 Thread dougm

dougm   01/06/07 17:46:46

  Modified:t/response/TestAPI access.pm
  Log:
  fix api/access test #4
  
  Revision  ChangesPath
  1.2   +1 -1  modperl-2.0/t/response/TestAPI/access.pm
  
  Index: access.pm
  ===
  RCS file: /home/cvs/modperl-2.0/t/response/TestAPI/access.pm,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- access.pm 2001/05/05 02:08:06 1.1
  +++ access.pm 2001/06/08 00:46:46 1.2
  @@ -20,7 +20,7 @@
   
   ok !($r-allow_options  Apache::OPT_EXECCGI);
   
  -ok $r-allow_overrides  Apache::OR_LIMIT;
  +ok !($r-allow_overrides  Apache::OR_LIMIT);
   
   ok $r-satisfies == Apache::SATISFY_NOSPEC;
   
  
  
  



cvs commit: modperl-2.0/xs/tables/current/Apache ConstantsTable.pm FunctionTable.pm StructureTable.pm

2001-06-07 Thread dougm

dougm   01/06/07 17:38:56

  Modified:xs/tables/current/Apache ConstantsTable.pm FunctionTable.pm
StructureTable.pm
  Log:
  sync
  
  Revision  ChangesPath
  1.9   +2 -4  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.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- ConstantsTable.pm 2001/05/22 20:45:33 1.8
  +++ ConstantsTable.pm 2001/06/08 00:38:53 1.9
  @@ -2,7 +2,7 @@
   
   # !!
   # ! WARNING: generated by Apache::ParseSource/0.02
  -# !  Tue May 22 13:17:31 2001
  +# !  Thu Jun  7 17:32:35 2001
   # !  do NOT edit, any changes will be lost !
   # !!
   
  @@ -239,7 +239,6 @@
   'error' = [
 'APR_ENOSTAT',
 'APR_ENOPOOL',
  -  'APR_ENOFILE',
 'APR_EBADDATE',
 'APR_EINVALSOCK',
 'APR_ENOPROC',
  @@ -260,8 +259,6 @@
 'APR_EINCOMPLETE',
 'APR_EABOVEROOT',
 'APR_EBADPATH',
  -  'APR_ENOCLEANUP',
  -  'APR_EMEMSYS',
 'APR_EOF',
 'APR_EINIT',
 'APR_ENOTIMPL',
  @@ -289,6 +286,7 @@
 'APR_EHOSTUNREACH',
 'APR_ENETUNREACH',
 'APR_EFTYPE',
  +  'APR_EPIPE',
 'APR_END'
   ],
   'finfo' = [
  
  
  
  1.8   +289 -31   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.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- FunctionTable.pm  2001/05/22 20:45:36 1.7
  +++ FunctionTable.pm  2001/06/08 00:38:54 1.8
  @@ -2,7 +2,7 @@
   
   # !!
   # ! WARNING: generated by Apache::ParseSource/0.02
  -# !  Tue May 22 13:17:37 2001
  +# !  Thu Jun  7 17:32:41 2001
   # !  do NOT edit, any changes will be lost !
   # !!
   
  @@ -871,6 +871,20 @@
   'args' = [
 {
   'name' = 'thefile',
  +'type' = 'apr_file_t **'
  +  },
  +  {
  +'name' = 'cont',
  +'type' = 'apr_pool_t *'
  +  }
  +],
  +'name' = 'apr_file_open_stdin'
  +  },
  +  {
  +'return_type' = 'apr_status_t',
  +'args' = [
  +  {
  +'name' = 'thefile',
   'type' = 'apr_file_t *'
 },
 {
  @@ -1313,6 +1327,20 @@
   'name' = 'apr_file_info_get'
 },
 {
  +'return_type' = 'apr_status_t',
  +'args' = [
  +  {
  +'name' = 'fp',
  +'type' = 'apr_file_t *'
  +  },
  +  {
  +'name' = 'offset',
  +'type' = 'apr_off_t'
  +  }
  +],
  +'name' = 'apr_file_trunc'
  +  },
  +  {
   'return_type' = 'apr_pool_t *',
   'args' = [
 {
  @@ -1375,6 +1403,11 @@
   'name' = 'apr_terminate'
 },
 {
  +'return_type' = 'void',
  +'args' = [],
  +'name' = 'apr_terminate2'
  +  },
  +  {
   'return_type' = 'apr_status_t',
   'args' = [
 {
  @@ -1408,11 +1441,11 @@
   'type' = 'const char *'
 },
 {
  -'name' = 'optch',
  +'name' = 'option_ch',
   'type' = 'char *'
 },
 {
  -'name' = 'optarg',
  +'name' = 'option_arg',
   'type' = 'const char **'
 }
   ],
  @@ -1430,11 +1463,11 @@
   'type' = 'const apr_getopt_option_t *'
 },
 {
  -'name' = 'optch',
  +'name' = 'option_ch',
   'type' = 'int *'
 },
 {
  -'name' = 'optarg',
  +'name' = 'option_arg',
   'type' = 'const char **'
 }
   ],
  @@ -1626,7 +1659,7 @@
   'type' = 'const char *'
 },
 {
  -'name' = 'cont',
  +'name' = 'pool',
   'type' = 'apr_pool_t *'
 }
   ],
  @@ -1648,8 +1681,22 @@
 {
   'name' = 'lock',
   'type' = 'apr_lock_t *'
  +  },
  +  {
  +'name' = 'type',
  +'type' = 'apr_readerwriter_e'
 }
   ],
  +'name' = 'apr_lock_acquire_rw'
  +  },
  +  {
  +'return_type' = 'apr_status_t',
  +'args' = [
  +  {
  +'name' = 'lock',
  +'type' = 'apr_lock_t *'
  +  }
  +],
   'name' = 'apr_lock_release'
 },
 {
  @@ -1674,7 +1721,7 @@
   'type' = 'const char *'
 },
 {
  -'name' = 'cont',
  +'name' = 'pool',
   'type' = 'apr_pool_t *'
 }
   ],
  @@ -1866,6 +1913,24 @@
   'return_type' = 'apr_status_t',
   'args' 

cvs commit: modperl-2.0/xs/maps apr_functions.map

2001-06-07 Thread dougm

dougm   01/06/07 17:40:18

  Modified:xs/maps  apr_functions.map
  Log:
  s/cont/pool/ in apr_lock_create prototype
  
  Revision  ChangesPath
  1.11  +1 -1  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.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- apr_functions.map 2001/05/22 20:58:04 1.10
  +++ apr_functions.map 2001/06/08 00:40:17 1.11
  @@ -149,7 +149,7 @@
   MODULE=APR::Lock
   !apr_lock_child_init
apr_lock_t *:apr_lock_create | mpxs_ | \
  -  SV *:CLASS, cont, type=0, scope=1, fname=lock.file | new
  +  SV *:CLASS, pool, type=0, scope=1, fname=lock.file | new
   -apr_lock_destroy
apr_lock_DESTROY | | lock
apr_lock_data_get