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

2001-08-19 Thread dougm

dougm   01/08/19 11:51:42

  Modified:xs/tables/current/Apache ConstantsTable.pm
  Log:
  sync
  
  Revision  ChangesPath
  1.12  +28 -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.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- ConstantsTable.pm 2001/08/01 02:04:46 1.11
  +++ ConstantsTable.pm 2001/08/19 18:51:42 1.12
  @@ -2,7 +2,7 @@
   
   # !!
   # ! WARNING: generated by Apache::ParseSource/0.02
  -# !  Tue Jul 31 19:02:56 2001
  +# !  Sun Aug 19 11:43:53 2001
   # !  do NOT edit, any changes will be lost !
   # !!
   
  @@ -161,6 +161,33 @@
   ]
 },
 'APR' = {
  +'uri' = [
  +  'APR_URI_FTP_DEFAULT_PORT',
  +  'APR_URI_SSH_DEFAULT_PORT',
  +  'APR_URI_TELNET_DEFAULT_PORT',
  +  'APR_URI_GOPHER_DEFAULT_PORT',
  +  'APR_URI_HTTP_DEFAULT_PORT',
  +  'APR_URI_POP_DEFAULT_PORT',
  +  'APR_URI_NNTP_DEFAULT_PORT',
  +  'APR_URI_IMAP_DEFAULT_PORT',
  +  'APR_URI_PROSPERO_DEFAULT_PORT',
  +  'APR_URI_WAIS_DEFAULT_PORT',
  +  'APR_URI_LDAP_DEFAULT_PORT',
  +  'APR_URI_HTTPS_DEFAULT_PORT',
  +  'APR_URI_RTSP_DEFAULT_PORT',
  +  'APR_URI_SNEWS_DEFAULT_PORT',
  +  'APR_URI_ACAP_DEFAULT_PORT',
  +  'APR_URI_NFS_DEFAULT_PORT',
  +  'APR_URI_TIP_DEFAULT_PORT',
  +  'APR_URI_SIP_DEFAULT_PORT',
  +  'APR_URI_UNP_OMITSITEPART',
  +  'APR_URI_UNP_OMITUSER',
  +  'APR_URI_UNP_OMITPASSWORD',
  +  'APR_URI_UNP_OMITUSERINFO',
  +  'APR_URI_UNP_REVEALPASSWORD',
  +  'APR_URI_UNP_OMITPATHINFO',
  +  'APR_URI_UNP_OMITQUERY'
  +],
   'socket' = [
 'APR_SO_LINGER',
 'APR_SO_KEEPALIVE',
  
  
  



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/tables/current/Apache ConstantsTable.pm

2001-04-17 Thread dougm

dougm   01/04/17 22:28:18

  Modified:xs/tables/current/Apache ConstantsTable.pm
  Log:
  sync
  
  Revision  ChangesPath
  1.5   +53 -41modperl-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.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ConstantsTable.pm 2001/04/18 04:42:50 1.4
  +++ ConstantsTable.pm 2001/04/18 05:28:18 1.5
  @@ -2,12 +2,57 @@
   
   # !!
   # ! WARNING: generated by Apache::ParseSource/0.02
  -# !  Mon Apr 16 18:17:25 2001
  +# !  Tue Apr 17 22:15:55 2001
   # !  do NOT edit, any changes will be lost !
   # !!
   
   $Apache::ConstantsTable = {
 'Apache' = {
  +'options' = [
  +  'OPT_NONE',
  +  'OPT_INDEXES',
  +  'OPT_INCLUDES',
  +  'OPT_SYM_LINKS',
  +  'OPT_EXECCGI',
  +  'OPT_UNSET',
  +  'OPT_INCNOEXEC',
  +  'OPT_SYM_OWNER',
  +  'OPT_MULTI',
  +  'OPT_ALL'
  +],
  +'satisfy' = [
  +  'SATISFY_ALL',
  +  'SATISFY_ANY',
  +  'SATISFY_NOSPEC'
  +],
  +'common' = [
  +  'DECLINED',
  +  'DONE',
  +  'OK',
  +  'NOT_FOUND',
  +  'FORBIDDEN',
  +  'AUTH_REQUIRED',
  +  'SERVER_ERROR'
  +],
  +'cmd_how' = [
  +  'RAW_ARGS',
  +  'TAKE1',
  +  'TAKE2',
  +  'ITERATE',
  +  'ITERATE2',
  +  'FLAG',
  +  'NO_ARGS',
  +  'TAKE12',
  +  'TAKE3',
  +  'TAKE23',
  +  'TAKE123',
  +  'TAKE13'
  +],
  +'input_mode' = [
  +  'AP_MODE_BLOCKING',
  +  'AP_MODE_NONBLOCKING',
  +  'AP_MODE_PEEK'
  +],
   'http' = [
 'HTTP_CONTINUE',
 'HTTP_SWITCHING_PROTOCOLS',
  @@ -57,18 +102,6 @@
 'HTTP_INSUFFICIENT_STORAGE',
 'HTTP_NOT_EXTENDED'
   ],
  -'options' = [
  -  'OPT_NONE',
  -  'OPT_INDEXES',
  -  'OPT_INCLUDES',
  -  'OPT_SYM_LINKS',
  -  'OPT_EXECCGI',
  -  'OPT_UNSET',
  -  'OPT_INCNOEXEC',
  -  'OPT_SYM_OWNER',
  -  'OPT_MULTI',
  -  'OPT_ALL'
  -],
   'methods' = [
 'M_GET',
 'M_PUT',
  @@ -88,20 +121,6 @@
 'M_INVALID',
 'METHODS'
   ],
  -'satisfy' = [
  -  'SATISFY_ALL',
  -  'SATISFY_ANY',
  -  'SATISFY_NOSPEC'
  -],
  -'common' = [
  -  'DECLINED',
  -  'DONE',
  -  'OK',
  -  'NOT_FOUND',
  -  'FORBIDDEN',
  -  'AUTH_REQUIRED',
  -  'SERVER_ERROR'
  -],
   'override' = [
 'OR_NONE',
 'OR_LIMIT',
  @@ -114,25 +133,18 @@
 'RSRC_CONF',
 'OR_ALL'
   ],
  -'cmd_how' = [
  -  'RAW_ARGS',
  -  'TAKE1',
  -  'TAKE2',
  -  'ITERATE',
  -  'ITERATE2',
  -  'FLAG',
  -  'NO_ARGS',
  -  'TAKE12',
  -  'TAKE3',
  -  'TAKE23',
  -  'TAKE123',
  -  'TAKE13'
  -],
   'remotehost' = [
 'REMOTE_HOST',
 'REMOTE_NAME',
 'REMOTE_NOLOOKUP',
 'REMOTE_DOUBLE_REV'
  +],
  +'filter_type' = [
  +  'AP_FTYPE_CONTENT',
  +  'AP_FTYPE_HTTP_HEADER',
  +  'AP_FTYPE_TRANSCODE',
  +  'AP_FTYPE_CONNECTION',
  +  'AP_FTYPE_NETWORK'
   ]
 },
 'APR' = {
  
  
  



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

2001-04-11 Thread dougm

dougm   01/04/11 17:48:30

  Modified:xs/tables/current/Apache ConstantsTable.pm
  Log:
  sync
  
  Revision  ChangesPath
  1.2   +2 -5  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.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ConstantsTable.pm 2001/04/11 22:39:49 1.1
  +++ ConstantsTable.pm 2001/04/12 00:48:30 1.2
  @@ -2,7 +2,7 @@
   
   # !!
   # ! WARNING: generated by Apache::ParseSource/0.02
  -# !  Wed Apr 11 15:21:18 2001
  +# !  Wed Apr 11 17:44:45 2001
   # !  do NOT edit, any changes will be lost !
   # !!
   
  @@ -208,7 +208,6 @@
 'APR_DELONCLOSE'
   ],
   'error' = [
  -  'APR_ERRNO_H',
 'APR_ENOSTAT',
 'APR_ENOPOOL',
 'APR_ENOFILE',
  @@ -231,7 +230,6 @@
 'APR_ERELATIVE',
 'APR_EINCOMPLETE',
 'APR_EABOVEROOT',
  -  'APR_EBADPATH',
 'APR_EOF',
 'APR_EINIT',
 'APR_ENOTIMPL',
  @@ -258,8 +256,7 @@
 'APR_ETIMEDOUT',
 'APR_EHOSTUNREACH',
 'APR_ENETUNREACH',
  -  'APR_END',
  -  'APR_EOL_STR'
  +  'APR_END'
   ],
   'finfo' = [
 'APR_FINFO_LINK',
  
  
  



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

2001-04-11 Thread dougm

dougm   01/04/11 17:59:21

  Modified:xs/tables/current/Apache ConstantsTable.pm
  Log:
  re-sync
  
  Revision  ChangesPath
  1.3   +3 -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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ConstantsTable.pm 2001/04/12 00:48:30 1.2
  +++ ConstantsTable.pm 2001/04/12 00:59:21 1.3
  @@ -2,7 +2,7 @@
   
   # !!
   # ! WARNING: generated by Apache::ParseSource/0.02
  -# !  Wed Apr 11 17:44:45 2001
  +# !  Wed Apr 11 17:57:08 2001
   # !  do NOT edit, any changes will be lost !
   # !!
   
  @@ -161,7 +161,7 @@
 'APR_FILEPATH_SECUREROOT',
 'APR_FILEPATH_NOTRELATIVE',
 'APR_FILEPATH_NOTABSOLUTE',
  -  'APR_FILEPATH_CANONICAL',
  +  'APR_FILEPATH_NATIVE',
 'APR_FILEPATH_TRUENAME'
   ],
   'hook' = [
  @@ -230,6 +230,7 @@
 'APR_ERELATIVE',
 'APR_EINCOMPLETE',
 'APR_EABOVEROOT',
  +  'APR_EBADPATH',
 'APR_EOF',
 'APR_EINIT',
 'APR_ENOTIMPL',