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

2001-11-12 Thread dougm

dougm   01/11/12 14:17:02

  Modified:xs/tables/current/Apache ConstantsTable.pm FunctionTable.pm
StructureTable.pm
  Log:
  sync
  
  Revision  ChangesPath
  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 -20modperl-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' =>

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

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: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',
  
  
  



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 15:39:50

  Added:   xs/tables/current/Apache ConstantsTable.pm
  Log:
  add the generated constants table
  
  Revision  ChangesPath
  1.1  modperl-2.0/xs/tables/current/Apache/ConstantsTable.pm
  
  Index: ConstantsTable.pm
  ===
  package Apache::ConstantsTable;
  
  # !!
  # ! WARNING: generated by Apache::ParseSource/0.02
  # !  Wed Apr 11 15:21:18 2001
  # !  do NOT edit, any changes will be lost !
  # !!
  
  $Apache::ConstantsTable = {
'Apache' => {
  'http' => [
'HTTP_CONTINUE',
'HTTP_SWITCHING_PROTOCOLS',
'HTTP_PROCESSING',
'HTTP_OK',
'HTTP_CREATED',
'HTTP_ACCEPTED',
'HTTP_NON_AUTHORITATIVE',
'HTTP_NO_CONTENT',
'HTTP_RESET_CONTENT',
'HTTP_PARTIAL_CONTENT',
'HTTP_MULTI_STATUS',
'HTTP_MULTIPLE_CHOICES',
'HTTP_MOVED_PERMANENTLY',
'HTTP_MOVED_TEMPORARILY',
'HTTP_SEE_OTHER',
'HTTP_NOT_MODIFIED',
'HTTP_USE_PROXY',
'HTTP_TEMPORARY_REDIRECT',
'HTTP_BAD_REQUEST',
'HTTP_UNAUTHORIZED',
'HTTP_PAYMENT_REQUIRED',
'HTTP_FORBIDDEN',
'HTTP_NOT_FOUND',
'HTTP_METHOD_NOT_ALLOWED',
'HTTP_NOT_ACCEPTABLE',
'HTTP_PROXY_AUTHENTICATION_REQUIRED',
'HTTP_REQUEST_TIME_OUT',
'HTTP_CONFLICT',
'HTTP_GONE',
'HTTP_LENGTH_REQUIRED',
'HTTP_PRECONDITION_FAILED',
'HTTP_REQUEST_ENTITY_TOO_LARGE',
'HTTP_REQUEST_URI_TOO_LARGE',
'HTTP_UNSUPPORTED_MEDIA_TYPE',
'HTTP_RANGE_NOT_SATISFIABLE',
'HTTP_EXPECTATION_FAILED',
'HTTP_UNPROCESSABLE_ENTITY',
'HTTP_LOCKED',
'HTTP_FAILED_DEPENDENCY',
'HTTP_INTERNAL_SERVER_ERROR',
'HTTP_NOT_IMPLEMENTED',
'HTTP_BAD_GATEWAY',
'HTTP_SERVICE_UNAVAILABLE',
'HTTP_GATEWAY_TIME_OUT',
'HTTP_VARIANT_ALSO_VARIES',
'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',
'M_POST',
'M_DELETE',
'M_CONNECT',
'M_OPTIONS',
'M_TRACE',
'M_PATCH',
'M_PROPFIND',
'M_PROPPATCH',
'M_MKCOL',
'M_COPY',
'M_MOVE',
'M_LOCK',
'M_UNLOCK',
'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',
'OR_OPTIONS',
'OR_FILEINFO',
'OR_AUTHCFG',
'OR_INDEXES',
'OR_UNSET',
'ACCESS_CONF',
'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'
  ]
},
'APR' => {
  'fileperms' => [
'APR_UREAD',
'APR_UWRITE',
'APR_UEXECUTE',
'APR_GREAD',
'APR_GWRITE',
'APR_GEXECUTE',
'APR_WREAD',
'APR_WWRITE',
'APR_WEXECUTE'
  ],
  'shutdown_how' => [
'APR_SHUTDOWN_READ',
'APR_SHUTDOWN_WRITE',
'APR_SHUTDOWN_READWRITE'
  ],
  'common' => [
'APR_SUCCESS'
  ],
  'filepath' => [
'APR_FILEPATH_NOTABOVEROOT',
'APR_FILEPATH_SECUREROOTTEST',
'APR_FILEPATH_SECUREROOT',
'APR_FILEPATH_NOTRELATIVE',
'APR_FILEPATH_NOTABSOLUTE',
'APR_FILEPATH_CANONICAL',
'APR_FILEPATH_TRUENAME'
  ],
  'hook' => [
'APR_HOOK_REALLY_FIRST',
'APR_HOOK_FIRST',
'APR_HOOK_MIDDLE',
'APR_HOOK_LAST',
'APR_HOOK_REALLY_LAST'
  ],
  'socket' => [
'APR_SO_LINGER',
'APR_SO_KEEPALIVE',
'APR_SO_DEBUG',
'APR_SO_NONBLOCK',
'APR_SO_REUSEADDR',
'APR_SO_TIMEOUT',
'APR_SO_SNDBUF',
'APR_SO_RCVBUF',
'APR_SO_DISCONNECTED'
  ],
  'poll' => [
'APR_POLLIN',
'APR_POLLPRI',
'APR_POLLOUT',
'APR_POLLERR',
'APR_POLLHUP',
'APR_POLLNVAL