This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Comprehensive regression tests for Perl_refcounted_he_fetch().
authorNicholas Clark <nick@ccl4.org>
Mon, 29 May 2006 22:58:46 +0000 (22:58 +0000)
committerNicholas Clark <nick@ccl4.org>
Mon, 29 May 2006 22:58:46 +0000 (22:58 +0000)
commitd8c5b3c5f8f46ae357e9c3ef6c3ccef73c567024
treef027b074e15798b93fb92934b4ad09f900265168
parentecd6e0980bb546d8adbd5495a9a34caea25be6ad
Comprehensive regression tests for Perl_refcounted_he_fetch().
Fix a bug due to the fact that Perl's typedef'd "bool" type isn't
actually boolean.

p4raw-id: //depot/perl@28335
MANIFEST
ext/XS/APItest/APItest.xs
ext/XS/APItest/t/op.t [new file with mode: 0644]
hv.c
t/op/caller.pl [new file with mode: 0644]
t/op/caller.t