In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/f629640b47d85ee716c01ebff7cc36202d0f9bb9?hp=f96e7a95cba48054919dbb0a0a9c193d98d3dd86>
- Log ----------------------------------------------------------------- commit f629640b47d85ee716c01ebff7cc36202d0f9bb9 Author: Steffen Mueller <[email protected]> Date: Fri Jul 31 11:14:26 2009 +0200 Mention in apidocs that av_push takes ownership of a refcount ----------------------------------------------------------------------- Summary of changes: av.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/av.c b/av.c index c597ea2..f45a3ea 100644 --- a/av.c +++ b/av.c @@ -527,7 +527,8 @@ Perl_av_create_and_push(pTHX_ AV **const avp, SV *const val) =for apidoc av_push Pushes an SV onto the end of the array. The array will grow automatically -to accommodate the addition. +to accommodate the addition. Like C<av_store>, this takes ownership of one +reference count. =cut */ -- Perl5 Master Repository
