Change 34685 by [EMAIL PROTECTED] on 2008/10/31 11:24:11

        Run regen.pl.

Affected files ...

... //depot/maint-5.8/perl/pod/perlapi.pod#121 edit

Differences ...

==== //depot/maint-5.8/perl/pod/perlapi.pod#121 (text+w) ====
Index: perl/pod/perlapi.pod
--- perl/pod/perlapi.pod#120~34683~     2008-10-31 04:19:41.000000000 -0700
+++ perl/pod/perlapi.pod        2008-10-31 04:24:11.000000000 -0700
@@ -279,7 +279,8 @@
 =item av_shift
 X<av_shift>
 
-Shifts an SV off the beginning of the array.
+Shifts an SV off the beginning of the array. Returns C<&PL_sv_undef> if the 
+array is empty.
 
        SV*     av_shift(AV* ar)
 
@@ -804,9 +805,6 @@
 =item pv_display
 X<pv_display>
 
-  char *pv_display(SV *dsv, const char *pv, STRLEN cur, STRLEN len,
-                   STRLEN pvlim, U32 flags)
-
 Similar to
 
   pv_escape(dsv,pv,cur,pvlim,PERL_PV_ESCAPE_QUOTE);
End of Patch.

Reply via email to