dougm       01/10/08 17:14:11

  Modified:    todo     missing_old_features.txt api.txt
  Log:
  exit() support is in place now
  
  Revision  Changes    Path
  1.12      +1 -1      modperl-2.0/todo/missing_old_features.txt
  
  Index: missing_old_features.txt
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/todo/missing_old_features.txt,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- missing_old_features.txt  2001/10/08 17:37:29     1.11
  +++ missing_old_features.txt  2001/10/09 00:14:10     1.12
  @@ -20,7 +20,7 @@
   
   - PerlFreshRestart
   
  -- cgi emulation: exit(), %ENV management:
  +- cgi emulation: %ENV management:
      - %ENV is currently only saved/restored for the perl-script
        handler, i.e. changes to %ENV outside of a perl-script handler
        are not cleared.  of course, "clean" modules would use local() to
  
  
  
  1.11      +0 -4      modperl-2.0/todo/api.txt
  
  Index: api.txt
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/todo/api.txt,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- api.txt   2001/10/08 18:41:10     1.10
  +++ api.txt   2001/10/09 00:14:10     1.11
  @@ -72,10 +72,6 @@
   Apache::{Server,Process} classes:
   require mutex lock for writing
   
  -Apache->exit:
  -not yet implemented
  -maybe use die $r/PROPAGATE instead of tie-ing $@ ?
  -
   Apache->import:
   not yet implemented, required for exit/warn overridding
   
  
  
  


Reply via email to