summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2013-09-06 23:21:56 -0700
committerFather Chrysostomos <sprout@cpan.org>2013-09-06 23:25:51 -0700
commit7b6e8075e45ebc684565efbe3ce7b70435f20c79 (patch)
tree4eea134bdfd58f6bbffda483220ce8780b70e0d3 /MANIFEST
parent313efa9019b629125306f4c66c583d70960482b8 (diff)
downloadperl-7b6e8075e45ebc684565efbe3ce7b70435f20c79.tar.gz
Let av_push accept NULL values
Now that NULL is used for a nonexistent element, it is easy for XS code to pass it to av_push(). av_store already accepts NULL, and av_push already works with it on non-debugging builds, so there is really no need for this restriction.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 4679c952ce..d1cc4f19b1 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -3941,6 +3941,7 @@ ext/XS-APItest/README XS::APItest extension
ext/XS-APItest/t/addissub.t test op check wrapping
ext/XS-APItest/t/arrayexpr.t test recursive descent expression parsing
ext/XS-APItest/t/autoload.t Test XS AUTOLOAD routines
+ext/XS-APItest/t/av.t Test AV functions
ext/XS-APItest/t/BHK.pm Helper for ./blockhooks.t
ext/XS-APItest/t/blockasexpr.t test recursive descent block parsing
ext/XS-APItest/t/blockhooks-csc.t XS::APItest: more tests for PL_blockhooks