You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by do...@apache.org on 2001/09/10 07:35:10 UTC

cvs commit: modperl-2.0/xs/maps apache_types.map apr_types.map

dougm       01/09/09 22:35:10

  Modified:    lib/ModPerl TypeMap.pm
               xs/maps  apache_types.map apr_types.map
  Log:
  update type maps wrt current httpd-2.0
  
  Revision  Changes    Path
  1.9       +1 -1      modperl-2.0/lib/ModPerl/TypeMap.pm
  
  Index: TypeMap.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/lib/ModPerl/TypeMap.pm,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- TypeMap.pm	2001/06/22 04:09:15	1.8
  +++ TypeMap.pm	2001/09/10 05:35:10	1.9
  @@ -48,7 +48,7 @@
   
           if ($type =~ s/^struct\s+(.*)/$1/) {
               push @aliases,
  -              $type, "$type *", "const $type *",
  +              $type, "const $type", "$type *", "const $type *",
                 "struct $type *", "const struct $type *",
                 "$type **";
   
  
  
  
  1.5       +5 -0      modperl-2.0/xs/maps/apache_types.map
  
  Index: apache_types.map
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/maps/apache_types.map,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- apache_types.map	2001/05/22 20:58:02	1.4
  +++ apache_types.map	2001/09/10 05:35:10	1.5
  @@ -23,7 +23,12 @@
   struct ap_conf_vector_t | Apache::ConfVector
   
   #system-ish stuff
  +ap_mgmt_type_e          | IV
  +ap_mgmt_value           | UNDEFINED
   ap_scoreboard_e         | IV
  +struct process_score    | Apache::ScoreboardProcess
  +struct worker_score     | Apache::ScoreboardWorker
  +struct ap_pod_t         | Apache::POD
   ap_unix_identity_t      | UNDEFINED
   
   #filters
  
  
  
  1.8       +11 -0     modperl-2.0/xs/maps/apr_types.map
  
  Index: apr_types.map
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/maps/apr_types.map,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- apr_types.map	2001/08/19 17:33:32	1.7
  +++ apr_types.map	2001/09/10 05:35:10	1.8
  @@ -2,6 +2,8 @@
   
   struct apr_xlate_t      | UNDEFINED
   struct apr_pool_t       | APR::Pool
  +struct apr_sms_t        | UNDEFINED
  +apr_abortfunc_t         | UNDEFINED
   
   #socket stuff
   struct apr_sockaddr_t   | APR::SockAddr
  @@ -29,6 +31,7 @@
   apr_bucket_heap             | UNDEFINED
   apr_bucket_mmap             | UNDEFINED
   apr_bucket_refcount         | UNDEFINED
  +apr_bucket_list             | UNDEFINED
   #apr_bucket_simple           | UNDEFINED
   #apr_bucket_shared           | UNDEFINED
   
  @@ -40,6 +43,7 @@
   
   #crypto stuff
   struct apr_md5_ctx_t    | APR::MD5
  +struct apr_md4_ctx_t    | APR::MD4
   struct apr_sha1_ctx_t   | APR::SHA1
   
   #getopt
  @@ -49,6 +53,7 @@
   #dso
   struct apr_dso_handle_t       | UNDEFINED
   struct apr_dso_handle_sym_t   | UNDEFINED
  +struct apr_os_dso_handle_t    | UNDEFINED
   
   #file stuff
   struct apr_file_t        | UNDEFINED
  @@ -89,6 +94,8 @@
   struct apr_lock_t    | APR::Lock
   apr_locktype_e       | IV
   apr_lockscope_e      | IV
  +apr_readerwriter_e   | IV
  +apr_lockmech_e_np    | IV
   
   #thread stuff
   struct apr_threadkey_t       | UNDEFINED
  @@ -97,6 +104,8 @@
   struct apr_thread_t          | UNDEFINED
   apr_thread_start_t           | UNDEFINED
   struct apr_threadattr_t      | UNDEFINED
  +struct apr_thread_mutex_t    | UNDEFINED
  +struct apr_thread_once_t     | UNDEFINED
   
   #signal stuff
   apr_signum_t                 | UNDEFINED
  @@ -141,3 +150,5 @@
   #dbm stuff
   apr_datum_t            | NOTIMPL #sdbm
   struct apr_dbm_t       | NOTIMPL #sdbm
  +struct apr_sdbm_t      | NOTIMPL
  +struct apr_sdbm_datum_t| NOTIMPL