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...@apache.org on 2002/06/21 04:06:48 UTC

cvs commit: modperl-2.0/xs/APR/PerlIO apr_perlio.c

dougm       2002/06/20 19:06:48

  Modified:    xs/APR/PerlIO apr_perlio.c
  Log:
  bleedperl now has a binmode PerlIO function
  
  Revision  Changes    Path
  1.15      +1 -0      modperl-2.0/xs/APR/PerlIO/apr_perlio.c
  
  Index: apr_perlio.c
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/APR/PerlIO/apr_perlio.c,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- apr_perlio.c	31 May 2002 15:41:40 -0000	1.14
  +++ apr_perlio.c	21 Jun 2002 02:06:48 -0000	1.15
  @@ -321,6 +321,7 @@
       PerlIOBase_pushed,
       PerlIOAPR_popped,
       PerlIOAPR_open,
  +    NULL,   /* XXX: binmode? */
       NULL,  /* no getarg needed */
       PerlIOAPR_fileno,
       PerlIOAPR_dup,