This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlapi: Clarify statement about av_push()
authorKarl Williamson <public@khwilliamson.com>
Sat, 22 Jan 2011 16:22:08 +0000 (09:22 -0700)
committerKarl Williamson <public@khwilliamson.com>
Sat, 29 Jan 2011 17:26:40 +0000 (10:26 -0700)
commitee0581675983faf457363d22d116d1e71af9dc1c
treeb1912cf38b4429d9979c88048613f55fe52e8323
parentf7f5e97b7a9bb1015c2778e4f6b40b39f1459074
perlapi: Clarify statement about av_push()

Contrary to the previous text, av_store() requires the user to deal with the
reference count of the scalar being added.
av.c