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...@hyperreal.org on 1998/09/01 19:21:33 UTC

cvs commit: modperl/src/modules/perl Apache.xs

dougm       98/09/01 10:21:33

  Modified:    .        Changes
               src/modules/perl Apache.xs
  Log:
  remove Apache::DESTROY method (was only for avoiding old AutoLoader bug)
  
  Revision  Changes    Path
  1.126     +2 -0      modperl/Changes
  
  Index: Changes
  ===================================================================
  RCS file: /export/home/cvs/modperl/Changes,v
  retrieving revision 1.125
  retrieving revision 1.126
  diff -u -r1.125 -r1.126
  --- Changes	1998/09/01 17:00:01	1.125
  +++ Changes	1998/09/01 17:21:30	1.126
  @@ -8,6 +8,8 @@
   
   =item 1.15_01-dev
   
  +remove Apache::DESTROY method (was only for avoiding old AutoLoader bug)
  +
   Apache::exit fixed under Apache::PerlRun
   
   fix chdir_file() call in Apache::Registry so we go back to the original
  
  
  
  1.51      +2 -7      modperl/src/modules/perl/Apache.xs
  
  Index: Apache.xs
  ===================================================================
  RCS file: /export/home/cvs/modperl/src/modules/perl/Apache.xs,v
  retrieving revision 1.50
  retrieving revision 1.51
  diff -u -r1.50 -r1.51
  --- Apache.xs	1998/08/28 18:35:06	1.50
  +++ Apache.xs	1998/09/01 17:21:32	1.51
  @@ -520,16 +520,11 @@
   #in case you need Apache::fork
   # INCLUDE: fork.xs
   
  -#shutup AutoLoader
   void 
  -DESTROY(r=Nullsv)
  -    SV     *r
  +CLOSE(...)
   
  -    ALIAS:
  -    Apache::CLOSE = 1
  -
       CODE:
  -    ix = ix; /*-Wall*/
  +    items = items;
       /*NOOP*/
   
   #httpd.h