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 2002/03/10 01:11:50 UTC

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

dougm       02/03/09 16:11:50

  Modified:    xs/maps  apr_structures.map apr_types.map
  Log:
  Submitted by:	Philippe M. Chiasson <go...@cpan.org>
  Reviewed by:	dougm
  adjust to apr_exploded_time_t => apr_time_exp_t rename
  
  Revision  Changes    Path
  1.7       +2 -2      modperl-2.0/xs/maps/apr_structures.map
  
  Index: apr_structures.map
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/maps/apr_structures.map,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- apr_structures.map	10 Sep 2001 05:49:04 -0000	1.6
  +++ apr_structures.map	10 Mar 2002 00:11:50 -0000	1.7
  @@ -67,7 +67,7 @@
      err
   </apr_proc_t>
   
  -!<apr_exploded_time_t>
  +!<apr_time_exp_t>
      tm_usec
      tm_sec
      tm_min
  @@ -79,7 +79,7 @@
      tm_yday
      tm_isdst
      tm_gmtoff
  -</apr_exploded_time_t>
  +</apr_time_exp_t>
   
   #generic data structures
   
  
  
  
  1.12      +1 -1      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.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- apr_types.map	31 Dec 2001 12:11:48 -0000	1.11
  +++ apr_types.map	10 Mar 2002 00:11:50 -0000	1.12
  @@ -78,7 +78,7 @@
   apr_other_child_rec_t    | UNDEFINED
   
   #time stuff
  -struct apr_exploded_time_t    | APR::ExplodedTime
  +struct apr_time_exp_t    | APR::ExplodedTime
   struct apr_os_exp_time_t      | UNDEFINED
   struct apr_os_imp_time_t      | NOTIMPL