Change 34311 by [EMAIL PROTECTED] on 2008/09/07 21:38:23

        Subject: [DOC PATCH] av.c - clearify that av_shift returns &PL_sv_undef 
if array is empty
        From: Claes Jakobsson <[EMAIL PROTECTED]>
        Date: Sat, 9 Aug 2008 11:22:18 +0200
        Message-Id: <[EMAIL PROTECTED]>

Affected files ...

... //depot/perl/av.c#133 edit

Differences ...

==== //depot/perl/av.c#133 (text) ====
Index: perl/av.c
--- perl/av.c#132~33495~        2008-03-12 09:38:20.000000000 -0700
+++ perl/av.c   2008-09-07 14:38:23.000000000 -0700
@@ -701,7 +701,8 @@
 /*
 =for apidoc 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.
 
 =cut
 */
End of Patch.

Reply via email to