dougm       00/04/02 20:11:14

  Modified:    .        Changes
               src/modules/perl Apache.xs
  Log:
  add Apache::BINMODE stub for 5.6.0 tied filehandle support (fixes cgi.t #4)
  
  Revision  Changes    Path
  1.452     +3 -0      modperl/Changes
  
  Index: Changes
  ===================================================================
  RCS file: /home/cvs/modperl/Changes,v
  retrieving revision 1.451
  retrieving revision 1.452
  diff -u -r1.451 -r1.452
  --- Changes   2000/04/01 23:08:21     1.451
  +++ Changes   2000/04/03 03:11:14     1.452
  @@ -10,6 +10,9 @@
   
   =item 1.22_01-dev
   
  +add Apache::BINMODE stub for 5.6.0 tied filehandle support (fixes cgi.t #4)
  +[Randy Kobes <[EMAIL PROTECTED]>]
  +
   5.6.0+win32 typedef,prototype clash fixes
   [Randy Kobes <[EMAIL PROTECTED]>]
   
  
  
  
  1.90      +3 -0      modperl/src/modules/perl/Apache.xs
  
  Index: Apache.xs
  ===================================================================
  RCS file: /home/cvs/modperl/src/modules/perl/Apache.xs,v
  retrieving revision 1.89
  retrieving revision 1.90
  diff -u -r1.89 -r1.90
  --- Apache.xs 2000/03/06 00:54:10     1.89
  +++ Apache.xs 2000/04/03 03:11:14     1.90
  @@ -548,6 +548,9 @@
   void 
   CLOSE(...)
   
  +    ALIAS:
  +    BINMODE = 1
  +    
       CODE:
       items = items;
       /*NOOP*/
  
  
  

Reply via email to