projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f96e7a9
)
Mention in apidocs that av_push takes ownership of a refcount
Steffen Mueller [Fri, 31 Jul 2009 09:14:26 +0000 (11:14 +0200)]
av.c
patch
|
blob
|
blame
|
history
diff --git
a/av.c
b/av.c
index
c597ea2
..
f45a3ea
100644
(file)
--- 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
*/