gozer       2004/08/10 15:50:18

  Modified:    .        Changes
               xs/maps  apache_structures.map
  Log:
  All Apache::Directive methods are now read-only
  
  Revision  Changes    Path
  1.433     +2 -0      modperl-2.0/Changes
  
  Index: Changes
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/Changes,v
  retrieving revision 1.432
  retrieving revision 1.433
  diff -u -r1.432 -r1.433
  --- Changes   10 Aug 2004 00:38:35 -0000      1.432
  +++ Changes   10 Aug 2004 22:50:18 -0000      1.433
  @@ -12,6 +12,8 @@
   
   =item 1.99_15-dev
   
  +All Apache::Directive methods are now read-only [Gozer]
  +
   Filters should not reset $@ if it was already set before
   invocation [Gozer]
   
  
  
  
  1.37      +8 -8      modperl-2.0/xs/maps/apache_structures.map
  
  Index: apache_structures.map
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/maps/apache_structures.map,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- apache_structures.map     8 Aug 2004 18:04:55 -0000       1.36
  +++ apache_structures.map     10 Aug 2004 22:50:18 -0000      1.37
  @@ -185,14 +185,14 @@
   </ap_method_list_t>
   
   <ap_directive_t>
  -   directive
  -   args
  -   next
  -   first_child
  -   parent
  -   data
  -   filename
  -   line_num
  +<  directive
  +<  args
  +<  next
  +<  first_child
  +<  parent
  +<  data
  +<  filename
  +<  line_num
   </ap_directive_t>
   
   !<ap_configfile_t>
  
  
  

Reply via email to