stas        2004/06/02 11:51:02

  Modified:    .        Changes
               todo     api_status
  Log:
  updates
  
  Revision  Changes    Path
  1.384     +2 -1      modperl-2.0/Changes
  
  Index: Changes
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/Changes,v
  retrieving revision 1.383
  retrieving revision 1.384
  diff -u -u -r1.383 -r1.384
  --- Changes   1 Jun 2004 23:37:11 -0000       1.383
  +++ Changes   2 Jun 2004 18:51:02 -0000       1.384
  @@ -14,10 +14,11 @@
   
   Apache::Filter: [Stas]
     - remove unneeded methods: remove_input_filter() and
  -    remove_output_filter()
  +    remove_output_filter(), fputs()
     - frec() accessor is made read-only
     - fflush(), get_brigade() and pass_brigade() now throw exceptions if
       called in the void context
  +  - read, print() and puts() throw exception on failure
   
   Apache::FilterRec: [Stas]
     - remove the next() accessor since it's not used by Apache at the
  
  
  
  1.12      +1 -1      modperl-2.0/todo/api_status
  
  Index: api_status
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/todo/api_status,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -u -r1.11 -r1.12
  --- api_status        1 Jun 2004 20:19:04 -0000       1.11
  +++ api_status        2 Jun 2004 18:51:02 -0000       1.12
  @@ -22,7 +22,7 @@
   -- src/docs/2.0/api/Apache/Connection.pod
   +- src/docs/2.0/api/Apache/Const.pod
   -- src/docs/2.0/api/Apache/Directive.pod
  -+- src/docs/2.0/api/Apache/Filter.pod
  +VP src/docs/2.0/api/Apache/Filter.pod
           The whole TIE interface   
   VV src/docs/2.0/api/Apache/FilterRec.pod
   -- src/docs/2.0/api/Apache/HookRun.pod
  
  
  

Reply via email to