diff options
author | Father Chrysostomos <sprout@cpan.org> | 2013-09-06 23:21:56 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2013-09-06 23:25:51 -0700 |
commit | 7b6e8075e45ebc684565efbe3ce7b70435f20c79 (patch) | |
tree | 4eea134bdfd58f6bbffda483220ce8780b70e0d3 /MANIFEST | |
parent | 313efa9019b629125306f4c66c583d70960482b8 (diff) | |
download | perl-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-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |